body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.top-summary {
    width: 100%;
    background: #1F1A16;
    color: #F6F4F1;
    border-bottom: 1px solid #DCE0E3;
  }
.contact-body {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem 1.66rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
:root {
  --tone-base: #F6F4F1;
  --motion-nav: ease-in-out;
  --paint-page: #4A2E1E;
}
.group {
    font-size: calc(17.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #F6F4F1;
    text-decoration: none;
    white-space: nowrap;
  }
.group:hover {
    color: #F6F4F1;
    opacity: 0.85;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.5rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.7px;
    color: #F6F4F1;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 500ms var(--motion-nav),
                opacity 500ms var(--motion-nav);
  }
.nav-list a:hover {
    border-bottom-color: #8C9AA6;
    opacity: 0.95;
  }
.plain-links {
    display: flex;
    align-items: center;
    gap: calc(2.5rem * 1.5);
    flex: 0 0 auto;
  }
.text-headline {
    font-size: calc(17.7px * .875);
    color: #F6F4F1;
    text-decoration: none;
    opacity: 0.75;
    transition: opacity 500ms var(--motion-nav);
  }
.text-headline:hover {
    opacity: 1;
  }
.service-inner {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    font-size: calc(17.7px * .875);
    font-weight: 600;
    background: #8C9AA6;
    color: #1F1A16;
    border-radius: 0.53rem;
    text-decoration: none;
    transition: background 500ms var(--motion-nav);
  }
.service-inner:hover {
    background: #76848F;
    color: #1F1A16;
  }
.strong-plan {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #F6F4F1;
    border-radius: 0.33rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.strong-plan span{
    display: block;
    width: 18px;
    height: 2px;
    background: #F6F4F1;color:#1F1A16;}
.nav-mobile{
    display: none;
    border-top: 1px solid #DCE0E3;
    background: #1F1A16;color:#F6F4F1;}
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(2.5rem * 1.5) 1.66rem;
    display: flex;
    flex-direction: column;
    gap: calc(2.5rem * 1.5);
  }
.nav-mobile-list a {
    display: block;
    padding: 0.5rem 0;
    font-size: 17.7px;
    color: #F6F4F1;
    text-decoration: none;
    border-bottom: 1px solid #DCE0E3;
  }
.nav-mobile-list a:hover {
    color: #8C9AA6;
  }
@media (max-width: 900px) {
    .nav-desktop {
      display: none;
    }

    .text-headline {
      display: none;
    }

    .strong-plan {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
@media (max-width: 480px) {
    .contact-body {
      gap: calc(2.5rem * 1.5);
    }

    .group {
      font-size: 17.7px;
    }

    .service-inner {
      padding: 0.5rem 0.85rem;
      font-size: calc(17.7px * .875);
    }
  }
.visual-brand{font-family:"Nunito", sans-serif;font-size:17.7px;line-height:1.77;width:100%;padding:0;background:#1F1A16;color:#F6F4F1;}
.primary-panel{max-width:1600px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.66rem;display:grid;grid-template-columns:1fr;gap:calc(2.5rem * 1.5)}
.signal{display:block}
.direct-unit{font-size:calc(17.7px * 1.35);line-height:1.77;margin:0 0 calc(1.5rem * .75) 0;font-weight:600;letter-spacing:0.01em}
.offer-tile{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-footer{display:block;max-width:32rem}
.focused-block{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;width:fit-content;transition:opacity 500ms var(--motion-nav)}
.focused-block:hover,
.focused-block:focus-visible{opacity:0.75;outline:none}
.main-feature{display:block}
.plain-proof{font-size:calc(17.7px * 1.125);font-weight:700;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.02em}
.site-copy{margin:0;max-width:40rem;font-size:calc(17.7px * .875);line-height:1.77;opacity:0.85}
.content-proof{display:grid;grid-template-columns:1fr;gap:calc(2.5rem * 1.5)}
.active-nav{display:block}
.media-rail{font-size:17.7px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.02em;text-transform:none}
.direct-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-links a{color:inherit;text-decoration:none;font-size:calc(17.7px * .875);transition:opacity 500ms var(--motion-nav)}
.direct-links a:hover,
.direct-links a:focus-visible{opacity:0.75;outline:none;color:inherit}
.site-rail{border-top:1px solid currentColor;padding-top:calc(2.5rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-content{margin:0;font-size:calc(17.7px * .875);line-height:1.77;opacity:0.85;max-width:60rem}
.simple-quote{margin:0;font-size:calc(17.7px * .875);opacity:0.75}
@media (min-width: 640px) {.content-proof{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (min-width: 960px) {.primary-panel{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);grid-template-areas:"contact nav"
      "brand nav"
      "bottom bottom";align-items:start}.signal{grid-area:contact}.main-feature{grid-area:brand}.content-proof{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.site-rail{grid-area:bottom}
}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:12px}
.cookies .page-summary{max-width:1600px;margin:0 auto;padding:12px 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:18px;background:linear-gradient(135deg, #F7F8F9 0%, #E4E7EA 55%, #C9CFD4 100%);color:#1F1A16;box-shadow:0 18px 30px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:space-between;gap:2.5rem}
.cookies .fresh-body{max-width:52rem}
.cookies .fresh-body strong{display:block;font-size:calc(17.7px * 1.35)}
.cookies .fresh-body p{margin:6px 0 0;line-height:1.77}
.cookies .quiet-story{display:flex;gap:8px;flex-wrap:wrap}
.cookies .quiet-story button{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .quiet-story button.cookie-accept{background:#F7F8F9;color:#1F1A16}
@media(max-width:720px){.cookies .page-summary{display:block}.cookies .quiet-story{margin-top:12px}}
.local-stack{
    padding:calc(calc(1.5rem * 2.4) * 1.6) 1.66rem;
    background:#EDEFF1;
    color:#3A3F44;
}
.local-stack .page-summary{max-width:1600px;
    margin:0 auto;
    display:flex;
    gap:calc(2.5rem * 1.4);
    align-items:flex-start;
    flex-wrap:wrap-reverse;}
.local-stack .fresh-body{flex:1 1 32rem;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);}
.local-stack .fresh-body h1{margin:0;
    font-size:calc(17.7px * 2.65);
    line-height:1.12;}
.local-stack .public-callout{margin:0;
    font-size:calc(17.7px * 1.125);
    line-height:1.77;}
.local-stack .quiet-story{display:flex;
    flex-wrap:wrap;
    gap:calc(2.5rem * .6);}
.local-stack .quiet-story a{
    text-decoration:none;
    padding:.75rem 1.15rem;
    border-radius:0.53rem;
    border:1px solid #DCE0E3;
    background:#FFFFFF;
    color:#1F1A16;
    font-size:17.7px;
}
.local-stack .quiet-story a:first-child{
    background:var(--paint-page);
    color:var(--tone-base);
    border-color:var(--paint-page);
}
.local-stack .quiet-story a:first-child:hover{
    background:#3A2317;
    border-color:#3A2317;color:#1F1A16;}
.local-stack .quiet-intro{margin:0;
    font-size:calc(17.7px * .875);
    color:#3A3F44;}
.local-stack .quiet-intro a{color:#4A2E1E;
    text-decoration:underline;}
.local-stack .quiet-intro a:hover{color:inherit;}
.local-stack .team-actions{flex:0 1 min(30rem,40vw);
    margin:0;
    display:flex;
    flex-direction:column;
    gap:.6rem;}
.local-stack .fresh-block{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
    border-radius:1.07rem;
    border:1px solid #DCE0E3;
    box-shadow:0 8px 20px rgba(0,0,0,0.13);
    background:#FFFFFF;color:#1F1A16;}
.local-stack .team-actions figcaption{font-size:calc(17.7px * .875);
    line-height:1.5;
    color:#3A3F44;}
@media (max-width:820px){
    .local-stack .page-summary{
        flex-wrap:wrap;
    }
    .local-stack .team-actions{
        flex:1 1 100%;
    }
}
.featured-feature{
  --layer-active:calc(1.5rem * 1.2);
  --field-strong:calc(1600px / 4.6);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:var(--paint-page);
  color:var(--tone-base);
}
.featured-feature .compact-track{max-width:1600px;
  margin:0 auto;}
.featured-feature h2,
.featured-feature h3,
.featured-feature p{margin:0;}
.featured-feature h2{font-size:calc(17.7px * 2);
  line-height:1.14;}
.featured-feature h3{font-size:calc(17.7px * 1.35);
  line-height:1.22;}
.featured-feature p{font-size:17.7px;
  line-height:1.77;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-feature a{color:inherit;
  text-decoration:none;}
.featured-feature img{
  display:block;
  width:100%;
  height:auto;
  border-radius:0.53rem;
  background:#EDEFF1;color:#3A3F44;}
.featured-feature .soft-entries{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.featured-feature .team{font-size:calc(17.7px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.featured-feature .public-callout{max-width:100%;}
.featured-feature .bottom-group{display:flex;
  flex-direction:column;
  gap:var(--layer-active);
  margin-top:var(--layer-active);}
.featured-feature .offer-story{display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
  align-items:flex-start;
  padding-top:var(--layer-active);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-feature .offer-story:first-child{padding-top:0;
  border-top:0;}
.featured-feature .offer-story img{flex:0 0 var(--field-strong);
  max-width:var(--field-strong);}
.featured-feature .offer-story .clear-region{flex:1 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.featured-feature .site-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.33rem;
  background:var(--tone-base);
  color:var(--paint-page);
  font-size:calc(17.7px * .875);
}
.featured-feature .active-grid{margin-top:var(--layer-active);
  padding-top:var(--layer-active);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
  align-items:baseline;}
.featured-feature .plain-fields{flex:0 0 auto;
  font-size:calc(17.7px * .875);
  color:color-mix(in srgb, currentColor 62%, transparent);}
.featured-feature .top-story{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem / 2) 1.5rem;
  flex:1 1 20rem;}
.featured-feature .top-story a{font-size:calc(17.7px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);
  padding-bottom:2px;}
.featured-feature .top-story a:hover{border-bottom-color:currentColor;}
@media (max-width:720px){.featured-feature .offer-story img{
    flex:1 1 100%;
    max-width:100%;
  }
}
.wide-menu{
  background:#FFFFFF;
  color:#1F1A16;
  padding:calc(1.5rem * 2.4) 1.66rem;
}
.wide-menu .compact-track{max-width:1600px;
  margin:0 auto;}
.wide-menu .soft-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(2.5rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid #DCE0E3;
  padding-bottom:1.5rem;}
.wide-menu h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.7px * 2);
  line-height:1.12;}
.wide-menu .soft-entries p{flex:0 1 22rem;
  min-width:0;
  margin:0;
  color:#3A3F44;
  line-height:1.77;}
.wide-menu .featured-area{margin-top:calc(2.5rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;}
.wide-menu .featured-area a{
  flex:1 1 15rem;
  min-width:0;
  color:#1F1A16;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#EDEFF1;
  border-radius:0.53rem;
  transition:background 500ms var(--motion-nav);
}
.wide-menu .featured-area a:hover{
  background:#8C9AA6;
  color:#1F1A16;
}
.wide-menu .featured-area strong,
.wide-menu .featured-area span{display:block;}
.wide-menu .featured-area strong{font-size:17.7px;}
.wide-menu .featured-area span{margin-top:.4rem;
  color:#3A3F44;
  font-size:calc(17.7px * .875);
  line-height:1.77;}
.wide-menu .featured-area a:hover span{}
.wide-menu .team{margin-top:calc(2.5rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.5rem * 1.5);
  align-items:center;
  justify-content:space-between;}
.wide-menu .team p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#3A3F44;
  line-height:1.77;}
.wide-menu .site-wrap{
  display:inline-flex;
  align-items:center;
  color:var(--tone-base);
  background:var(--paint-page);
  text-decoration:none;
  border-radius:1.07rem;
  padding:.75rem 1.15rem;
  font-size:calc(17.7px * .875);
  transition:background 500ms var(--motion-nav);
}
.wide-menu .site-wrap:hover{
  background:#3A2317;color:#1F1A16;}
@media (max-width:680px){.wide-menu .soft-entries{display:block}.wide-menu .soft-entries p{margin-top:1.5rem}.wide-menu .featured-area{display:block}.wide-menu .featured-area a{display:block;margin-top:2.5rem}.wide-menu .team{display:block}.wide-menu .site-wrap{margin-top:1.5rem}
}
.content-shell{--layer-active:calc(1.5rem * 1.15);--label-strong:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.66rem;background:#8C9AA6;color:#1F1A16;}
.content-shell .compact-track{max-width:1600px;margin:0 auto;}
.content-shell h1,.content-shell h2,.content-shell h3,.content-shell p,.content-shell ul{margin:0;}
.content-shell h2{font-size:calc(17.7px * 2);line-height:1.12;}
.content-shell h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.content-shell p{font-size:17.7px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-shell a{color:inherit;text-decoration:underline;text-underline-offset:.18em;}
.content-shell a:hover{opacity:.78;}
.content-shell .focused-intro{padding-block:calc(var(--layer-active) / 2);}
.content-shell .simple-lead{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-shell .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.content-shell .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.content-shell .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.content-shell .contact-header{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-active);margin-top:var(--layer-active);}
.content-shell .offer-story{flex:1 1 var(--label-strong);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-shell .offer-story p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.content-shell .row-title h2,.content-shell .row-title>p{flex:1 1 100%;}.content-shell .offer-story{flex:1 1 100%;}
}
.offer-visual{
  background:#F7F8F9;
  color:#1F1A16;
  padding:calc(1.5rem * 2.4) 1.66rem;
}
.offer-visual .compact-track{max-width:1600px;
  margin:0 auto;}
.offer-visual .soft-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(2.5rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(2.5rem * 1.5);
  border-bottom:1px solid #DCE0E3;}
.offer-visual h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.7px * 2);
  line-height:1.1;}
.offer-visual .soft-entries p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#3A3F44;
  line-height:1.77;}
.offer-visual .featured-area{margin-top:calc(2.5rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;}
.offer-visual .featured-area a{
  flex:1 1 17rem;
  min-width:0;
  color:#1F1A16;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #DCE0E3;
  border-radius:0.53rem;
  transition:border-color 500ms var(--motion-nav);
}
.offer-visual .featured-area a:hover,
.offer-visual .featured-area a:focus-visible{border-color:#8C9AA6;}
.offer-visual .featured-area strong,
.offer-visual .featured-area span{display:block;}
.offer-visual .featured-area strong{font-size:17.7px;}
.offer-visual .featured-area span{margin-top:.4rem;
  color:#3A3F44;
  line-height:1.77;}
.offer-visual .quiet-intro{margin-top:calc(2.5rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #DCE0E3;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;
  color:#3A3F44;
  font-size:calc(17.7px * .875);}
.offer-visual .quiet-intro span{flex:1 1 20rem;
  min-width:0;}
.offer-visual .quiet-intro a{color:#4A2E1E;
  text-decoration:none;
  border-bottom:1px solid #DCE0E3;
  padding-bottom:2px;}
.offer-visual .quiet-intro a:hover,
.offer-visual .quiet-intro a:focus-visible{color:inherit;
  border-bottom-color:#8C9AA6;}
@media (max-width:680px){.offer-visual .soft-entries{display:block}.offer-visual .soft-entries p{margin-top:1.5rem}.offer-visual .featured-area{display:block}.offer-visual .featured-area a{display:block;margin-top:2.5rem}.offer-visual .quiet-intro{display:block}.offer-visual .quiet-intro a{display:inline-block;margin-top:.6rem;margin-right:1rem}
}
.simple-plan{padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.simple-plan .compact-track{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(17rem,.4fr) minmax(0,1fr);gap:2.5rem;align-items:start;}
.simple-plan .process,.simple-plan .text-intro{background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;border-radius:0.94rem;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.simple-plan .process{padding:calc(1.5rem * .75);display:grid;gap:calc(2.5rem * 1.5);}
.simple-plan .team-tile{display:grid;gap:.5rem;}
.simple-plan h2,.simple-plan h3,.simple-plan h4,.simple-plan p{margin:0;}
.simple-plan h2{font-size:calc(17.7px * 1.35);line-height:1.77;}
.simple-plan .team{font-size:calc(17.7px * .875);}
.simple-plan .primary-benefit{display:grid;gap:.4rem;}
.simple-plan .local-proof{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.7rem .75rem;border-radius:0.53rem;border:1px solid transparent;transition:background 500ms var(--motion-nav),border-color 500ms var(--motion-nav);}
.simple-plan .local-proof:hover{background:#EDEFF1;border-color:#DCE0E3;color:#3A3F44;}
.simple-plan .visual-wrap{width:2.5rem;height:2.5rem;border-radius:0.33rem;display:grid;place-items:center;background:var(--paint-page);color:var(--tone-base);font-weight:700;font-size:calc(17.7px * .875);}
.simple-plan .layer{display:grid;gap:.15rem;min-width:0;}
.simple-plan .local-proof h4{font-size:17.7px;}
.simple-plan .local-proof p{font-size:calc(17.7px * .875);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.simple-plan time{font-size:calc(17.7px * .875);white-space:nowrap;}
.simple-plan .text-intro{display:grid;grid-template-rows:auto minmax(18rem,1fr) auto;overflow:hidden;}
.simple-plan .wide-note{padding:calc(1.5rem * .75);border-bottom:1px solid #DCE0E3;display:grid;gap:.3rem;}
.simple-plan .wide-note h3{font-size:calc(17.7px * 1.35);}
.simple-plan .wide-note .contact-list{font-size:calc(17.7px * .875);}
.simple-plan .soft-nav{padding:calc(1.5rem * .75);display:grid;align-content:end;gap:.7rem;background:#EDEFF1;color:#3A3F44;}
.simple-plan .strong-intro{width:min(36rem,84%);padding:.85rem 1rem;border-radius:0.94rem 0.94rem 0.94rem 0.33rem;background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;}
.simple-plan .strong-intro:nth-child(even){justify-self:end;border-radius:0.94rem 0.94rem 0.33rem 0.94rem;background:var(--paint-page);color:var(--tone-base);border-color:transparent;}
.simple-plan .strong-intro p{font-size:17.7px;line-height:1.77;}
.simple-plan .strong-intro time{display:block;margin-top:.35rem;font-size:calc(17.7px * .875);opacity:.75;}
.simple-plan .featured-block{display:flex;gap:.55rem;padding:calc(1.5rem * .75);border-top:1px solid #DCE0E3;background:#FFFFFF;color:#1F1A16;}
.simple-plan .featured-block input{min-width:0;flex:1;border:1px solid #DCE0E3;border-radius:0.53rem;padding:.8rem 1rem;background:#F7F8F9;color:#1F1A16;font:inherit;outline:none;}
.simple-plan .featured-block input::placeholder{}
.simple-plan .featured-block input:focus{border-color:#8C9AA6;}
.simple-plan .featured-block button{border:0;border-radius:0.53rem;padding:.8rem 1.2rem;background:#8C9AA6;color:#1F1A16;font:inherit;font-weight:700;cursor:pointer;transition:background 500ms var(--motion-nav);}
.simple-plan .featured-block button:hover{background:#76848F;color:#1F1A16;}
@media (max-width:860px){.simple-plan .compact-track{grid-template-columns:1fr;}.simple-plan .text-intro{grid-template-rows:auto auto auto;}.simple-plan .featured-block{flex-direction:column;}.simple-plan .strong-intro{width:100%;}
}
.featured-benefit{padding:calc(1.5rem * 2.4) 1.66rem;background:#EDEFF1;color:#3A3F44;}
.featured-benefit .compact-track{max-width:1600px;margin:0 auto;}
.featured-benefit h2,.featured-benefit p{margin:0;}
.featured-benefit h2{font-size:calc(17.7px * 2);line-height:1.12;}
.featured-benefit p{font-size:17.7px;line-height:1.77;}
.featured-benefit a{color:#4A2E1E;text-decoration:none;}
.featured-benefit a:hover{color:inherit;}
.featured-benefit img{display:block;width:min(26rem,100%);max-width:100%;height:auto;border-radius:0.53rem;flex:0 1 min(26rem,36vw);}
.featured-benefit .main-note{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap;}
.featured-benefit .fresh-body{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.featured-benefit .public-callout{color:#3A3F44;}
.featured-benefit .site-wrap{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.33rem;background:var(--paint-page);color:var(--tone-base);font-weight:600;}
.featured-benefit .site-wrap:hover{background:#3A2317;color:var(--tone-base);}
.featured-benefit .quiet-intro{font-size:calc(17.7px * .875);color:#3A3F44;}
.featured-benefit .quiet-intro a{text-decoration:underline;}
.plain-list{
  background: linear-gradient(120deg, #8C9AA6 0%, #4A2E1E 100%);
  color: #F6F4F1;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.plain-list .compact-track{width: min(100%, 1600px);
  margin: 0 auto;}
.plain-list .page-grid{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.07rem;
  margin-bottom: calc(2.5rem * 1.5);}
.plain-list h2,
.plain-list p{margin: 0;}
.plain-list .offer-lead{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  align-items: flex-start;}
.plain-list .main-details{flex: 1 1 20rem;
  min-width: 0;}
.plain-list h2{font-size: calc(17.7px * 2.65);
  line-height: 1.05;
  margin-bottom: calc(1.5rem * .75);}
.plain-list .public-callout{line-height: 1.77;
  font-size: calc(17.7px * 1.125);}
.plain-list .text-tile{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-list .text-tile p{line-height: 1.77;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #F6F4F1;}
.plain-list strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 17.7px;}
@media (max-width: 820px) {.plain-list .page-grid{ aspect-ratio: 16 / 10; }.plain-list .text-tile p{ padding-left: calc(1.5rem * .75); }
}
.main-service{
  background: #F7F8F9;
  color: #1F1A16;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.main-service .compact-track{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.5rem * 1.5);}
.main-service h2,
.main-service h3,
.main-service p,
.main-service figure,
.main-service figcaption{margin: 0;}
.main-service h2{font-size: calc(17.7px * 2.65);
  line-height: 1.05;}
.main-service h3{font-size: calc(17.7px * 1.35);
  line-height: 1.18;}
.main-service p{font-size: 17.7px;
  line-height: 1.77;}
.main-service .soft-entries{display: grid;
  gap: 1.5rem;}
.main-service .top-content{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;}
.main-service .team{
  display: grid;
  gap: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1F1A16;
  border: 1px solid #DCE0E3;
  border-radius: 0.94rem;
  overflow: hidden;
}
.main-service .team img{display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;}
.main-service .team figcaption{display: grid;
  gap: calc(calc(1.5rem * .75) * .65);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;}
.main-service .team .contact-list{font-size: calc(17.7px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #3A3F44;}
.main-service .site-wrap{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #DCE0E3;}
.main-service .service-inner{
  display: inline-block;
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.53rem;
  background: var(--paint-page);
  color: var(--tone-base);
  text-decoration: none;
  font-size: 17.7px;
}
.main-service .service-inner:hover{
  background: #3A2317;color:#1F1A16;}
.main-service .team-proof{flex: 1 1 260px;
  font-size: calc(17.7px * .875);
  color: #3A3F44;}
@media (max-width: 860px) {.main-service .top-content{ grid-template-columns: 1fr; }.main-service h2{ font-size: clamp(calc(17.7px * 2), 11vw, calc(17.7px * 2.65)); }.main-service .team img{ height: 200px; }
}
.offer-items{--layer-active:calc(1.5rem * 1.29);--axis-public:calc(1600px / 2.40);padding:calc(1.5rem * 2.4) 1.66rem;background:#8C9AA6;color:#1F1A16;}
.offer-items .compact-track{max-width:1600px;margin:0 auto;}
.offer-items h2,.offer-items h3,.offer-items p{margin:0;}
.offer-items h2{font-size:calc(17.7px * 2);line-height:1.12;}
.offer-items h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.offer-items p{font-size:17.7px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-items .simple-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.offer-items .simple-nav>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.offer-items .simple-nav>.public-callout{flex:1 1 calc(1600px / 3);min-width:0;}
.offer-items .bottom-group{display:flex;flex-wrap:wrap;gap:var(--layer-active);margin-top:var(--layer-active);width:100%;}
.offer-items .offer-story{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.53rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.offer-items .offer-story p{margin-top:calc(1.5rem / 3);}
.quiet-lead{
  background: #F7F8F9;
  color: #1F1A16;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.quiet-lead .compact-track{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;}
.quiet-lead h2,
.quiet-lead h3,
.quiet-lead p{margin: 0;}
.quiet-lead h2{font-size: calc(17.7px * 2); line-height: 1.1;}
.quiet-lead h3{font-size: calc(17.7px * 1.35); line-height: 1.18;}
.quiet-lead p{font-size: 17.7px; line-height: 1.77;}
.quiet-lead .contact-steps{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.5rem * 1.5);
  border-radius: 1.07rem;
  background: #1F1A16;
  color: #F6F4F1;
}
.quiet-lead .contact-steps a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.quiet-lead .content-details{display: grid;
  gap: calc(1.5rem * .75);}
.quiet-lead [data-block]{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem calc(2.5rem * 1.5);
  border-radius: 0.94rem;
  background: #FFFFFF;
  color: #1F1A16;
  border: 1px solid #DCE0E3;
  border-left: 3px solid #8C9AA6;
}
.quiet-lead .contact-list{color: #3A3F44;
  font-size: calc(17.7px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
@media (max-width: 820px) {.quiet-lead .compact-track{ grid-template-columns: 1fr; }
}
.team-items{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #F7F8F9;
        color: #1F1A16
    }
.team-items .compact-track{max-width: 1600px;
        margin: 0 auto}
.team-items .local-method{display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5)}
.team-items .soft-entries{min-width: 0}
.team-items h2{margin: 0;
        font-size: calc(17.7px * 2);
        line-height: 1.1}
.team-items .soft-entries p{margin: 1.5rem 0 0;
        font-size: calc(17.7px * 1.125);
        line-height: 1.77;
        color: #3A3F44}
.team-items .active-grid{display: flex;
        flex-direction: column;
        border-top: 1px solid #DCE0E3}
.team-items .main-figure{display: flex;
        gap: 2.5rem;
        align-items: flex-start;
        padding: 1.5rem 0;
        border-bottom: 1px solid #DCE0E3}
.team-items .main-figure h3{flex: 0 1 20rem;
        min-width: 0;
        margin: 0;
        font-size: calc(17.7px * 1.35);
        line-height: 1.2}
.team-items .main-figure p{flex: 1 1 30rem;
        min-width: 0;
        margin: 0;
        line-height: 1.77;
        color: #3A3F44}
.team-items .team{
        margin: 0;
        padding: calc(1.5rem * .75) 1.66rem;
        background: #EDEFF1;
        color: #3A3F44;
        border-radius: 0.53rem;
        font-size: calc(17.7px * .875);
        line-height: 1.77
    }
@media (max-width: 760px) {.team-items .main-figure{
            display: block
        }.team-items .main-figure p{
            margin-top: calc(1.5rem * .75)
        }
    }
.media-actions{
  --layer-active:calc(1.5rem * 1.35);
  --state-main:calc(1600px / 3.6);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#F7F8F9;
  color:#1F1A16;
}
.media-actions .compact-track{max-width:1600px;
  margin:0 auto;}
.media-actions h2,
.media-actions h3,
.media-actions p,
.media-actions ul{margin:0;}
.media-actions h2{font-size:calc(17.7px * 2);
  line-height:1.14;}
.media-actions h3{font-size:calc(17.7px * 1.35);
  line-height:1.22;}
.media-actions p{font-size:17.7px;
  line-height:1.77;}
.media-actions .soft-entries{display:flex;
  flex-direction:column;
  gap:calc(2.5rem * 1.5);}
.media-actions .public-callout{}
.media-actions .active-grid{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.5rem;
  margin-top:var(--layer-active);}
.media-actions .offer-story{
  flex:1 1 var(--state-main);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(2.5rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#1F1A16;
  border:1px solid #DCE0E3;
  border-radius:0.94rem;
  box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
.media-actions .visual-service{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:calc(1.5rem / 2);}
.media-actions .bottom-steps{
  font-size:calc(17.7px * .875);
  padding:calc(1.5rem / 4) calc(1.66rem / 1.6);
  border-radius:0.33rem;
  background:#8C9AA6;
  color:#1F1A16;
  white-space:nowrap;
}
.media-actions .narrow-items{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  font-size:calc(17.7px * .875);}
.media-actions .narrow-items li{position:relative;
  padding-left:calc(1.66rem * 0.9);
  line-height:1.5;}
.media-actions .narrow-items li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.6em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--paint-page);color:var(--tone-base);}
.media-actions .team-shell{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.33rem;
  background:var(--paint-page);
  color:var(--tone-base);
  text-decoration:none;
  font-size:calc(17.7px * .875);
  transition:background 500ms var(--motion-nav);
}
.media-actions .team-shell:hover{
  background:#3A2317;color:#1F1A16;}
.media-actions .team{margin-top:var(--layer-active);
  font-size:calc(17.7px * .875);}
.media-actions .team a{text-decoration:underline;}
.media-actions .team a:hover{}
@media (max-width:900px){.media-actions .offer-story{
    flex:1 1 100%;
  }
}
.fresh-rail{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F1A16;
  color: #F6F4F1;
}
.fresh-rail .compact-track{max-width: min(1600px, 72rem);
  margin: 0 auto;}
.fresh-rail .soft-entries h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.1;}
.fresh-rail .public-callout{margin: calc(1.5rem * .75) 0 calc(2.5rem * 1.5);
  font-size: calc(17.7px * 1.125);
  color: #D3D7DB;}
.fresh-rail .active-grid{display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;}
.fresh-rail .offer-story{flex: 1 1 min(100%, 22rem);
  padding-left: calc(1.5rem * .75);
  border-left: 1px solid #3A3F44;}
.fresh-rail .offer-story header{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.fresh-rail .team-view{font-weight: 700;
  font-size: calc(17.7px * 1.35);}
.fresh-rail .focused-body{font-size: calc(17.7px * .875);
  color: #D3D7DB;}
.fresh-rail .offer-story p{margin: calc(calc(1.5rem * .75) * 0.7) 0;
  color: #D3D7DB;}
.fresh-rail .offer-story small{font-size: calc(17.7px * .875);
  color: #8C9AA6;}
.fresh-rail .open-area{margin-top: calc(2.5rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3F44;}
.fresh-rail .open-area .local-visual{display: block;
  font-size: calc(17.7px * .875);
  color: #D3D7DB;
  margin-bottom: calc(calc(1.5rem * .75) * 0.6);}
.fresh-rail .local-tile{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.5rem;}
.fresh-rail .local-tile li{font-size: 17.7px;
  font-weight: 700;
  opacity: 0.85;}
@media (max-width: 700px) {.fresh-rail .active-grid{
    display: block;
  }.fresh-rail .offer-story + .offer-story{
    margin-top: 2.5rem;
  }
}
.active-form{--layer-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.active-form .compact-track{max-width:1600px;margin:0 auto;}
.active-form h2,.active-form h3,.active-form p{margin:0;}
.active-form h2{font-size:calc(17.7px * 2);line-height:1.14;}
.active-form h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.active-form p{font-size:17.7px;line-height:1.77;}
.active-form .soft-entries{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.active-form .public-callout{}
.active-form .bottom-group{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:var(--layer-active);}
.active-form .offer-story{flex:1 1 calc(1600px / 4.2);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;border-radius:0.53rem;}
.active-form .offer-story p{margin-top:calc(1.5rem / 3);}
.active-form .quiet-intro{margin-top:var(--layer-active);padding-top:calc(2.5rem * 1.5);border-top:1px solid #DCE0E3;}
.active-form .quiet-intro p{}
.active-form .quiet-intro a{text-decoration:underline;text-underline-offset:3px;}
.active-form .quiet-intro a:hover{}
@media (max-width:720px){.active-form .offer-story{flex:1 1 100%;}
}
.service-details{
  background: #F7F8F9;
  color: #1F1A16;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.service-details .compact-track{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.5rem * 1.5);
  align-items: flex-start;}
.service-details h2,
.service-details p,
.service-details figure,
.service-details figcaption{margin: 0;}
.service-details .main-details{
  flex: 0 0 min(26rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.07rem;
  background: #EDEFF1;
  color: #3A3F44;
}
.service-details h2{font-size: calc(17.7px * 2);
  line-height: 1.08;}
.service-details .main-details p{line-height: 1.77;}
.service-details .featured-area{flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.service-details .offer-story{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: 0.94rem;
  background: #FFFFFF;
  color: #1F1A16;
  border: 1px solid #DCE0E3;
  overflow: hidden;
}
.service-details .offer-story img{display: block;
  width: 100%;
  height: 13rem;
  object-fit: cover;}
.service-details figcaption{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;}
.service-details strong{font-size: calc(17.7px * 1.35);
  line-height: 1.16;}
.service-details .offer-story p{line-height: 1.77;}
@media (max-width: 900px) {.service-details .compact-track{ flex-direction: column; }.service-details .main-details{ flex: 1 1 auto; width: 100%; }
}
.featured-visual{padding:calc(1.5rem * 2.4) 1.66rem;background:linear-gradient(135deg, #F7F8F9 0%, #E4E7EA 55%, #C9CFD4 100%);color:#1F1A16}
.featured-visual .compact-track{max-width:1600px;margin:0 auto}
.featured-visual .soft-entries{margin-bottom:calc(2.5rem * 1.5)}
.featured-visual h2{margin:0;font-size:calc(17.7px * 2.65);line-height:1.05}
.featured-visual .soft-entries p{margin:1.5rem 0 0;font-size:calc(17.7px * 1.125);line-height:1.77}
.featured-visual .compact-header{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 2.5rem}
.featured-visual .clear-form{padding:calc(1.5rem * .75) 0;border-top:1px solid #DCE0E3}
.featured-visual .clear-form strong{display:block;font-size:calc(17.7px * 1.35);line-height:1.15}
.featured-visual .clear-form p{margin:calc(1.5rem * .75) 0 0;font-size:17.7px;line-height:1.77}
.featured-visual .quiet-intro{margin:calc(2.5rem * 1.5) 0 0;font-size:calc(17.7px * .875);line-height:1.77}
.featured-visual .quiet-intro a{text-decoration:underline;text-underline-offset:2px}
.featured-visual .quiet-intro a:hover{}
@media(max-width:900px){.featured-visual .compact-header{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.featured-visual .compact-header{grid-template-columns:1fr}}
.top-media{--layer-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.top-media .compact-track{max-width:1600px;margin:0 auto;}
.top-media h2,.top-media h3,.top-media p{margin:0;}
.top-media h2{font-size:calc(17.7px * 2);line-height:1.12;}
.top-media h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.top-media p{font-size:17.7px;line-height:1.77;}
.top-media .visual-service{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start;}
.top-media .visual-service>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.top-media .visual-service>.public-callout{flex:1 1 calc(1600px / 2.6);min-width:0;color:#3A3F44;}
.top-media .active-grid{display:flex;flex-wrap:wrap;gap:var(--layer-active);margin-top:var(--layer-active);}
.top-media .offer-story{flex:1 1 calc(1600px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .7);padding:calc(calc(1.5rem * .75) * .9);background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;border-radius:0.94rem;}
.top-media .page-callout{overflow:hidden;border-radius:0.53rem;}
.top-media img{display:block;width:100%;height:auto;}
.top-media .clear-region{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.top-media .team{font-size:calc(17.7px * .875);color:#3A3F44;}
.top-media .quiet-intro{margin-top:var(--layer-active);padding-top:calc(1.5rem / 1.6);border-top:1px solid #DCE0E3;display:flex;flex-wrap:wrap;gap:calc(2.5rem / 2);align-items:baseline;}
.top-media .local-shell{flex:1 1 100%;font-size:calc(17.7px * .875);color:#3A3F44;}
.top-media .quiet-intro a{font-size:calc(17.7px * .875);color:#4A2E1E;text-decoration:none;border-bottom:1px solid #DCE0E3;padding-bottom:2px;}
.top-media .quiet-intro a:hover{color:inherit;border-bottom-color:#8C9AA6;}
@media (max-width:768px){.top-media .visual-service>h2,.top-media .visual-service>.public-callout,.top-media .offer-story{flex:1 1 100%;}
}
.public-media{--layer-active:calc(1.5rem * 1.35);--state-main:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.public-media .compact-track{max-width:1600px;margin:0 auto;}
.public-media h2,.public-media h3,.public-media p{margin:0;}
.public-media h2{font-size:calc(17.7px * 2);line-height:1.12;}
.public-media h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.public-media p{font-size:17.7px;line-height:1.77;}
.public-media .team{font-size:calc(17.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A3F44;}
.public-media .public-callout{margin-top:calc(1.5rem / 2);color:#3A3F44;}
.public-media .site-wrap{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.33rem;background:var(--paint-page);color:var(--tone-base);text-decoration:none;font-size:17.7px;}
.public-media .site-wrap:hover{background:#3A2317;color:#1F1A16;}
.public-media .soft-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.public-media .soft-content>.fresh-body{flex:1 1 22rem;min-width:0;}
.public-media .soft-content>.site-wrap{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.public-media .soft-content>.bottom-group{flex:1 1 100%;}
.public-media .bottom-group{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.5rem;margin-top:var(--layer-active);}
.public-media .offer-story{flex:1 1 var(--state-main);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DCE0E3;}
.public-media .offer-story h3{margin-top:calc(1.5rem / 3);}
.public-media .offer-story p{margin-top:calc(1.5rem / 3);color:#3A3F44;}
@media (max-width:720px){.public-media .soft-content>.site-wrap{width:100%;}
}
.active-callout{--layer-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.active-callout .compact-track{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-active);}
.active-callout h2,.active-callout h3,.active-callout p{margin:0;}
.active-callout h2{font-size:calc(17.7px * 2);line-height:1.12;}
.active-callout h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.active-callout p{font-size:17.7px;line-height:1.77;}
.active-callout .soft-entries{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.active-callout .public-callout{}
.active-callout .bottom-group{display:flex;flex-wrap:wrap;gap:2.5rem;}
.active-callout .offer-story{flex:1 1 calc(1600px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DCE0E3;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-callout .offer-story p{}
.active-callout .main-details{padding-top:calc(1.5rem * .75);border-top:1px solid #DCE0E3;}
.active-callout .main-details p{font-size:calc(17.7px * .875);}
.active-callout a{text-decoration:underline;text-underline-offset:3px;}
.active-callout a:hover{}
@media (max-width:720px){.active-callout .offer-story{flex:1 1 100%;}
}
.text-wrap{--layer-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.text-wrap .compact-track{max-width:1600px;margin:0 auto;}
.text-wrap h2,.text-wrap h3,.text-wrap p{margin:0;}
.text-wrap h2{font-size:calc(17.7px * 2);line-height:1.14;}
.text-wrap h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.text-wrap p{font-size:17.7px;line-height:1.77;}
.text-wrap .soft-entries{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);padding-bottom:calc(2.5rem * 1.5);border-bottom:1px solid #DCE0E3;}
.text-wrap .public-callout{color:#3A3F44;}
.text-wrap .steady-copy{display:flex;flex-direction:column;gap:0;margin-top:calc(2.5rem * 1.5);}
.text-wrap .offer-story{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DCE0E3;}
.text-wrap .offer-story:last-child{border-bottom:none;}
.text-wrap .offer-story p{margin-top:calc(1.5rem / 3);color:#3A3F44;}
.text-wrap .quiet-intro{margin-top:calc(2.5rem * 1.5);font-size:calc(17.7px * .875);color:#3A3F44;}
.text-wrap .quiet-intro a{color:#4A2E1E;text-decoration:underline;text-underline-offset:3px;}
.text-wrap .quiet-intro a:hover{color:inherit;}
@media (min-width:900px){.text-wrap .soft-entries{flex-direction:row;align-items:flex-end;gap:2.5rem;}.text-wrap .soft-entries h2{flex:1 1 42%;}.text-wrap .soft-entries .public-callout{flex:1 1 58%;}.text-wrap .offer-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.5rem;align-items:start;padding:calc(1.5rem * .75) 0;}.text-wrap .offer-story p{margin-top:0;}
}
.narrow-frame{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F1A16;
  color: #F6F4F1;
}
.narrow-frame .compact-track{max-width: 1600px;
  margin: 0 auto;}
.narrow-frame .soft-entries{margin-bottom: calc(2.5rem * 1.5);}
.narrow-frame h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.1;}
.narrow-frame .soft-entries p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.7px * 1.125);
  color: #D3D7DB;}
.narrow-frame .active-grid{display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;}
.narrow-frame .offer-story{flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #3A3F44;
  text-decoration: none;
  transition: border-color 500ms var(--motion-nav);}
.narrow-frame .offer-story:hover{border-top-color: #8C9AA6;}
.narrow-frame .bottom-steps{display: block;
  font-size: calc(17.7px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8C9AA6;}
.narrow-frame .offer-story strong{display: block;
  margin: 0.6rem 0 0.5rem;
  font-size: calc(17.7px * 1.35);
  line-height: 1.25;}
.narrow-frame .offer-story small{display: block;
  font-size: calc(17.7px * .875);
  line-height: 1.6;
  color: #D3D7DB;}
.narrow-frame .team{margin-top: calc(2.5rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3F44;}
.narrow-frame .team p{margin: 0;
  font-size: 17.7px;
  color: #D3D7DB;}
.narrow-frame .steady-form{margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  font-size: 17.7px;}
.narrow-frame .steady-form a{text-decoration: none;
  border-bottom: 1px solid #8C9AA6;
  padding-bottom: 1px;}
.narrow-frame .steady-form a:hover{color: #8C9AA6;}
@media (max-width: 780px) {.narrow-frame .active-grid{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.narrow-frame .offer-story{
    flex: 1 1 auto;
  }
}
.page-steps{--layer-active:calc(1.5rem * 0.92);--copy-button:calc(1600px / 3.77);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--paint-page);color:var(--tone-base);}
.page-steps .compact-track{max-width:1600px;margin:0 auto;}
.page-steps h2,.page-steps h3,.page-steps p{margin:0;}
.page-steps h2{font-size:calc(17.7px * 2);line-height:1.12;}
.page-steps h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.page-steps p{font-size:17.7px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.page-steps a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-steps img{display:block;width:100%;max-width:var(--copy-button);height:auto;border-radius:0.53rem;}
.page-steps .public-callout{margin-top:var(--layer-active);}
.page-steps .steady-copy{display:flex;flex-direction:column;gap:calc(var(--layer-active) * .7);margin-top:var(--layer-active);}
.page-steps details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.53rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.page-steps summary{cursor:pointer;font-weight:700;font-size:calc(17.7px * 1.125);line-height:1.3;}
.page-steps details p{margin-top:calc(1.5rem / 3);}
.page-steps .service-contact>img{margin-top:var(--layer-active);}
@media (max-width:720px){.page-steps img{max-width:100%;}.page-steps summary{font-size:17.7px;}
}
.focused-panel{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #F7F8F9;
        color: #1F1A16;
    }
.focused-panel .compact-track{max-width: 1600px;
        margin: 0 auto;}
.focused-panel .local-method{display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5);}
.focused-panel .soft-entries{min-width: 0;}
.focused-panel h2{margin: 0;
        font-size: calc(17.7px * 2);
        line-height: 1.1;}
.focused-panel .soft-entries p{margin: 1.5rem 0 0;
        font-size: calc(17.7px * 1.125);
        line-height: 1.77;
        color: #3A3F44;}
.focused-panel ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.focused-panel li{display: flex;
        flex-wrap: wrap;
        gap: 2.5rem;
        align-items: baseline;
        padding: 1.5rem 0;}
.focused-panel li + li{border-top: 1px solid #DCE0E3;}
.focused-panel strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(17.7px * 1.35);
        line-height: 1.2;
        font-weight: 700;}
.focused-panel span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.77;
        color: #3A3F44;}
@media (max-width: 760px) {.focused-panel li{
            display: block;
        }.focused-panel span{
            display: block;
            margin-top: calc(1.5rem * .75);
        }
    }
.primary-story{
  --layer-active:calc(1.5rem * 1.05);
  --axis-public:calc(1600px / 3.10);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#F7F8F9;
  color:#1F1A16;
}
.primary-story .compact-track{max-width:1600px;
  margin:0 auto;}
.primary-story h2,
.primary-story h3,
.primary-story p{margin:0;}
.primary-story h2{font-size:calc(17.7px * 2);
  line-height:1.14;}
.primary-story h3{font-size:calc(17.7px * 1.35);
  line-height:1.22;}
.primary-story p{font-size:17.7px;
  line-height:1.77;
  color:#3A3F44;}
.primary-story a{color:#4A2E1E;
  text-decoration:underline;
  text-underline-offset:3px;}
.primary-story a:hover{color:inherit;}
.primary-story .simple-nav{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.5rem;}
.primary-story .simple-nav>h2{flex:1 1 calc(1600px / 3.2);
  min-width:0;}
.primary-story .simple-nav>.public-callout{flex:1 1 calc(1600px / 3.2);
  min-width:0;}
.primary-story .bottom-group{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-active);
  margin-top:var(--layer-active);
  width:100%;}
.primary-story .offer-story{flex:1 1 calc(1600px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) 0;
  border-top:1px solid #DCE0E3;}
.primary-story .offer-story h3{margin-bottom:calc(1.5rem / 3.4);}
.primary-story .team{margin-top:var(--layer-active);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #DCE0E3;
  font-size:calc(17.7px * .875);}
@media (max-width:720px){.primary-story .offer-story{
    flex:1 1 100%;
  }
}
.clear-plan{--layer-active:calc(1.5rem * 1.35);--axis-public:calc(1600px / 2.50);--copy-button:calc(1600px / 3.66);padding:calc(1.5rem * 2.4) 1.66rem;background:#8C9AA6;color:#1F1A16;}
.clear-plan .compact-track{max-width:1600px;margin:0 auto;}
.clear-plan h1,.clear-plan h2,.clear-plan h3,.clear-plan p{margin:0;}
.clear-plan h1{font-size:calc(17.7px * 2.65);line-height:1.08;}
.clear-plan h2{font-size:calc(17.7px * 2);line-height:1.12;}
.clear-plan h3{font-size:calc(17.7px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 3);}
.clear-plan p{font-size:17.7px;line-height:1.77;}
.clear-plan a{color:inherit;text-decoration:none;}
.clear-plan img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.clear-plan .public-callout{opacity:.86;}
.clear-plan .bottom-group{display:flex;flex-direction:column;gap:var(--layer-active);margin-top:var(--layer-active);}
.clear-plan .offer-story{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.clear-plan .main-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.clear-plan .main-unit>.fresh-body{flex:1 1 calc(1600px / 3);min-width:0;}
.clear-plan .main-unit>.bottom-group{flex:2 1 calc(1600px / 2);margin-top:0;}
.clear-plan .main-unit>img{margin-left:auto;max-width:var(--copy-button);}
.clear-plan .fresh-body .public-callout{margin-top:1.5rem;}
.clear-plan .quiet-intro{max-width:1600px;margin:calc(2.5rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:2.5rem;}
.clear-plan .quiet-intro a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.33rem;background:#1F1A16;color:#8C9AA6;font-size:calc(17.7px * .875);}
.clear-plan .quiet-intro a:hover{background:var(--paint-page);color:var(--tone-base);}
@media (max-width:900px){.clear-plan .main-unit>.fresh-body,.clear-plan .main-unit>.bottom-group{flex:1 1 100%;}.clear-plan .main-unit>img{margin-left:0;max-width:100%;}
}
.active-frame{--layer-active:calc(1.5rem * 1.19);--axis-public:calc(1600px / 2.50);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.active-frame .compact-track{max-width:1600px;margin:0 auto;}
.active-frame h2,.active-frame p{margin:0;}
.active-frame h2{font-size:calc(17.7px * 2);line-height:1.12;}
.active-frame p{font-size:17.7px;line-height:1.77;color:#3A3F44;}
.active-frame a{color:#4A2E1E;text-decoration:none;border-bottom:1px solid #DCE0E3;}
.active-frame a:hover{color:inherit;border-bottom-color:#8C9AA6;}
.active-frame .public-callout{color:#3A3F44;}
.active-frame .bottom-group{display:flex;flex-wrap:wrap;gap:var(--layer-active);margin-top:var(--layer-active);}
.active-frame .offer-story{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.53rem;background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;}
.active-frame .offer-story p{margin:0;color:#1F1A16;}
.active-frame .team{margin-top:var(--layer-active);padding-top:calc(calc(2.5rem * 1.5) * .6);border-top:1px solid #DCE0E3;color:#3A3F44;}
.active-frame .simple-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.active-frame .simple-nav>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.active-frame .simple-nav>.public-callout{flex:1 1 calc(1600px / 3);min-width:0;}
.active-frame .simple-nav>.bottom-group{flex:1 1 100%;}
.active-frame .simple-nav>.team{flex:1 1 100%;}
.clear-panel{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: linear-gradient(135deg, #F7F8F9 0%, #E4E7EA 55%, #C9CFD4 100%);
        color: #1F1A16;
    }
.clear-panel .compact-track{max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5);}
.clear-panel .public-callout{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.clear-panel h2{margin: 0;
        font-size: calc(17.7px * 2);
        line-height: 1.1;}
.clear-panel .public-callout p{margin: 0;
        font-size: calc(17.7px * 1.125);}
.clear-panel .local-method{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem;}
.clear-panel .public-fields{
        padding: calc(1.5rem * .75);
        border: 1px solid #DCE0E3;
        border-radius: 0.94rem;
        background: #FFFFFF;
        color: #1F1A16;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.clear-panel .service-list{font-size: 17.7px;
        line-height: 1.77;}
.clear-panel .items{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #DCE0E3;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;}
.clear-panel .items strong{font-size: 17.7px;}
.clear-panel .items span{font-size: calc(17.7px * .875);}
.clear-panel .active-grid{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border-radius: 0.53rem;
        background: #EDEFF1;
        color: #3A3F44;
    }
.clear-panel .active-grid .team{margin: 0;
        flex: 1 1 22rem;
        font-size: 17.7px;}
.clear-panel .site-wrap{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.clear-panel .site-wrap a{
        display: inline-block;
        padding: 0.6rem 1.1rem;
        border-radius: 0.33rem;
        background: var(--paint-page);
        color: var(--tone-base);
        text-decoration: none;
        font-size: calc(17.7px * .875);
        transition: background 500ms var(--motion-nav);
    }
.clear-panel .site-wrap a:last-child{
        background: #8C9AA6;
        color: #1F1A16;
    }
.clear-panel .site-wrap a:hover{
        background: #3A2317;color:#1F1A16;}
.clear-panel .site-wrap a:last-child:hover{
        background: #76848F;color:#1F1A16;}
@media (max-width: 900px) {.clear-panel .local-method{
            grid-template-columns: 1fr;
        }
    }
@media (max-width: 600px) {.clear-panel .active-grid{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.fresh-region{--layer-active:calc(1.5rem * 1.35);--copy-button:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.fresh-region .compact-track{max-width:1600px;margin:0 auto;}
.fresh-region h1,.fresh-region h2,.fresh-region h3,.fresh-region p{margin:0;}
.fresh-region h2{font-size:calc(17.7px * 2);line-height:1.12;}
.fresh-region p{font-size:17.7px;line-height:1.77;}
.fresh-region a{color:inherit;text-decoration:none;}
.fresh-region img{display:block;width:min(30rem,100%);max-width:100%;height:auto;border-radius:0.53rem;flex:0 1 min(30rem,40vw);box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.fresh-region .site-wrap{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.33rem;background:var(--paint-page);color:var(--tone-base);font-weight:600;}
.fresh-region .site-wrap:hover{background:#3A2317;color:#1F1A16;}
.fresh-region .steady-intro{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap;}
.fresh-region .steady-intro .fresh-body{flex:1 1 26rem;min-width:0;}
.fresh-region .team{font-size:calc(17.7px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#3A3F44;}
.fresh-region .steady-intro h2,.fresh-region .steady-intro .public-callout,.fresh-region .steady-intro .site-wrap,.fresh-region .steady-intro .quiet-intro{margin-top:1.5rem;}
.fresh-region .steady-intro img{margin-top:var(--layer-active);}
.fresh-region .quiet-intro{font-size:calc(17.7px * .875);color:#3A3F44;}
.fresh-region .quiet-intro a{color:#4A2E1E;text-decoration:underline;}
.fresh-region .quiet-intro a:hover{color:inherit;}
.primary-callout{padding:calc(1.5rem * 2.4) 1.66rem;background:linear-gradient(120deg, #8C9AA6 0%, #4A2E1E 100%);color:#F6F4F1}
.primary-callout .compact-track{max-width:1600px;margin:0 auto}
.primary-callout .compact-header{display:flex;flex-wrap:wrap;gap:calc(2.5rem * 1.5);align-items:flex-start}
.primary-callout .soft-entries{flex:1 1 320px;min-width:0}
.primary-callout h2{margin:0;font-size:calc(17.7px * 2);line-height:1.1}
.primary-callout .soft-entries p{margin:1.5rem 0 0;font-size:17.7px;line-height:1.77}
.primary-callout .content-inner{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-callout .content-inner a{display:block;min-width:0;text-decoration:none;color:#F6F4F1;background:color-mix(in srgb,#F6F4F1 14%,transparent);border-radius:0.53rem;padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid color-mix(in srgb,#F6F4F1 55%,transparent)}
.primary-callout .content-inner a:hover{background:color-mix(in srgb,#F6F4F1 22%,transparent);color:#1F1A16;}
.primary-callout strong{display:block;font-size:17.7px;line-height:1.2}
.primary-callout span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.7px * .875);line-height:1.77}
@media(max-width:780px){.primary-callout h2{font-size:calc(17.7px * 1.35)}}
.plain-area{padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.plain-area .compact-track{max-width:1600px;margin:0 auto;}
.plain-area h2,.plain-area h3,.plain-area p{margin:0;}
.plain-area h2{font-size:calc(17.7px * 2);line-height:1.14;}
.plain-area h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.plain-area p{font-size:17.7px;line-height:1.77;}
.plain-area .soft-entries{max-width:calc(1600px / 1.9);}
.plain-area .public-callout{margin-top:1.5rem;color:#3A3F44;}
.plain-area .bottom-group{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:calc(2.5rem * 1.5);}
.plain-area .offer-story{flex:1 1 calc(1600px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;border-radius:0.53rem;}
.plain-area .offer-story p{margin-top:calc(1.5rem / 2.5);color:#3A3F44;}
.plain-area .quiet-intro{margin-top:calc(2.5rem * 1.5);padding-top:1.5rem;border-top:1px solid #DCE0E3;}
.plain-area .quiet-intro p{font-size:calc(17.7px * .875);color:#3A3F44;}
.plain-area .quiet-intro a{color:#4A2E1E;text-decoration:underline;}
.plain-area .quiet-intro a:hover{color:inherit;}
@media (max-width:900px){.plain-area .offer-story{flex:1 1 calc(1600px / 2.6);}
}
@media (max-width:600px){.plain-area .offer-story{flex:1 1 100%;}
}
.local-header{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #F7F8F9;
        color: #1F1A16;
    }
.local-header .compact-track{max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5);}
.local-header .public-callout{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-bottom: 1px solid #DCE0E3;
        padding-bottom: calc(2.5rem * 1.5);}
.local-header h2{margin: 0;
        font-size: calc(17.7px * 2);
        line-height: 1.1;}
.local-header .public-callout p{margin: 0;
        font-size: calc(17.7px * 1.125);
        line-height: 1.77;}
.local-header .local-method{display: flex;
        flex-direction: column;
        gap: 0;}
.local-header .public-fields{display: grid;
        grid-template-columns: 1fr 16rem;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #DCE0E3;}
.local-header .public-fields:first-child{padding-top: 0;}
.local-header .service-list{font-size: 17.7px;
        line-height: 1.77;}
.local-header .items{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        font-size: calc(17.7px * .875);}
.local-header .items strong{font-size: 17.7px;}
.local-header .active-grid{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #EDEFF1;
        color: #3A3F44;
        border-radius: 0.94rem;
    }
.local-header .active-grid .team-proof{margin: 0;
        flex: 1 1 22rem;
        font-size: 17.7px;}
.local-header .active-grid .site-wrap{
        display: inline-block;
        padding: 0.7rem 1.4rem;
        background: var(--paint-page);
        color: var(--tone-base);
        border-radius: 0.53rem;
        text-decoration: none;
        font-size: 17.7px;
        transition: background 500ms var(--motion-nav);
    }
.local-header .active-grid .site-wrap:hover{
        background: #3A2317;color:#1F1A16;}
@media (max-width: 760px) {.local-header .public-fields{
            grid-template-columns: 1fr;
            gap: 0.5rem;
        }.local-header .active-grid{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.top-list{--layer-active:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.top-list .compact-track{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-active);}
.top-list h2,.top-list p{margin:0;}
.top-list h2{font-size:calc(17.7px * 2);line-height:1.14;}
.top-list p{font-size:17.7px;line-height:1.77;}
.top-list a{color:#4A2E1E;text-decoration:none;border-bottom:1px solid #DCE0E3;}
.top-list a:hover{color:inherit;}
.top-list .active-grid{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.top-list .public-callout{font-size:calc(17.7px * 1.125);}
.top-list .team{font-size:calc(17.7px * .875);color:#3A3F44;}
.top-list .steady-copy{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .7);}
.top-list details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.53rem;background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.top-list summary{cursor:pointer;font-weight:700;font-size:17.7px;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:calc(1.5rem * .75);}
.top-list summary::-webkit-details-marker{display:none;}
.top-list summary::after{content:"+";font-weight:400;color:#3A3F44;}
.top-list details[open] summary::after{content:"–";}
.top-list details p{margin-top:calc(1.5rem / 3);}
.top-list .quiet-intro{font-size:calc(17.7px * .875);color:#3A3F44;border-top:1px solid #DCE0E3;padding-top:calc(1.5rem * .75);}
@media (max-width:720px){.top-list summary{flex-direction:column;align-items:flex-start;gap:calc(calc(1.5rem * .75) / 3);}.top-list summary::after{align-self:flex-end;}
}
.welcome{--layer-active:calc(1.5rem * 1.29);--axis-public:calc(1600px / 2.70);--copy-button:calc(1600px / 3.66);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--paint-page);color:var(--tone-base);}
.welcome .compact-track{max-width:1600px;margin:0 auto;}
.welcome h1,.welcome h2,.welcome h3,.welcome p{margin:0;}
.welcome h1{font-size:calc(17.7px * 2.65);line-height:1.08;}
.welcome h2{font-size:calc(17.7px * 2);line-height:1.12;}
.welcome h3{font-size:calc(17.7px * 1.35);line-height:1.2;}
.welcome p{font-size:17.7px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.welcome a{color:inherit;text-decoration:none;}
.welcome img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.welcome .site-wrap{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.33rem;background:var(--tone-base);color:var(--paint-page);}
.welcome .team{font-size:calc(17.7px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.welcome .bottom-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;margin-top:var(--layer-active);}
.welcome .offer-story{flex:1 1 calc(1600px / 4);min-width:0;}
.welcome .offer-story p{margin-top:calc(1.5rem / 3);}
.welcome .offer-story img{margin-bottom:calc(1.5rem / 2);}
.welcome .soft-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.welcome .soft-content>.fresh-body{flex:1 1 auto;min-width:0;}
.welcome .soft-content>.site-wrap{flex:0 0 auto;}
.welcome .soft-content>.bottom-group{flex:1 1 100%;}
.welcome .fresh-body h2{margin-top:calc(1.5rem / 2);}
.team-media{padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16}
.team-media .compact-track{max-width:1600px;margin:0 auto}
.team-media .soft-entries{margin-bottom:calc(2.5rem * 1.5)}
.team-media h2{margin:0;font-size:calc(17.7px * 2);line-height:1.12}
.team-media .soft-entries p{margin:1.5rem 0 0;color:#3A3F44;line-height:1.77}
.team-media .open-flow{display:flex;flex-wrap:wrap;gap:calc(2.5rem * 1.5);border-top:1px solid #DCE0E3;padding-top:calc(2.5rem * 1.5)}
.team-media .team{flex:1 1 100%;padding-bottom:1.5rem;color:#3A3F44;line-height:1.77;border-bottom:1px solid #DCE0E3}
.team-media .local-story{flex:1 1 18rem;padding:0}
.team-media .local-story strong{display:block;font-size:calc(17.7px * 1.35);line-height:1.15}
.team-media .local-story p{margin:calc(1.5rem * .75) 0 0;color:#3A3F44;line-height:1.77}
.team-media .quiet-intro{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:calc(2.5rem * 1.5);padding-top:1.5rem;border-top:1px solid #DCE0E3}
.team-media .quiet-intro a{color:#4A2E1E;font-size:17.7px;text-decoration:none;border-bottom:1px solid #4A2E1E}
.team-media .quiet-intro a:hover{color:inherit;border-bottom-color:#8C9AA6}
@media (max-width:640px){.team-media .local-story{flex:1 1 100%}
}
.quiet-actions{--layer-active:calc(1.5rem * 1.32);--copy-button:calc(1600px / 3.49);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F1A16;color:#F6F4F1;}
.quiet-actions .compact-track{max-width:1600px;margin:0 auto;}
.quiet-actions h2,.quiet-actions h3,.quiet-actions p{margin:0;}
.quiet-actions h2{font-size:calc(17.7px * 2);line-height:1.14;}
.quiet-actions h3{font-size:calc(17.7px * 1.35);line-height:1.22;}
.quiet-actions p{font-size:17.7px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.quiet-actions a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.quiet-actions a:hover{border-bottom-color:currentColor;}
.quiet-actions img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.quiet-actions .question>img{margin-top:var(--layer-active);}
.quiet-actions .question>.public-callout{margin-top:1.5rem;}
.quiet-actions .bottom-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;margin-top:var(--layer-active);}
.quiet-actions .offer-story{flex:1 1 calc(1600px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.quiet-actions .offer-story img{margin-bottom:calc(1.5rem / 4);}
.quiet-actions .offer-story a{margin-top:auto;align-self:flex-start;font-size:calc(17.7px * .875);}
.content-area{padding:calc(1.5rem * 2.5) 1.66rem;background:#EDEFF1;color:#3A3F44;}
.content-area .page-summary{max-width:960px;margin:0 auto;display:grid;gap:2.5rem;}
.content-area .open-track{display:grid;grid-template-columns:1.05fr 1fr;gap:2.5rem;align-items:stretch;}
.content-area img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:0.94rem;}
.content-area .service-view{padding:1.4rem 1.2rem;border-radius:0.94rem;background:#FFFFFF;border:1px solid #DCE0E3;display:grid;align-content:center;gap:.6rem;color:#1F1A16;}
.content-area .contact-list{margin:0;font-size:calc(17.7px * .875);letter-spacing:.02em;color:#3A3F44;}
.content-area h1{margin:0;font-size:clamp(1.8rem,3.6vw,2.6rem);line-height:1.2;}
.content-area .service-view p{margin:0;font-size:17.7px;}
.content-area .clear-region{display:grid;gap:.9rem;}
.content-area .clear-region p{margin:0;}
.content-area .quiet-intro{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.4rem;padding-top:1.2rem;border-top:1px solid #DCE0E3;font-size:calc(17.7px * .875);}
.content-area .quiet-intro span{color:#3A3F44;}
.content-area .quiet-intro a{color:#4A2E1E;text-decoration:none;border-bottom:1px solid transparent;transition:color 500ms var(--motion-nav),border-color 500ms var(--motion-nav);}
.content-area .quiet-intro a:hover{color:inherit;border-bottom-color:#8C9AA6;}
@media (max-width: 840px){.content-area .open-track{grid-template-columns:1fr;}.content-area img{min-height:220px;}
    }
.active-wrap{
    padding:calc(1.5rem * 2.4) 1.66rem;
    background:#F7F8F9;
    color:#1F1A16;
}
.active-wrap .open-links{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);}
.active-wrap .visual-service{display:flex;
    flex-direction:column;
    gap:0.4rem;
    border-bottom:1px solid #DCE0E3;
    padding-bottom:calc(2.5rem * 1.5);}
.active-wrap .service-view{margin:0;
    font-size:calc(17.7px * 2.65);
    line-height:1.2;}
.active-wrap .contact-list{margin:0;
    font-size:calc(17.7px * .875);
    color:#3A3F44;}
.active-wrap .offer-view{
    margin:0;
    border-radius:0.94rem;
    overflow:hidden;
    background:#EDEFF1;color:#3A3F44;}
.active-wrap .offer-view img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;}
.active-wrap .clear-region{display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);}
.active-wrap .clear-region p{margin:0;
    font-size:17.7px;
    line-height:1.77;}
.active-wrap .clear-region h2{margin:0;
    font-size:calc(17.7px * 1.35);
    line-height:1.3;}
.active-wrap .foot{display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:2.5rem;
    padding-top:calc(2.5rem * 1.5);
    border-top:1px solid #DCE0E3;}
.active-wrap .team{margin:0;
    font-size:calc(17.7px * .875);
    color:#3A3F44;}
.active-wrap .quiet-intro{display:flex;
    flex-wrap:wrap;
    gap:2.5rem;}
.active-wrap .quiet-intro a{color:#4A2E1E;
    text-decoration:none;
    font-size:calc(17.7px * .875);
    border-bottom:1px solid #4A2E1E;
    padding-bottom:2px;
    transition:color 500ms var(--motion-nav), border-color 500ms var(--motion-nav);}
.active-wrap .quiet-intro a:hover{color:inherit;
    border-color:#8C9AA6;}
@media (max-width:640px){.active-wrap .foot{
        flex-direction:column;
        align-items:flex-start;
    }
}
.public-lead{padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16;}
.public-lead .open-links{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.public-lead .visual-service{display:flex;flex-direction:column;gap:0.4rem;}
.public-lead .service-view{margin:0;font-size:calc(17.7px * 2.65);line-height:1.2;}
.public-lead .contact-list{margin:0;font-size:calc(17.7px * .875);color:#3A3F44;}
.public-lead .offer-view{margin:0;border-radius:0.94rem;overflow:hidden;background:#EDEFF1;color:#3A3F44;}
.public-lead .offer-view img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover;}
.public-lead .public-callout{margin:0;font-size:calc(17.7px * 1.125);line-height:1.77;}
.public-lead .text-view{margin:0;font-size:17.7px;line-height:1.77;}
.public-lead .plain-footer{margin:0;font-size:calc(17.7px * 1.35);line-height:1.3;}
.public-lead .text-view a{color:#4A2E1E;text-decoration:underline;text-underline-offset:3px;}
.public-lead .text-view a:hover{color:inherit;}
.public-lead .narrow-service{margin:0;padding:calc(1.5rem * .75);background:#EDEFF1;color:#3A3F44;border-radius:0.53rem;display:flex;flex-direction:column;gap:0.6rem;}
.public-lead .service{margin:0;font-size:17.7px;font-weight:600;}
.public-lead .quiet-intro{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.4rem;}
.public-lead .quiet-intro a{color:#4A2E1E;text-decoration:none;font-size:calc(17.7px * .875);}
.public-lead .quiet-intro a:hover{color:inherit;text-decoration:underline;}
@media (max-width:720px){.public-lead .offer-view img{max-height:260px;}
}
.visual-header{padding:calc(1.5rem * 2.4) 1.66rem;background:#F7F8F9;color:#1F1A16}
.visual-header .compact-track{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.5rem * 1.5);align-items:stretch}
.visual-header .fresh-body{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);padding:2.5rem;border-radius:1.07rem;background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;box-shadow:0 2px 5px rgba(0,0,0,0.1)}
.visual-header h2{margin:0;font-size:calc(17.7px * 2);line-height:1.15}
.visual-header .fresh-body>p{margin:0;font-size:17.7px;line-height:1.77}
.visual-header .narrow-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.visual-header .narrow-items{padding:calc(1.5rem * .75);border-radius:0.53rem;background:#EDEFF1;color:#3A3F44;border-left:3px solid #8C9AA6}
.visual-header .narrow-items span{display:block;font-size:calc(17.7px * .875);letter-spacing:.02em;text-transform:uppercase}
.visual-header .narrow-items strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:17.7px;line-height:1.4}
.visual-header .contact-steps{min-height:clamp(24rem,48vw,38rem);border-radius:1.07rem;overflow:hidden;border:1px solid #DCE0E3;box-shadow:0 8px 20px rgba(0,0,0,0.13);background:#EDEFF1;color:#3A3F44;}
.visual-header iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.visual-header .compact-track{grid-template-columns:1fr}.visual-header .contact-steps{min-height:22rem}}
.page-story{background:#F7F8F9;color:#1F1A16;padding:calc(1.5rem * 2.4) 1.66rem}
.page-story .compact-track{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.5rem * 1.5)}
.page-story .public-callout h2{margin:0;font-size:calc(17.7px * 2);line-height:1.15}
.page-story .public-callout p{margin:1.5rem 0 0;font-size:calc(17.7px * 1.125);line-height:1.65}
.page-story .simple-region{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start}
.page-story .direct-media{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #DCE0E3;padding-top:calc(1.5rem * .75)}
.page-story .main-figure{display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.4) calc(1.5rem * .75);align-items:baseline}
.page-story .local-visual{flex:0 0 160px;font-size:calc(17.7px * .875);text-transform:uppercase;letter-spacing:.04em;color:#3A3F44}
.page-story .main-figure p{margin:0;flex:1 1 240px;min-width:0;line-height:1.6}
.page-story .main-figure a{color:#4A2E1E;text-decoration:none}
.page-story .main-figure a:hover{color:inherit;text-decoration:underline}
.page-story .team{flex:1 1 320px;min-width:0;background:#EDEFF1;color:#3A3F44;padding:calc(1.5rem * .75);border-radius:0.94rem}
.page-story .team h3{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(17.7px * 1.35)}
.page-story .team p{margin:0 0 calc(calc(1.5rem * .75)*.6);line-height:1.6}
.page-story .team p:last-child{margin-bottom:0}
.page-story .active-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-story .active-grid a{flex:1 1 260px;min-width:0;display:block;background:#FFFFFF;color:#1F1A16;border:1px solid #DCE0E3;border-radius:0.53rem;padding:calc(1.5rem * .75);text-decoration:none}
.page-story .active-grid strong{display:block;font-size:17.7px}
.page-story .active-grid span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);font-size:calc(17.7px * .875);line-height:1.55}
@media(max-width:820px){.page-story .local-visual{flex-basis:100%}.page-story .main-figure p{flex-basis:100%}
}
.soft-brand{padding:calc(1.5rem * 2.4) 1.66rem;background:linear-gradient(135deg, #F7F8F9 0%, #E4E7EA 55%, #C9CFD4 100%);color:#1F1A16}
.soft-brand .compact-track{max-width:1600px;margin:0 auto}
.soft-brand .soft-entries{margin-bottom:calc(2.5rem * 1.5)}
.soft-brand h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.7px * 2);line-height:1.15}
.soft-brand .public-callout{margin:0;font-size:17.7px;line-height:1.77}
.soft-brand form{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}
.soft-brand .offer-summary{flex:1 1 640px;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.5rem}
.soft-brand .primary-summary{flex:1 1 260px;min-width:0;display:block}
.soft-brand .primary-summary span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(17.7px * .875);}
.soft-brand input{width:100%;border:1px solid #DCE0E3;border-radius:0.53rem;background:#FFFFFF;color:#1F1A16;font:inherit;padding:calc(1.5rem * .75);outline:none}
.soft-brand input::placeholder{}
.soft-brand input:focus{box-shadow:0 0 0 1px #8C9AA6;border-color:#8C9AA6}
.soft-brand .site-wrap{flex:1 1 260px;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-brand button{border:0;border-radius:0.53rem;background:var(--paint-page);color:var(--tone-base);font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 500ms var(--motion-nav)}
.soft-brand button:hover{background:#3A2317;color:#1F1A16;}
.soft-brand .team{margin:0;font-size:calc(17.7px * .875);line-height:1.77;}
.soft-brand .team a{text-decoration:none}
.soft-brand .team a:hover{text-decoration:underline}
@media(max-width:860px){.soft-brand form{display:block}.soft-brand .offer-summary{display:block}.soft-brand .primary-summary{margin-bottom:calc(1.5rem * .75)}.soft-brand .site-wrap{margin-top:1.5rem}.soft-brand button{width:100%}}
.open-form{padding:calc(1.5rem * 2.4) 1.66rem;background:#1F1A16;color:#F6F4F1}
.open-form .steady-panel{max-width:min(1600px,64rem);margin:0 auto}
.open-form h2{margin:0;font-size:calc(17.7px * 2.65);line-height:1.08}
.open-form .steady-steps{margin:1.5rem 0 calc(2.5rem * 1.5);font-size:calc(17.7px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.open-form .local-proof{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5)}
.open-form .main-figure{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.open-form .main-figure:last-child{border-bottom:0;padding-bottom:0}
.open-form h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.7px * 1.35);line-height:1.25}
.open-form .main-figure p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.open-form .wide-track{margin-top:calc(2.5rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-form .wide-track .team-proof{margin:0 0 0.35rem;font-size:17.7px}
.open-form .wide-track a{text-decoration:underline;text-underline-offset:3px}
.open-form .wide-track a:hover{color:#8C9AA6}
.open-form .team{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.7px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (min-width:900px){.open-form .local-proof{display:grid;grid-template-columns:1fr 1fr;gap:calc(2.5rem * 1.5) 2.5rem}.open-form .main-figure{padding-bottom:calc(1.5rem * .75)}
}
.quiet-feature{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F1A16;
  color: #F6F4F1;
}
.quiet-feature .compact-track{max-width: min(1600px, 62rem);
  margin: 0 auto;}
.quiet-feature .visual-service{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.5rem * 1.5);
  border-bottom: 1px solid #3A3F44;}
.quiet-feature h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.1;}
.quiet-feature .soft-entries{margin: 0;
  color: #D3D7DB;
  font-size: calc(17.7px * 1.125);
  line-height: 1.77;}
.quiet-feature .steady-menu{display: flex;
  flex-direction: column;
  margin-top: calc(2.5rem * 1.5);}
.quiet-feature .offer-story{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 2.5rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3A3F44;}
.quiet-feature .offer-story:last-child{border-bottom: 0;}
.quiet-feature h3{margin: 0;
  font-size: calc(17.7px * 1.35);
  line-height: 1.25;}
.quiet-feature .offer-story p{margin: 0;
  color: #D3D7DB;
  line-height: 1.77;}
.quiet-feature .team{margin: calc(2.5rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3F44;
  color: #D3D7DB;
  font-size: calc(17.7px * .875);}
.quiet-feature .team a{text-decoration: underline;}
.quiet-feature .team a:hover{color: #8C9AA6;}
@media (max-width: 720px) {.quiet-feature .offer-story{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.primary-shell{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F1A16;
  color: #F6F4F1;
}
.primary-shell .compact-track{max-width: min(1600px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.5rem * 1.5);}
.primary-shell .visual-service h2{margin: 0;
  font-size: calc(17.7px * 2);
  line-height: 1.1;}
.primary-shell .public-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.7px * 1.125);
  color: #D3D7DB;}
.primary-shell .contact-header{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #3A3F44;}
.primary-shell .contact-header li{display: flex;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3A3F44;
  align-items: flex-start;}
.primary-shell .wide-method{flex: 0 0 auto;
  font-size: calc(17.7px * .875);
  letter-spacing: 0.08em;
  color: #8C9AA6;
  padding-top: 0.35rem;}
.primary-shell .clear-region strong{display: block;
  font-size: calc(17.7px * 1.35);
  margin-bottom: 0.35rem;}
.primary-shell .clear-region p{margin: 0;
  color: #D3D7DB;}
.primary-shell .wide-track{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.5rem;}
.primary-shell .primary-summary{flex: 1 1 14rem;
  min-width: 0;}
.primary-shell .primary-summary .local-visual{display: block;
  font-size: calc(17.7px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;color:inherit;
  margin-bottom: 0.3rem;}
.primary-shell .primary-summary a,
.primary-shell .primary-summary p{margin: 0;
  font-size: 17.7px;
  text-decoration: none;
  word-break: break-word;}
.primary-shell .primary-summary a{border-bottom: 1px solid #8C9AA6;}
.primary-shell .primary-summary a:hover{color: #8C9AA6;}
.primary-shell .quiet-intro{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3F44;
  font-size: calc(17.7px * .875);
  color: #D3D7DB;}
.primary-shell .quiet-intro a{text-decoration: underline;
  text-underline-offset: 3px;}
.primary-shell .quiet-intro a:hover{color: #8C9AA6;}
@media (max-width: 640px) {.primary-shell .contact-header li{
    flex-direction: column;
    gap: 0.4rem;
  }.primary-shell .wide-track{
    flex-direction: column;
  }
}
.focused-track{--gutter-hero:calc(1.5rem * 1.3);--state-base:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.66rem;background:var(--paint-page);color:var(--tone-base);}
.focused-track .compact-track{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--gutter-hero);align-items:flex-start;}
.focused-track .fresh-body{flex:1 1 26rem;min-width:0;}
.focused-track .main-details{flex:0 1 var(--state-base);min-width:min(18rem,100%);display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.focused-track h2{font-size:calc(17.7px * 2);line-height:1.14;margin:0;}
.focused-track p{margin:0;font-size:17.7px;line-height:1.77;}
.focused-track .team{font-size:calc(17.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.focused-track .public-callout{margin-top:calc(2.5rem * 1.5);opacity:0.86;}
.focused-track img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.focused-track .site-wrap{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.33rem;background:var(--tone-base);color:var(--paint-page);font-weight:600;}
.focused-track .site-wrap:hover{background:#8C9AA6;color:#1F1A16;}
.focused-track .quiet-intro{font-size:calc(17.7px * .875);opacity:0.78;}
.focused-track .quiet-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-track .quiet-intro a:hover{opacity:0.8;}
@media (max-width:760px){.focused-track .compact-track{flex-direction:column;}.focused-track .main-details{flex:1 1 auto;width:100%;}
}
.simple-copy{
  background: #F7F8F9;
  color: #1F1A16;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.simple-copy .compact-track{width: min(100%, 1600px);
  margin: 0 auto;}
.simple-copy .bottom-benefit{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.simple-copy .team{
  margin: 0 0 1.5rem;
  font-size: calc(17.7px * .875);
  line-height: 1.77;
  color: #3A3F44;
  background: #EDEFF1;
  padding: 8px 14px;
  border-radius: 0.33rem;
}
.simple-copy h1{margin: 0;
  font-size: clamp(calc(17.7px * 2), 6vw, calc(17.7px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.simple-copy .text-view{margin: 1.5rem 0 0;
  font-size: calc(17.7px * 1.125);
  line-height: 1.77;}
.simple-copy .quiet-story{margin-top: calc(2.5rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  min-width: 0;}
.simple-copy a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.simple-copy .quiet-figure{
  padding: 13px 22px;
  border-radius: 0.53rem;
  background: var(--paint-page);
  color: var(--tone-base);
  font-weight: 700;
  transition: background 500ms var(--motion-nav);
}
.simple-copy .quiet-figure:hover{
  background: #3A2317;color:#1F1A16;}
.simple-copy .simple-lead{padding: 13px 0;
  color: #4A2E1E;
  border-bottom: 1px solid #DCE0E3;
  transition: color 500ms var(--motion-nav);}
.simple-copy .simple-lead:hover{color:inherit;}
.simple-copy .quiet-intro{margin-top: calc(1.5rem * .75);
  padding-top: 1.5rem;
  border-top: 1px solid #DCE0E3;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 20px;
  font-size: calc(17.7px * .875);}
.simple-copy .public-shell{color: #3A3F44;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: calc(17.7px * .875);}
.simple-copy .quiet-intro a{color: #4A2E1E;
  border-bottom: 1px solid transparent;
  transition: border-color 500ms var(--motion-nav);}
.simple-copy .quiet-intro a:hover{border-bottom-color: #8C9AA6;}
@media (max-width: 640px) {.simple-copy{ padding: calc(1.5rem * 2.4) 1.66rem; }.simple-copy .quiet-story{ flex-direction: column; align-items: flex-start; gap: 4px; }.simple-copy .quiet-intro{ flex-direction: column; gap: 8px; }
}
