html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
.public-content{
    width: 100%;
    background-color: #faf8f1;
    border-bottom: 1px solid var(--paint-light);color:#24211d;}
:root {
  --speed-hover: cubic-bezier(0.4,0,0.2,1);
  --line-main: #24211d;
  --paint-light: #d9d0c0;
  --paint-page: #ffffff;
}
.direct-plan {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.87rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 1.91rem;
  }
.media-content {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #24211d;
    text-decoration: none;
    flex-shrink: 0;
    transition: color 350ms var(--speed-hover);
  }
.media-content:hover {
    color: #a45f2a;
  }
.site-block {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
  }
.nav-link {
    font-size: 19.3px;
    color: #24211d;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
    transition: color 350ms var(--speed-hover);
  }
.nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #244238;
    transition: width 350ms var(--speed-hover);color:var(--line-main);}
.nav-link:hover {
    color: #a45f2a;
  }
.nav-link:hover::after {
    width: 100%;
  }
.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    background-color: #244238;
    color: #faf8f1;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.55rem;
    transition: background-color 350ms var(--speed-hover);
    white-space: nowrap;
    flex-shrink: 0;
  }
.btn-cta:hover{
    background-color: #31594c;color:var(--line-main);}
.offer-visual {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }
.plain-benefit{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #24211d;
    border-radius: 2px;
    transition: transform 350ms var(--speed-hover), opacity 350ms var(--speed-hover);color:var(--line-main);}
.offer-visual[aria-expanded="true"] .plain-benefit:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.offer-visual[aria-expanded="true"] .plain-benefit:nth-child(2) {
    opacity: 0;
  }
.offer-visual[aria-expanded="true"] .plain-benefit:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .direct-plan {
      min-height: 64px;
      padding: 0 1.87rem;
    }

    .offer-visual {
      display: flex;
    }

    .site-block {
      position: absolute;
      top: 64px;
      left: 0;
      right: 0;
      background-color: #faf8f1;
      border-bottom: 1px solid var(--paint-light);
      box-shadow: 0 8px 14px rgba(0,0,0,0.13);
      max-height: 0;
      overflow: hidden;
      transition: max-height 350ms var(--speed-hover);
      z-index: 100;
    }

    .site-block.is-open {
      max-height: 400px;
    }

    .nav-list {
      flex-direction: column;
      gap: 0;
      padding: 0.5rem 0;
    }

    .nav-link {
      display: block;
      padding: 0.875rem 1.87rem;
      font-size: 19.3px;
      border-bottom: 1px solid var(--paint-light);
    }

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

    .nav-link::after {
      display: none;
    }

    .btn-cta {
      display: none;
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-list {
      gap: 1.25rem;
    }

    .btn-cta {
      padding: 0.5rem 1rem;
      font-size: calc(19.3px * .875);
    }
  }
.service-visual{padding:calc(1.5rem * 2.4) 1.87rem;font-family:"Libre Baskerville", sans-serif;font-size:19.3px;line-height:1.78;background:#244238;color:#faf8f1;}
.primary-quote{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.91rem * 1.5);justify-content:space-between}
.controls{flex:1 1 280px;max-width:340px}
.bottom-items{display:inline-block;font-size:calc(19.3px * 2);font-weight:700;color:inherit;text-decoration:none;margin-bottom:calc(1.91rem * 1.5);letter-spacing:0.02em}
.compact-items{margin:0 0 calc(1.91rem * 1.5);font-size:19.3px;opacity:0.9}
.text-footer{margin:0;font-size:calc(19.3px * .875);opacity:0.75;line-height:1.6}
.local-rail{flex:2 1 420px;display:flex;flex-wrap:wrap;gap:calc(1.91rem * 1.5);justify-content:space-between}
.plain-surface{display:flex;flex-wrap:wrap;gap:calc(1.91rem * 1.5);flex:1 1 300px}
.soft-steps{display:flex;flex-direction:column;gap:1.5rem;min-width:120px}
.plain-surface a{color:inherit;text-decoration:none;font-size:calc(19.3px * .875);opacity:0.9;transition:opacity 350ms var(--speed-hover)}
.plain-surface a:hover{opacity:1;text-decoration:underline;text-underline-offset:4px;color:inherit}
.top-brand{flex:1 1 220px;display:flex;flex-direction:column;gap:1.5rem;font-style:normal;font-size:calc(19.3px * .875)}
.local-wrap{color:inherit;text-decoration:none;opacity:0.9;transition:opacity 350ms var(--speed-hover)}
.local-wrap:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}
.direct-summary{max-width:1400px;margin:calc(1.91rem * 1.5) auto 0;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(19.3px * .875);opacity:0.75}
.direct-summary p{margin:0}
@media (max-width: 768px) {.primary-quote{flex-direction:column;gap:calc(1.5rem * 2.4)}.controls{max-width:none}.local-rail{flex-direction:column;gap:calc(1.5rem * 2.4)}.plain-surface{gap:calc(1.91rem * 1.5)}.top-brand{gap:1.5rem}
}
@media (max-width: 480px) {.plain-surface{flex-direction:column;gap:calc(1.91rem * 1.5)}.soft-steps{gap:1.5rem}
}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .soft-feature{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid var(--paint-light);border-radius:24px;background:var(--paint-page);color:var(--line-main);box-shadow:0 20px 40px rgba(0,0,0,0.15);display:flex;align-items:flex-start;justify-content:space-between;gap:1.91rem}
.cookies .featured-note{max-width:48rem}
.cookies strong{display:block;font-size:calc(19.3px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.78}
.cookies .service-content{display:flex;flex-wrap:wrap;gap:8px}
.cookies .service-content button{border:1px solid var(--paint-light);background:#ece7dc;color:#24211d;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .service-content button.cookie-accept{background:#244238;color:#faf8f1;border-color:transparent}
@media(max-width:760px){.cookies .soft-feature{display:block}.cookies .service-content{margin-top:12px}}
.team-intro{
    padding: calc(1.5rem * 3) 1.87rem calc(1.5rem * 2.2);
    background: #faf8f1;
    color: #24211d;
    border-bottom: 1px solid var(--paint-light);
  }
.team-intro .local-headline{max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: calc(1.91rem * 1.4);
    flex-wrap: wrap;}
.bottom-wrap{
    flex: 1 1 32rem;
    min-width: 0;
  }
.bottom-wrap h1{
    margin: 0 0 1.1rem;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
.wide-proof{
    margin: 0 0 1.8rem;
    font-size: 19.3px;
    line-height: 1.7;
    max-width: 36rem;
    color: #24211d;
  }
.visual-shell{
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
    align-items: center;
  }
.steady-team{
    display: inline-block;
    padding: 0.7rem 1.4rem;
    background: #244238;
    color: #faf8f1;
    border-radius: 0.55rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 350ms var(--speed-hover);
    font-size: 0.98rem;
  }
.steady-team:hover{
    background: #31594c;color:var(--line-main);}
.fresh-callout{
    background: transparent;
    color: #244238;
    border: 1px solid var(--paint-light);
  }
.fresh-callout:hover{
    background: #ece7dc;
    color: #a45f2a;
    border-color: transparent;
  }
.secondary-feature{
    flex: 0 1 min(32rem, 40vw);
    min-width: 18rem;
  }
.text-contact{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.32rem;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 8px 14px rgba(0,0,0,0.13);
  }
.scene{
    margin: 0.9rem 0 0;
    font-size: calc(19.3px * .875);
    color: #24211d;
    line-height: 1.5;
    max-width: 30rem;
  }
@media (max-width: 720px) {.team-intro{
      padding-top: calc(1.5rem * 2);
    }.local-headline{
      flex-direction: column;
      align-items: stretch;
    }.secondary-feature{
      flex-basis: auto;
      margin-top: 1.4rem;
    }.text-contact{
      aspect-ratio: 16 / 10;
    }
  }
.secondary-block{position:relative;overflow:hidden;isolation:isolate;}
.secondary-block>*{position:relative;z-index:1;}
.secondary-block::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--speed-hover) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.secondary-block::before,.secondary-block::after{animation:none!important;}}
.public-stack{
    --mark-active: calc(1.5rem * 1.22);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.public-stack .local-headline{max-width: 1400px;
    margin: 0 auto;}
.public-stack h1,
  .public-stack h2,
  .public-stack h3,
  .public-stack p{margin: 0;}
.public-stack h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    max-width: 18ch;}
.public-stack p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, currentColor 78%, transparent);}
.public-stack a{color: inherit;
    text-decoration: none;}
.public-stack .content-group{display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;}
.public-stack .wide-proof{font-size: calc(19.3px * 1.125);
    line-height: 1.6;
    max-width: 60ch;
    color: color-mix(in srgb, currentColor 88%, transparent);}
.public-stack .text-rail{display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;}
.public-stack details{border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    padding-bottom: 1.5rem;}
.public-stack details:last-child{border-bottom: none;
    padding-bottom: 0;}
.public-stack summary{cursor: pointer;
    font-weight: 600;
    font-size: 19.3px;
    line-height: 1.5;
    list-style: none;
    display: flex;
    align-items: baseline;
    gap: 1.87rem;
    transition: color 350ms var(--speed-hover);}
.public-stack summary::-webkit-details-marker{display: none;}
.public-stack summary::before{content: "";
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    flex-shrink: 0;
    margin-top: -0.2rem;
    transition: transform 350ms var(--speed-hover);}
.public-stack details[open] summary::before{transform: rotate(45deg);
    margin-top: 0.1rem;}
.public-stack details p{margin-top: calc(1.5rem / 2.5);
    max-width: 72ch;
    padding-left: calc(1.87rem + 0.55rem);}
.public-stack .local-service{margin-top: 1.5rem;
    font-size: calc(19.3px * .875);
    max-width: 65ch;
    color: color-mix(in srgb, currentColor 70%, transparent);}
.public-stack .clear-steps{display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.public-stack .clear-steps a{font-weight: 600;
    font-size: 19.3px;
    border-bottom: 1px solid transparent;
    transition: border-color 350ms var(--speed-hover), color 350ms var(--speed-hover);}
.public-stack .clear-steps a:hover{border-bottom-color: currentColor;}
@media (min-width: 640px) {.public-stack .content-group{
      grid-template-columns: 1fr 1fr;
      align-items: end;
    }.public-stack .wide-proof{
      justify-self: end;
    }
  }
.footer{
  --mark-active:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#faf8f1;
  color:#24211d;
}
.footer .local-headline{max-width:1400px;
  margin:0 auto;}
.footer h1,
.footer h2,
.footer h3,
.footer p{margin:0;}
.footer h2{font-size:calc(19.3px * 2);
  line-height:1.15;
  max-width:calc(1400px * 0.6);}
.footer h3{font-size:calc(19.3px * 1.35);
  line-height:1.25;}
.footer p{font-size:19.3px;
  line-height:1.78;
  color:#24211d;
  opacity:0.82;}
.footer a{color:#244238;
  text-decoration:underline;
  text-underline-offset:0.15em;}
.footer a:hover{color:#a45f2a;}
.footer .fresh-summary{display:flex;
  flex-direction:column;
  gap:calc(1.91rem * 1.5);
  align-items:flex-start;}
.footer .wide-proof{font-size:calc(19.3px * 1.125);
  line-height:1.78;
  max-width:calc(1400px * 0.72);
  opacity:0.9;}
.footer .clear-steps{margin-top:calc(1.5rem * 2.4);
  display:grid;
  grid-template-columns:1fr;
  gap:calc(1.5rem * .75);}
.footer .primary-nav{display:flex;
  gap:1.87rem;
  align-items:flex-start;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid var(--paint-light);}
.footer .primary-nav:last-child{border-bottom:none;
  padding-bottom:0;}
.footer .service-benefit{
  font-size:calc(19.3px * .875);
  font-weight:600;
  letter-spacing:0.04em;
  color:#a45f2a;
  background:#a45f2a;
  color:#fff7ed;
  border-radius:0.31rem;
  padding:0.15rem 0.6rem;
  line-height:1.4;
  white-space:nowrap;
  flex-shrink:0;
  margin-top:0.2rem;
}
.footer .public-feature{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  min-width:0;}
.footer .public-feature p{font-size:19.3px;
  max-width:calc(1400px * 0.8);}
.footer .top-panel{margin-top:calc(1.5rem * 2.4);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--paint-light);}
.footer .local-service{font-size:calc(19.3px * .875);
  max-width:calc(1400px * 0.65);
  opacity:0.75;}
.footer .media-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.55rem;
  background:#244238;
  color:#faf8f1;
  text-decoration:none;
  font-weight:500;
  transition:background 350ms var(--speed-hover);
  flex-shrink:0;
}
.footer .media-form:hover{
  background:#31594c;
  color:#faf8f1;
}
@media (min-width: 640px){.footer .clear-steps{
    grid-template-columns:1fr 1fr;
    column-gap:1.87rem;
  }.footer .primary-nav:nth-child(odd){
    border-right:1px solid var(--paint-light);
    padding-right:1.87rem;
  }.footer .primary-nav:nth-child(even){
    padding-left:1.87rem;
  }.footer .primary-nav:last-child{
    border-bottom:1px solid var(--paint-light);
    padding-bottom:calc(1.5rem * .75);
  }
}
@media (min-width: 960px){.footer .clear-steps{
    grid-template-columns:repeat(3, 1fr);
  }.footer .primary-nav:nth-child(n){
    border-right:1px solid var(--paint-light);
    padding-right:1.87rem;
    padding-left:0;
  }.footer .primary-nav:nth-child(3n){
    border-right:none;
    padding-right:0;
  }.footer .primary-nav:nth-child(n+4){
    border-bottom:none;
    padding-bottom:0;
  }.footer .primary-nav:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
}
.direct-visual{--mark-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.direct-visual .local-headline{max-width:1400px;margin:0 auto;}
.direct-visual h2,.direct-visual h3,.direct-visual p{margin:0;}
.direct-visual h2{font-size:calc(19.3px * 2);line-height:1.15;}
.direct-visual h3{font-size:calc(19.3px * 1.35);line-height:1.25;}
.direct-visual p{font-size:19.3px;line-height:1.78;}
.direct-visual a{text-decoration:underline;text-underline-offset:3px;}
.direct-visual a:hover{}
.direct-visual .fresh-summary{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;justify-content:space-between;}
.direct-visual .bottom-wrap{flex:1 1 32rem;max-width:46rem;}
.direct-visual .bottom-wrap .wide-proof{margin-top:calc(1.5rem / 2);}
.direct-visual .simple-visual{flex:0 1 18rem;padding:calc(1.5rem * .75);border-left:3px solid #a45f2a;background:#ece7dc;color:#24211d;border-radius:0 0.31rem 0.31rem 0;}
.direct-visual .simple-visual p{font-size:calc(19.3px * .875);line-height:1.6;}
.direct-visual .media-group{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(1.5rem * .75);margin-top:calc(calc(1.5rem * 2.4) * 1.2);}
.direct-visual .secondary-media{padding:calc(1.5rem * .75);border:1px solid var(--paint-light);border-radius:0.55rem;background:var(--paint-page);color:var(--line-main);}
.direct-visual .secondary-media p{margin-top:calc(1.5rem / 3);font-size:19.3px;}
.direct-visual .clear-steps{margin-top:calc(calc(1.5rem * 2.4) * 1.1);padding-top:1.5rem;border-top:1px solid var(--paint-light);}
.direct-visual .clear-steps p{font-size:19.3px;}
@media (max-width: 900px){.direct-visual .media-group{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 640px){.direct-visual .media-group{grid-template-columns:1fr;}.direct-visual .simple-visual{flex-basis:100%;}
}
.secondary-grid{--mark-active:calc(1.5rem * 1.08);padding:calc(1.5rem * 2.4) 1.87rem;background:#244238;color:#faf8f1;}
.secondary-grid .local-headline{max-width:1400px;margin:0 auto;}
.secondary-grid h2,.secondary-grid h3,.secondary-grid p{margin:0;}
.secondary-grid h2{font-size:calc(19.3px * 2);line-height:1.12;}
.secondary-grid h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.secondary-grid p{font-size:19.3px;line-height:1.78;}
.secondary-grid .content-group{max-width:calc(1400px / 1.8);}
.secondary-grid .wide-proof{margin-top:1.5rem;font-size:calc(19.3px * 1.125);line-height:1.78;opacity:.92;}
.secondary-grid .visual-headline{margin-top:calc(var(--mark-active) * 1.4);}
.secondary-grid .content-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .8);}
.secondary-grid .team-menu{position:relative;padding-inline-start:calc(1.87rem * 1.2);border-inline-start:2px solid rgba(250,248,241,.25);padding-block:calc(1.5rem * .75);}
.secondary-grid .team-menu:first-child{padding-block-start:0;}
.secondary-grid .team-menu:last-child{padding-block-end:0;}
.secondary-grid .site-surface{display:inline-block;font-size:calc(19.3px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.7;margin-bottom:calc(1.5rem / 4);}
.secondary-grid .team-menu h3{margin-top:calc(1.5rem / 4);}
.secondary-grid .team-menu p{margin-top:calc(1.5rem / 3);opacity:.88;max-width:calc(1400px / 1.9);}
.secondary-grid .local-service{margin-top:calc(var(--mark-active) * 1.2);padding:calc(1.5rem * .75) 1.5rem;background:rgba(250,248,241,.08);border-radius:0.55rem;max-width:calc(1400px / 1.7);}
.secondary-grid .local-service p{font-size:calc(19.3px * .875);opacity:.8;line-height:1.78;}
@media (max-width: 720px){.secondary-grid .team-menu{padding-inline-start:1.87rem;}.secondary-grid .team-menu p{max-width:none;}
  }
.contact-block{--mark-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.contact-block .local-headline{max-width:1400px;margin:0 auto;}
.contact-block .content-group{max-width:calc(1400px * 0.72);margin-bottom:calc(1.5rem * 1.2);}
.contact-block h2,.contact-block h3,.contact-block p{margin:0;}
.contact-block h2{font-size:calc(19.3px * 2);line-height:1.15;letter-spacing:-0.01em;}
.contact-block h3{font-size:calc(19.3px * 1.35);line-height:1.3;font-weight:600;}
.contact-block .wide-proof{font-size:19.3px;line-height:1.78;margin-top:calc(1.5rem / 3);max-width:calc(1400px * 0.58);}
.contact-block .media-group{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-light);}
.contact-block .secondary-media{display:grid;grid-template-columns:calc(1.87rem * 1.4) 1fr;gap:1.87rem;padding:calc(1.5rem * 0.8) 0;border-bottom:1px solid var(--paint-light);}
.contact-block .site-surface{font-size:calc(19.3px * .875);font-weight:600;letter-spacing:0.02em;padding-top:0.2rem;}
.contact-block .featured-shell{min-width:0;}
.contact-block .featured-shell p{margin-top:calc(1.5rem / 4);font-size:19.3px;line-height:1.78;max-width:calc(1400px * 0.68);}
.contact-block .local-service{margin-top:calc(1.5rem * 1.1);font-size:calc(19.3px * .875);line-height:1.78;max-width:calc(1400px * 0.6);padding-left:calc(1.87rem * 1.4 + 1.87rem);}
@media (max-width: 720px){.contact-block .secondary-media{grid-template-columns:1fr;gap:calc(1.5rem / 3);padding:1.5rem 0;}.contact-block .local-service{padding-left:0;}.contact-block .content-group{max-width:100%;}.contact-block .wide-proof{max-width:100%;}
}
.soft-area{
    padding: clamp(50px, 7vw, 90px) clamp(16px, 4vw, 36px);
    background: #ece7dc;
    color: #24211d;
}
.soft-area .local-headline{max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: calc(1.91rem * 1.2);
    align-items: start;}
.soft-area .text-view img{width: 100%;
    height: auto;
    border-radius: 0.96rem;
    border: 1px solid var(--paint-light);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);}
.soft-area .content-rail h2{margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.25;}
.soft-area .content-rail .wide-proof{font-size: 19.3px;
    line-height: 1.65;
    margin: 0 0 14px;}
.soft-area .content-rail p{margin: 0 0 12px;
    max-width: 62ch;}
.soft-area .content-rail h3{margin: 22px 0 10px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.soft-area .content-rail ul{margin: 0 0 16px;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 8px;}
.soft-area .content-rail ul li{position: relative;
    padding-left: 22px;
    line-height: 1.6;}
.soft-area .content-rail ul li::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 0.65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #244238;
    opacity: 0.7;color:#faf8f1;}
.soft-area .content-rail .local-service{
    font-size: calc(19.3px * .875);
    padding: 12px 16px;
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    border-left: 3px solid #244238;
    border-radius: 0.31rem;
    color: var(--line-main);
    max-width: 100%;
}
@media (max-width: 820px) {.soft-area .local-headline{
        grid-template-columns: 1fr;
        gap: calc(1.91rem * 0.8);
    }.soft-area .text-view img{
        max-height: 260px;
        object-fit: cover;
    }
}
.site-stack{--mark-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.site-stack .local-headline{max-width:1400px;margin:0 auto;}
.site-stack h2,.site-stack h3,.site-stack p{margin:0;}
.site-stack h2{font-size:calc(19.3px * 2);line-height:1.15;max-width:calc(1400px / 1.8);}
.site-stack h3{font-size:calc(19.3px * 1.35);line-height:1.25;font-weight:600;}
.site-stack p{font-size:19.3px;line-height:1.78;}
.site-stack a{text-decoration:underline;text-underline-offset:3px;}
.site-stack a:hover{}
.site-stack .wide-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.91rem;margin-bottom:calc(1.5rem * 1.6);}
.site-stack .secondary-media{padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.96rem;background:var(--paint-page);border:1px solid var(--paint-light);color:var(--line-main);}
.site-stack .secondary-media h3{margin-bottom:calc(1.5rem / 3);}
.site-stack .secondary-media p{font-size:calc(19.3px * .875);line-height:1.7;}
.site-stack .wide-proof{margin-top:1.5rem;font-size:calc(19.3px * 1.125);line-height:1.6;max-width:calc(1400px / 1.9);}
.site-stack .local-service{margin-top:1.5rem;font-size:calc(19.3px * .875);}
@media(max-width:768px){.site-stack .wide-track{grid-template-columns:1fr;}.site-stack h2{max-width:none;}.site-stack .wide-proof{max-width:none;}
}
.visual-frame{
    --mark-active: calc(1.5rem * 1.1);
    --axis-active: calc(1400px / 3.1);
    --font-base: calc(1400px / 3.4);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.visual-frame .local-headline{max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.91rem;}
.visual-frame h1,
  .visual-frame h2,
  .visual-frame h3,
  .visual-frame p{margin: 0;}
.visual-frame h1{font-size: calc(19.3px * 2.65);
    line-height: 1.08;}
.visual-frame h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.visual-frame h3{font-size: calc(19.3px * 1.35);
    line-height: 1.25;
    font-weight: 600;}
.visual-frame p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, #24211d 72%, transparent);}
.visual-frame a{color: #244238;
    text-decoration: none;
    transition: color 350ms var(--speed-hover);}
.visual-frame a:hover{color: #a45f2a;}
.visual-frame img{display: block;
    width: 100%;
    height: auto;
    border-radius: 0.55rem;
    object-fit: cover;}
.visual-frame .clear-intro{flex: 1 1 calc(1400px / 3.2);
    min-width: 0;}
.visual-frame .clear-intro .wide-proof{margin-top: 1.5rem;
    font-size: calc(19.3px * 1.125);
    line-height: 1.6;
    color: color-mix(in srgb, #24211d 80%, transparent);}
.visual-frame .media-group{flex: 2 1 calc(1400px / 1.9);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(1.91rem * 1.5) 1.91rem;
    min-width: 0;}
.visual-frame .secondary-media{
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    border-radius: 0.96rem;
    padding: calc(calc(1.5rem * .75) * 0.9);
    transition: box-shadow 350ms var(--speed-hover), transform 350ms var(--speed-hover);color:var(--line-main);}
.visual-frame .secondary-media:hover{box-shadow: 0 8px 14px rgba(0,0,0,0.13);
    transform: translateY(-2px);}
.visual-frame .secondary-media img{margin-bottom: calc(1.5rem / 2);
    aspect-ratio: 4 / 3;
    border-radius: 0.55rem;}
.visual-frame .secondary-media h3{margin-bottom: calc(1.5rem / 3);}
.visual-frame .secondary-media p{margin-top: auto;
    font-size: calc(19.3px * .875);
    line-height: 1.65;}
.visual-frame .local-headline > img{flex-basis: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 0.96rem;
    margin-top: calc(1.91rem * 1.5);}
.visual-frame .clear-steps{max-width: 1400px;
    margin: calc(1.5rem * 1.2) auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-light);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;}
.visual-frame .clear-steps p{font-size: 19.3px;
    color: color-mix(in srgb, #24211d 70%, transparent);
    max-width: 60ch;}
.visual-frame .clear-steps a{font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-color: color-mix(in srgb, #244238 40%, transparent);}
@media (max-width: 900px) {.visual-frame .media-group{
      grid-template-columns: 1fr;
    }.visual-frame .clear-intro{
      flex-basis: 100%;
    }.visual-frame .clear-steps{
      flex-direction: column;
      align-items: flex-start;
    }
  }
@media (max-width: 600px) {.visual-frame{
      padding: calc(1.5rem * 2.4) 1.87rem;
    }.visual-frame .secondary-media{
      padding: calc(1.5rem * .75);
    }
  }
.text-header{
      --mark-active: calc(1.5rem * 1.15);
      --axis-active: calc(1400px / 3.1);
      padding: calc(1.5rem * 2.4) 1.87rem;
      background: #faf8f1;
      color: #24211d;
      border-bottom: 1px solid var(--paint-light);
    }
.text-header .local-headline{max-width: 1400px;
      margin: 0 auto;}
.text-header h1,
    .text-header h2,
    .text-header h3,
    .text-header p{margin: 0;}
.text-header h2{font-size: calc(19.3px * 2);
      line-height: 1.15;
      letter-spacing: -0.01em;}
.text-header h3{font-size: calc(19.3px * 1.35);
      line-height: 1.3;}
.text-header p{font-size: 19.3px;
      line-height: 1.78;}
.text-header a{color: inherit;
      text-decoration: none;}
.text-header .wide-proof{font-size: 19.3px;
      line-height: 1.78;}
.text-header .page-inner{display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: calc(1.5rem * 1.4);}
.text-header .page-inner .wide-entries{flex: 1 1 calc(1400px / 2.4);
      min-width: 0;}
.text-header .page-inner .focused-summary{flex: 1 1 calc(1400px / 3.2);
      min-width: 0;}
.text-header .page-inner .focused-summary p + p{margin-top: calc(1.5rem * .75);}
.text-header .media-group{display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;}
.text-header .secondary-media{
      flex: 1 1 calc(1400px / 3.4);
      min-width: 0;
      padding: calc(calc(1.5rem * .75) * 1.1);
      border-radius: 0.96rem;
      background: var(--paint-page);
      border: 1px solid var(--paint-light);
      display: flex;
      flex-direction: column;
      box-shadow: 0 1px 6px rgba(0,0,0,0.1);
      transition: box-shadow 350ms var(--speed-hover), transform 350ms var(--speed-hover);color:var(--line-main);}
.text-header .secondary-media:hover{box-shadow: 0 8px 14px rgba(0,0,0,0.13);
      transform: translateY(-2px);}
.text-header .secondary-media .service-brand{display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 1.87rem;
      margin-bottom: calc(1.5rem * .75);}
.text-header .secondary-media .service-brand .simple-track{
      font-size: calc(19.3px * .875);
      line-height: 1.2;
      padding: 0.3rem 0.7rem;
      border-radius: 0.31rem;
      background: #a45f2a;
      color: #fff7ed;
      white-space: nowrap;
    }
.text-header .secondary-media .service-brand .page{font-size: calc(19.3px * .875);
      letter-spacing: 0.02em;}
.text-header .secondary-media h3{margin-bottom: calc(1.5rem * .75);}
.text-header .secondary-media .site-intro{font-size: 19.3px;
      line-height: 1.78;
      margin-bottom: 1.5rem;}
.text-header .secondary-media .fresh-surface{list-style: none;
      padding: 0;
      margin: 0 0 1.5rem 0;
      display: grid;
      gap: calc(calc(1.5rem * .75) * 0.6);}
.text-header .secondary-media .fresh-surface li{position: relative;
      padding-left: 1.4rem;
      font-size: 19.3px;
      line-height: 1.78;}
.text-header .secondary-media .fresh-surface li::before{
      content: "";
      position: absolute;
      left: 0;
      top: 0.65em;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: #a45f2a;color:#fff7ed;}
.text-header .secondary-media .fresh-benefit{margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: calc(1.5rem * .75);
      padding-top: calc(1.5rem * .75);
      border-top: 1px solid var(--paint-light);}
.text-header .secondary-media .fresh-benefit .plain-fields{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: calc(calc(1.5rem * .75) * 0.7) 1.5rem;
      border-radius: 0.31rem;
      background: #244238;
      color: #faf8f1;
      font-size: 19.3px;
      line-height: 1.2;
      transition: background 350ms var(--speed-hover);
    }
.text-header .secondary-media .fresh-benefit .plain-fields:hover{
      background: #31594c;color:var(--line-main);}
.text-header .secondary-media .fresh-benefit .local-service{font-size: calc(19.3px * .875);}
.text-header .primary-steps{margin-top: calc(1.5rem * 1.6);
      padding-top: 1.5rem;
      border-top: 1px solid var(--paint-light);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: calc(1.5rem * .75);}
.text-header .primary-steps p{font-size: 19.3px;
      max-width: 46ch;}
.text-header .primary-steps .visual-brand{display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 19.3px;
      font-weight: 600;
      transition: color 350ms var(--speed-hover);}
.text-header .primary-steps .visual-brand:hover{}
@media (max-width: 768px) {.text-header .page-inner{
        flex-direction: column;
        align-items: flex-start;
      }.text-header .media-group{
        flex-direction: column;
      }.text-header .secondary-media{
        flex: 1 1 auto;
      }.text-header .primary-steps{
        flex-direction: column;
        align-items: flex-start;
      }
    }
.bottom-list{
    --mark-active: calc(1.5rem * 1.35);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.bottom-list .local-headline{max-width: 1400px;
    margin: 0 auto;}
.bottom-list h1,
  .bottom-list h2,
  .bottom-list h3,
  .bottom-list p{margin: 0;}
.bottom-list h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    max-width: 22ch;}
.bottom-list h3{font-size: calc(19.3px * 1.35);
    line-height: 1.25;
    margin-top: calc(1.5rem / 2);}
.bottom-list p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, currentColor 78%, transparent);}
.bottom-list a{text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, #244238 35%, transparent);
    transition: border-color 350ms var(--speed-hover), color 350ms var(--speed-hover);}
.bottom-list a:hover{border-color: currentColor;}
.bottom-list img{display: block;
    width: 100%;
    height: auto;
    border-radius: 0.55rem;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.bottom-list .local-service{font-size: calc(19.3px * .875);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: calc(1.91rem * 1.5);}
.bottom-list .media-group{display: flex;
    flex-wrap: wrap;
    gap: 1.91rem;
    margin-top: calc(1.91rem * 1.5);}
.bottom-list .secondary-media{
    flex: 1 1 calc(1400px / 3.2);
    min-width: 0;
    padding: calc(calc(1.5rem * .75) * 0.9);
    border-radius: 0.96rem;
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    transition: box-shadow 350ms var(--speed-hover), transform 350ms var(--speed-hover);color:var(--line-main);}
.bottom-list .secondary-media:hover{box-shadow: 0 8px 14px rgba(0,0,0,0.13);
    transform: translateY(-2px);}
.bottom-list .secondary-media p{margin-top: calc(1.5rem / 3);
    font-size: 19.3px;}
.bottom-list .wide-proof{margin-top: calc(1.91rem * 1.5);
    max-width: 65ch;
    font-size: 19.3px;}
.bottom-list .clear-steps{display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: calc(1.91rem * 1.5);
    padding-top: calc(1.91rem * 1.5);
    border-top: 1px solid var(--paint-light);}
.bottom-list .clear-steps a{font-weight: 600;}
@media (max-width: 720px) {.bottom-list .media-group{
      flex-direction: column;
    }.bottom-list .secondary-media{
      flex-basis: auto;
    }.bottom-list h2{
      max-width: none;
    }
  }
.wide-items{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.wide-items .local-headline{width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, 24rem) 1fr;
  gap: calc(1.91rem * 1.5);
  align-items: start;}
.wide-items h2,
.wide-items p{margin: 0;}
.wide-items .fresh-figure{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.wide-items h2{font-size: calc(19.3px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.wide-items .fresh-figure p{color: #24211d;
  line-height: 1.78;
  font-size: 19.3px;}
.wide-items .clear-summary{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-items .steady-benefit{
  display: grid;
  grid-template-columns: 6.5rem minmax(10rem, 14rem) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.96rem;
  background: var(--paint-page);
  border: 1px solid var(--paint-light);
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  transition: box-shadow 350ms var(--speed-hover);color:var(--line-main);}
.wide-items .steady-benefit:hover{box-shadow: 0 8px 14px rgba(0,0,0,0.13);}
.wide-items .steady-benefit span{color: #24211d;
  font-size: calc(19.3px * .875);
  line-height: 1.4;
  padding-top: 0.2rem;}
.wide-items .steady-benefit strong{font-size: calc(19.3px * 1.35);
  line-height: 1.18;
  color: var(--line-main);}
.wide-items .steady-benefit p{color: #24211d;
  line-height: 1.78;
  font-size: 19.3px;}
@media (max-width: 960px) {.wide-items .local-headline{
    grid-template-columns: 1fr;
  }.wide-items .fresh-figure{
    position: static;
  }.wide-items .steady-benefit{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 560px) {.wide-items .steady-benefit{
    padding: calc(1.91rem * 1.5);
  }
}
.public-headline{
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.public-headline .soft-feature{max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.8fr);
    gap: 1.91rem;
    align-items: start;}
.public-headline .service-actions{
    padding: calc(1.5rem * .75);
    border-radius: 0.96rem;
    background: #244238;
    color: #faf8f1;
    position: sticky;
    top: 1.5rem;
  }
.public-headline h2{margin: 0;
    font-size: calc(19.3px * 2);
    line-height: 1.1;
    font-weight: 600;}
.public-headline .service-actions p{margin: calc(1.5rem * .75) 0 0;
    font-size: calc(19.3px * 1.125);
    line-height: 1.6;
    opacity: 0.9;}
.public-headline .content-list{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.public-headline .active-shell{
    display: grid;
    grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1fr);
    gap: calc(1.5rem * .75);
    padding: calc(1.5rem * .75);
    border-radius: 0.55rem;
    background: var(--paint-page);
    color: var(--line-main);
    border: 1px solid var(--paint-light);
    transition: box-shadow 350ms var(--speed-hover);
  }
.public-headline .active-shell:hover{box-shadow: 0 1px 6px rgba(0,0,0,0.1);}
.public-headline .active-form{font-size: calc(19.3px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
    word-break: break-word;}
.public-headline h3{margin: 0;
    font-size: calc(19.3px * 1.35);
    line-height: 1.3;}
.public-headline .active-shell p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
    font-size: 19.3px;
    line-height: 1.78;}
.public-headline small{font-size: calc(19.3px * .875);
    display: block;
    margin-top: calc(1.5rem * .75);}
@media (max-width: 900px) {.public-headline .soft-feature{
      grid-template-columns: 1fr;
    }.public-headline .service-actions{
      position: static;
    }
  }
@media (max-width: 600px) {.public-headline .active-shell{
      grid-template-columns: 1fr;
      gap: calc(calc(1.5rem * .75) * 0.5);
    }.public-headline .active-form{
      font-size: calc(19.3px * .875);
    }
  }
.steady-form{padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d}
.steady-form .local-headline{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:calc(1.91rem * 1.5)}
.steady-form .plain-inner{background:#ece7dc;color:#24211d;border-radius:0.96rem;padding:1.91rem}
.steady-form h2{margin:0;font-size:calc(19.3px * 2);line-height:1.12;max-width:18ch}
.steady-form .plain-inner p{margin:1.5rem 0 0;font-size:19.3px;line-height:1.78}
.steady-form .visual-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-form .secondary-media{background:var(--paint-page);color:var(--line-main);border:1px solid var(--paint-light);border-radius:0.55rem;padding:calc(1.5rem * .75) 1.5rem}
.steady-form .secondary-media strong{display:block;font-size:calc(19.3px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem * .75)}
.steady-form .secondary-media p{margin:0;line-height:1.78;font-size:calc(19.3px * .875)}
@media(max-width:960px){.steady-form .local-headline{grid-template-columns:1fr}.steady-form .plain-inner{padding:1.5rem}}
.bottom-frame{
    --mark-active: calc(1.5rem * 1.42);
    --axis-active: calc(1400px / 2.30);
    --font-base: calc(1400px / 3.66);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.bottom-frame .local-headline{max-width: 1400px;
    margin: 0 auto;}
.bottom-frame h1,
  .bottom-frame h2,
  .bottom-frame h3,
  .bottom-frame p{margin: 0;}
.bottom-frame h2{font-size: calc(19.3px * 2);
    line-height: 1.2;
    margin-top: 1.5rem;
    max-width: 18ch;}
.bottom-frame h3{font-size: calc(19.3px * 1.35);
    line-height: 1.25;
    margin-top: calc(1.5rem / 2.5);}
.bottom-frame p{font-size: 19.3px;
    line-height: 1.78;
    color: #24211d;}
.bottom-frame a{color: #244238;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, #244238 35%, transparent);
    transition: border-color 350ms var(--speed-hover), color 350ms var(--speed-hover);}
.bottom-frame a:hover{color: #a45f2a;
    border-color: #a45f2a;}
.bottom-frame img{display: block;
    width: 100%;
    height: auto;
    border-radius: 0.55rem;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.bottom-frame .local-service{font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #24211d;
    margin-bottom: 1.5rem;
    max-width: 40ch;}
.bottom-frame .media-group{display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: calc(1.5rem * 0.2);}
.bottom-frame .secondary-media{
    flex: 1 1 calc(1400px / 3.4);
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border-top: 1px solid var(--paint-light);
    padding-top: calc(1.5rem * .75);
  }
.bottom-frame .secondary-media p{margin-top: calc(1.5rem / 3);
    max-width: 45ch;}
.bottom-frame .secondary-media img{margin-bottom: calc(1.5rem / 2);}
.bottom-frame .clear-steps{margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: calc(1.87rem / 2);
    font-size: 19.3px;}
.bottom-frame .clear-steps span{color: #24211d;}
@media (max-width: 720px) {.bottom-frame .media-group{
      gap: calc(1.5rem * 0.8);
    }.bottom-frame .secondary-media{
      flex-basis: 100%;
    }
  }
.offer-method{
  background:#244238;
  color:#faf8f1;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.offer-method .local-headline{max-width:1400px;
  margin:0 auto;
  display:flex;
  gap:calc(1.91rem * 1.5);
  align-items:stretch;}
.offer-method .compact-group{flex:0 0 21rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right:1px solid rgba(250,248,241,.22);
  padding-right:1.87rem;}
.offer-method h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.1;
  letter-spacing:0;
  font-weight:600;}
.offer-method .compact-group a{display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.91rem * 1.5);
  color:#faf8f1;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;
  transition:opacity 350ms var(--speed-hover);}
.offer-method .compact-group a:hover{opacity:.75;}
.offer-method .open-grid{flex:1 1 auto;
  min-width:0;}
.offer-method .open-grid p{margin:0;
  max-width:46rem;
  font-size:calc(19.3px * 1.125);
  line-height:1.78;
  opacity:.88;}
.offer-method .media-group{margin-top:calc(1.91rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.offer-method .media-group span{
  border-radius:1.32rem;
  background:rgba(250,248,241,.1);
  padding:.65rem .9rem;
  font-size:calc(19.3px * .875);
  line-height:1.4;
}
.offer-method .clear-steps{margin-top:calc(1.91rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(250,248,241,.18);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.5rem 1rem;
  font-size:calc(19.3px * .875);}
.offer-method .clear-steps span{opacity:.75;}
.offer-method .clear-steps a{color:#faf8f1;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  transition:opacity 350ms var(--speed-hover);}
.offer-method .clear-steps a:hover{opacity:.75;}
@media (max-width:720px){.offer-method .local-headline{display:block}.offer-method .compact-group{
    border-right:0;
    padding-right:0;
  }.offer-method .open-grid{margin-top:calc(1.91rem * 1.5)}.offer-method .clear-steps{margin-top:calc(1.5rem * .75)}
}
.media-actions{
    --mark-active: calc(1.5rem * 1.22);
    --axis-active: calc(1400px / 2.30);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.media-actions .local-headline{max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(1.91rem * 1.5);}
.media-actions h1,
  .media-actions h2,
  .media-actions h3,
  .media-actions p{margin: 0;}
.media-actions h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    max-width: var(--axis-active);}
.media-actions p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, #24211d 72%, transparent);}
.media-actions .wide-proof{font-size: calc(19.3px * 1.125);
    line-height: 1.78;
    max-width: var(--axis-active);}
.media-actions .local-service{max-width: var(--axis-active);
    padding-left: 1.87rem;
    border-left: 2px solid var(--paint-light);}
.media-actions a{color: #244238;
    text-decoration: none;
    transition: color 350ms var(--speed-hover);}
.media-actions a:hover{color: #a45f2a;}
.media-actions .clear-steps{display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: calc(1.91rem * 1.5);
    border-top: 1px solid var(--paint-light);}
.media-actions .clear-steps a{font-size: calc(19.3px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0.4rem 0;
    border-bottom: 1px solid transparent;}
.media-actions .clear-steps a:hover{border-bottom-color: #a45f2a;}
.media-actions .media-form{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    background: #244238;
    color: #faf8f1;
    font-weight: 600;
    font-size: 19.3px;
    transition: background 350ms var(--speed-hover);
  }
.media-actions .media-form:hover{
    background: #31594c;
    color: #faf8f1;
  }
@media (min-width: 720px) {.media-actions .local-headline{
      grid-template-columns: 1fr 1fr;
      column-gap: 1.87rem;
    }.media-actions .wide-proof,
    .media-actions h2{
      grid-column: 1;
    }.media-actions .local-service{
      grid-column: 2;
      grid-row: 1 / span 2;
      align-self: start;
      margin-top: 1.5rem;
    }.media-actions .clear-steps{
      grid-column: 1 / -1;
    }.media-actions .media-form{
      grid-column: 1;
    }
  }
.contact-nav{--mark-active:calc(1.5rem * 1.25);--axis-active:calc(1400px / 2.4);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.contact-nav .local-headline{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.5rem * 2.4);}
.contact-nav h2,.contact-nav h3,.contact-nav p{margin:0;}
.contact-nav h2{font-size:calc(19.3px * 2);line-height:1.15;max-width:var(--axis-active);}
.contact-nav h3{font-size:calc(19.3px * 1.35);line-height:1.25;}
.contact-nav p{font-size:19.3px;line-height:1.78;}
.contact-nav .content-group{display:flex;flex-direction:column;gap:calc(1.91rem * 1.5);}
.contact-nav .wide-proof{max-width:var(--axis-active);}
.contact-nav .media-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75) 1.87rem;}
.contact-nav .secondary-media{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);background:var(--paint-page);border:1px solid var(--paint-light);border-radius:0.96rem;color:var(--line-main);}
.contact-nav .wide-frame{font-size:calc(19.3px * .875);text-transform:uppercase;letter-spacing:0.04em;}
.contact-nav .clear-intro{font-size:19.3px;}
.contact-nav .main-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.87rem;padding:calc(1.91rem * 1.5) 0;border-top:1px solid var(--paint-light);border-bottom:1px solid var(--paint-light);}
.contact-nav .text-feature{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-nav .local-service{max-width:var(--axis-active);font-size:calc(19.3px * .875);}
@media (max-width: 720px){.contact-nav .media-group,.contact-nav .main-story{grid-template-columns:1fr;}.contact-nav h2{max-width:none;}
}
.steady-body{
  --mark-active: calc(1.5rem * 1.25);
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #faf8f1;
  color: #24211d;
}
.steady-body .local-headline{max-width: 1400px;
  margin: 0 auto;}
.steady-body .fresh-summary{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(1.91rem * 1.5);}
.steady-body .bottom-wrap{flex: 1 1 60%;
  min-width: 0;}
.steady-body .local-service{
  flex: 0 1 30%;
  min-width: 0;
  font-size: calc(19.3px * .875);
  line-height: 1.6;
  color: #24211d;
  background: #ece7dc;
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  margin: 0;
}
.steady-body h1,
.steady-body h2,
.steady-body h3,
.steady-body p{margin: 0;}
.steady-body h2{font-size: calc(19.3px * 2);
  line-height: 1.15;
  max-width: 24ch;}
.steady-body h3{font-size: calc(19.3px * 1.35);
  line-height: 1.25;
  margin-top: 1.5rem;}
.steady-body p{font-size: 19.3px;
  line-height: 1.78;}
.steady-body .wide-proof{margin-top: calc(1.5rem * .75);
  max-width: 62ch;}
.steady-body a{text-decoration: none;}
.steady-body a:hover{}
.steady-body img{display: block;
  width: 100%;
  height: auto;
  border-radius: 0.55rem;
  aspect-ratio: 16 / 10;
  object-fit: cover;}
.steady-body .media-group{display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(1.91rem * 1.5);
  margin-top: var(--mark-active);}
.steady-body .secondary-media{
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.96rem;
  background: var(--paint-page);
  border: 1px solid var(--paint-light);
  display: flex;
  flex-direction: column;color:var(--line-main);}
.steady-body .secondary-media p{margin-top: calc(1.5rem / 3);
  flex: 1;}
.steady-body .media-form{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-top: calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * 0.6) 1.5rem;
  border-radius: 0.31rem;
  background: #244238;
  color: #faf8f1;
  font-size: calc(19.3px * .875);
  line-height: 1.2;
}
.steady-body .media-form:hover{
  background: #31594c;
  color: #faf8f1;
}
.steady-body .plain-header{margin-top: calc(1.91rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-light);
  max-width: 72ch;}
.steady-body .plain-header p{font-size: calc(19.3px * .875);}
.steady-body .plain-header a{font-weight: 600;}
@media (max-width: 900px) {.steady-body .media-group{
    grid-template-columns: 1fr;
  }.steady-body .fresh-summary{
    flex-direction: column;
    align-items: flex-start;
  }.steady-body .local-service{
    flex-basis: auto;
  }
}
.secondary-brand{background-image:linear-gradient(135deg,color-mix(in srgb,currentColor 6%,transparent),transparent 48%);}
.secondary-brand .quiet-items,.secondary-brand .cards,.secondary-brand .media-group,.secondary-brand .stack{gap:calc(1.91rem * 1.08);}
.secondary-brand article:nth-child(even),.secondary-brand .card:nth-child(even),.secondary-brand .secondary-media:nth-child(even){transform:translateY(0.35rem);}
.secondary-brand{padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);background:#ece7dc;color:#24211d;}
.secondary-brand .local-headline{max-width:1400px;margin:0 auto;}
.secondary-brand .featured-entries{margin-bottom:14px;}
.secondary-brand .featured-entries h2{margin:0;font-size:clamp(28px,4vw,40px);}
.secondary-brand .featured-entries p{margin:8px 0 0;}
.secondary-brand .quiet-items{display:grid;gap:10px;grid-template-columns:repeat(var(--state-local,3),minmax(0,1fr));}
.secondary-brand .quiet-items article{border:1px solid var(--paint-light);border-radius:0.55rem;background:#ece7dc;padding:12px;color:#24211d;}
.secondary-brand .quiet-items h3{margin:0 0 6px;}
.secondary-brand .quiet-items p{margin:0 0 8px;}
.secondary-brand .quiet-items a{text-decoration:none;font-weight:600;}
@media (max-width: 900px){.secondary-brand .quiet-items{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 640px){.secondary-brand .quiet-items{grid-template-columns:1fr;}
    }
.clear-nav{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #244238;
  color: #faf8f1;
}
.clear-nav .local-headline{max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(1.91rem * 1.5);
  align-items: start;}
.clear-nav .media-form{
  padding: calc(1.5rem * .75);
  border-radius: 1.32rem;
  background: #faf8f1;
  color: #24211d;
  position: relative;
}
.clear-nav .media-form span{font-size: calc(19.3px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.clear-nav h2{margin: calc(1.5rem * .75) 0;
  font-size: calc(19.3px * 2);
  line-height: 1.15;
  font-weight: 600;}
.clear-nav a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #244238;
  color: #faf8f1;
  text-decoration: none;
  font-weight: 500;
  transition: background 350ms var(--speed-hover);
}
.clear-nav a:hover{
  background: #31594c;color:var(--line-main);}
.clear-nav .secondary-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-nav .secondary-rail > p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.3px * 1.125);
  line-height: 1.6;
  max-width: 60ch;}
.clear-nav .primary-nav{
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #244238;
  color: #faf8f1;
  display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  align-items: baseline;
}
.clear-nav .primary-nav strong{font-size: 19.3px;
  font-weight: 600;
  flex-shrink: 0;}
.clear-nav .primary-nav span{color: #faf8f1;
  opacity: .85;
  text-align: right;
  font-size: calc(19.3px * .875);
  line-height: 1.6;}
@media (max-width: 760px) {.clear-nav .local-headline{
    grid-template-columns: 1fr;
  }.clear-nav .primary-nav{
    flex-direction: column;
    gap: calc(calc(1.5rem * .75) * .5);
  }.clear-nav .primary-nav span{
    text-align: left;
  }
}
.bottom-callout{--mark-active:calc(1.5rem * 1.32);--axis-active:calc(1400px / 2.45);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.bottom-callout .local-headline{max-width:1400px;margin:0 auto;}
.bottom-callout h1,.bottom-callout h2,.bottom-callout h3,.bottom-callout p{margin:0;}
.bottom-callout h2{font-size:calc(19.3px * 2);line-height:1.12;max-width:var(--axis-active);}
.bottom-callout h3{font-size:calc(19.3px * 1.35);line-height:1.25;}
.bottom-callout p{font-size:19.3px;line-height:1.78;}
.bottom-callout a{color:#244238;text-decoration:underline;text-underline-offset:0.2em;}
.bottom-callout a:hover{color:#a45f2a;}
.bottom-callout img{display:block;width:100%;height:auto;border-radius:0.96rem;margin-top:var(--mark-active);}
.bottom-callout .wide-proof{margin-top:1.5rem;max-width:calc(1400px / 1.8);}
.bottom-callout .media-group{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.91rem;margin-top:var(--mark-active);}
.bottom-callout .secondary-media{flex:1 1 calc((1400px - 1.91rem * 2) / 3);min-width:0;padding:calc(1.5rem * .75);background:var(--paint-page);border:1px solid var(--paint-light);border-radius:0.55rem;color:var(--line-main);}
.bottom-callout .secondary-media p{margin-top:calc(1.5rem / 3);}
.bottom-callout .clear-steps{margin-top:var(--mark-active);padding-top:1.5rem;border-top:1px solid var(--paint-light);max-width:var(--axis-active);}
.bottom-callout .clear-steps p{font-size:calc(19.3px * .875);}
@media (max-width: 900px){.bottom-callout .secondary-media{flex-basis:calc((1400px - 1.91rem) / 2);}
}
@media (max-width: 600px){.bottom-callout .secondary-media{flex-basis:100%;}
}
.team-stack{
    --mark-active: calc(1.5rem * 1.1);
    --axis-active: calc(1400px / 3.25);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #ece7dc;
    color: #24211d;
  }
.team-stack .local-headline{max-width: 1400px;
    margin: 0 auto;}
.team-stack h1,
  .team-stack h2,
  .team-stack h3,
  .team-stack p{margin: 0;}
.team-stack h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    max-width: 18ch;}
.team-stack h3{font-size: calc(19.3px * 1.35);
    line-height: 1.25;}
.team-stack p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, currentColor 78%, transparent);}
.team-stack a{color: inherit;
    text-decoration: none;}
.team-stack a:hover{}
.team-stack .content-group{display: flex;
    flex-direction: column;
    gap: calc(1.5rem / 2);
    margin-bottom: var(--mark-active);}
.team-stack .wide-proof{font-size: calc(19.3px * 1.125);
    line-height: 1.78;
    max-width: 62ch;}
.team-stack .media-group{display: flex;
    flex-direction: column;
    gap: var(--mark-active);}
.team-stack .secondary-media{display: grid;
    grid-template-columns: 1fr;
    gap: calc(1.5rem / 3);
    padding: calc(1.91rem * 1.5) 0;
    border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.team-stack .secondary-media:first-child{border-top: 0;}
.team-stack .content-proof{display: flex;
    flex-direction: column;
    gap: calc(1.5rem / 6);}
.team-stack .featured-nav{font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: color-mix(in srgb, currentColor 62%, transparent);}
.team-stack .clear-intro{max-width: 72ch;}
.team-stack .visual-brand{display: inline-flex;
    align-items: center;
    gap: calc(1.87rem / 4);
    width: max-content;
    max-width: 100%;
    font-size: 19.3px;
    font-weight: 600;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.team-stack .visual-brand::after{content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    margin-top: -0.2em;}
.team-stack .local-service{margin-top: var(--mark-active);
    padding-top: calc(1.91rem * 1.5);
    border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem / 2);}
.team-stack .local-service p{max-width: 62ch;}
.team-stack .clear-steps{display: flex;
    flex-wrap: wrap;
    gap: calc(1.87rem / 2) 1.87rem;}
.team-stack .clear-steps a{font-size: 19.3px;
    font-weight: 600;
    border-bottom: 1px solid color-mix(in srgb, currentColor 40%, transparent);
    padding-bottom: 2px;}
.team-stack .clear-steps a:hover{border-color: currentColor;}
@media (min-width: 720px) {.team-stack .secondary-media{
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
      column-gap: 1.5rem;
      align-items: start;
    }.team-stack .clear-intro{
      grid-column: 2;
    }.team-stack .visual-brand{
      grid-column: 2;
    }
  }
.soft-menu{--mark-active:calc(1.5rem * 1.10);--axis-active:calc(1400px / 2.34);--label-strong:calc(1400px / 3.42);padding:calc(1.5rem * 2.4) 1.87rem;background:var(--paint-page);color:var(--line-main);}
.soft-menu .local-headline{max-width:1400px;margin:0 auto;}
.soft-menu h1,.soft-menu h2,.soft-menu h3,.soft-menu p,.soft-menu ul{margin:0;}
.soft-menu h2{font-size:calc(19.3px * 2);line-height:1.12;}
.soft-menu h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.soft-menu p{font-size:19.3px;line-height:1.78;}
.soft-menu a{color:inherit;text-decoration:none;}
.soft-menu .secondary-service{max-width:calc(1400px / 1.45);}
.soft-menu .wide-proof{margin-top:1.5rem;max-width:calc(1400px / 2);}
.soft-menu .main-method{display:flex;flex-wrap:wrap;gap:1.91rem;margin-top:1.5rem;}
.soft-menu .secondary-media{flex:1 1 var(--label-strong);min-width:0;padding:calc(1.5rem * .75);border-radius:0.55rem;background:#ece7dc;color:#24211d;}
.soft-menu .secondary-media p{margin-top:calc(1.5rem / 3);}
.soft-menu .local-service{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--paint-light);max-width:calc(1400px / 1.8);font-size:calc(19.3px * .875);}
.quiet-intro{padding:clamp(50px,7vw,90px) clamp(16px,4vw,36px);background:#ece7dc;color:#24211d;}
.quiet-intro .local-headline{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:1.91rem;align-items:start;}
.quiet-intro .text-view img{width:100%;height:auto;border-radius:0.96rem;border:1px solid var(--paint-light);}
.quiet-intro .content-rail h2{margin:0 0 6px;font-size:clamp(28px,4vw,40px);}
.quiet-intro .content-rail h3{margin:0 0 10px;font-size:1rem;}
.quiet-intro .content-rail p{margin:0 0 10px;}
.quiet-intro .content-rail ul{margin:0;padding-left:18px;display:grid;gap:6px;}
@media (max-width: 820px){.quiet-intro .local-headline{grid-template-columns:1fr;}}
.featured-service{
    background: #faf8f1;
    color: #24211d;
    padding: calc(1.5rem * 2.4) 1.87rem;
  }
.featured-service .local-headline{width: min(100%, 1400px);
    margin: 0 auto;
    display: grid;
    gap: calc(1.91rem * 1.5);}
.featured-service .content-group{max-width: 68rem;
    display: grid;
    gap: 1.5rem;}
.featured-service h2,
  .featured-service h3,
  .featured-service p{margin: 0;}
.featured-service h2{font-size: calc(19.3px * 2.65);
    line-height: 1.1;
    letter-spacing: -0.02em;}
.featured-service h3{font-size: calc(19.3px * 1.35);
    line-height: 1.2;
    font-weight: 600;}
.featured-service p{font-size: 19.3px;
    line-height: 1.78;}
.featured-service .compact-group{
    display: grid;
    grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 1fr);
    gap: 1.91rem;
    padding: 1.5rem;
    border-radius: 1.32rem;
    background: #ece7dc;
    color: #24211d;
  }
.featured-service .text-track{font-size: 19.3px;
    line-height: 1.78;}
.featured-service .clear-header{display: grid;
    gap: calc(1.5rem * .75);}
.featured-service .content-proof{display: grid;
    grid-template-columns: minmax(6rem, 0.3fr) 1fr;
    gap: 1.91rem;
    padding-bottom: calc(1.5rem * .75);
    border-bottom: 1px solid var(--paint-light);}
.featured-service .content-proof:last-child{padding-bottom: 0;
    border-bottom: 0;}
.featured-service .content-proof span{font-weight: 600;
    font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;}
.featured-service .content-proof p{font-size: 19.3px;
    line-height: 1.78;}
.featured-service .clear-shell{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(1.5rem * .75);}
.featured-service .featured-figure{
    padding: 1.5rem;
    border-radius: 0.96rem;
    background: var(--paint-page);
    color: var(--line-main);
    border: 1px solid var(--paint-light);
    display: grid;
    gap: calc(1.5rem * .75);
    align-content: start;
  }
.featured-service .service-summary{display: grid;
    gap: 0.25rem;}
.featured-service .service-summary span{font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.03em;}
.featured-service .featured-figure p{font-size: 19.3px;
    line-height: 1.78;}
@media (max-width: 860px) {.featured-service .compact-group{
      grid-template-columns: 1fr;
    }.featured-service .clear-shell{
      grid-template-columns: 1fr;
    }
  }
@media (max-width: 560px) {.featured-service h2{
      font-size: calc(19.3px * 2);
    }.featured-service .content-proof{
      grid-template-columns: 1fr;
      gap: 0.25rem;
    }
  }
.offset--goal{
  background:#faf8f1;
  color:#24211d;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.offset--goal .local-headline{max-width:1400px;
  margin:0 auto;}
.offset--goal .content-group{max-width:42rem;}
.offset--goal h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.1;
  letter-spacing:0;}
.offset--goal .content-group p{margin:1.5rem 0 0;
  font-size:calc(19.3px * 1.125);
  line-height:1.78;}
.offset--goal .site-figure{margin-top:calc(1.91rem * 1.5);
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1.5rem 1.91rem;}
.offset--goal .soft-header{padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid var(--paint-light);}
.offset--goal .soft-header h3{margin:0;
  font-size:19.3px;
  font-weight:700;
  line-height:1.3;}
.offset--goal .soft-header p{margin:.5rem 0 0;
  font-size:19.3px;
  line-height:1.78;}
.offset--goal .section{
  margin-top:calc(1.91rem * 1.5);
  padding:calc(1.5rem * .75);
  background:var(--paint-page);
  border:1px solid var(--paint-light);
  border-radius:0.96rem;color:var(--line-main);}
.offset--goal .site-fields{margin:0;
  font-weight:700;
  font-size:19.3px;}
.offset--goal .section p:last-child{margin:.75rem 0 0;
  line-height:1.78;}
@media (max-width:720px){.offset--goal .site-figure{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
}
.main-content{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: #ece7dc;
        color: #24211d;
    }
.main-content .local-headline{max-width: 1400px;
        margin: 0 auto;
        width: min(100%, 58rem);}
.main-content .content-group{max-width: 40rem;
        margin-bottom: calc(1.91rem * 1.5);}
.main-content .content-group p{margin: 0;
        font-size: 19.3px;
        line-height: 1.78;}
.main-content h2{margin: 1.5rem 0 0;
        font-size: calc(19.3px * 2);
        line-height: 1.1;
        max-width: 34rem;}
.main-content .strong-note{display: flex;
        gap: calc(1.91rem * 1.5);
        align-items: flex-start;}
.main-content .local-service{flex: 0 0 min(18rem, 32vw);
        padding-top: 1.5rem;
        line-height: 1.78;
        font-size: calc(19.3px * .875);}
.main-content .local-service p{margin: 0 0 calc(1.5rem * .75);}
.main-content .offer-links a{color: #244238;
        text-decoration: underline;
        text-underline-offset: 0.2em;}
.main-content .offer-links a:hover{color:inherit;}
.main-content .media-group{flex: 1 1 0;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;}
.main-content li{padding: 1.5rem 0;
        border-bottom: 1px solid var(--paint-light);
        font-size: calc(19.3px * 1.35);
        line-height: 1.15;}
.main-content li:first-child{padding-top: 1.5rem;}
.main-content li:last-child{border-bottom: 0;
        padding-bottom: 0;}
.main-content span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 19.3px;
        line-height: 1.78;}
@media (max-width: 720px) {.main-content .strong-note{
            display: block;
        }.main-content .local-service{
            max-width: 26rem;
            margin-bottom: 1.5rem;
            padding-top: 0;
        }.main-content li{
            font-size: calc(19.3px * 1.125);
        }
    }
.plain-section{--mark-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.plain-section .local-headline{max-width:1400px;margin:0 auto;}
.plain-section h2,.plain-section p{margin:0;}
.plain-section h2{font-size:calc(19.3px * 2);line-height:1.15;max-width:calc(1400px * 0.62);}
.plain-section p{font-size:19.3px;line-height:1.78;}
.plain-section a{text-decoration:underline;text-underline-offset:3px;}
.plain-section a:hover{}
.plain-section .secondary-service{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:var(--mark-active);}
.plain-section .wide-proof{max-width:calc(1400px * 0.72);}
.plain-section .text-benefit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.91rem;}
.plain-section .page-region{padding:calc(1.5rem * .75);border-radius:0.55rem;background:var(--paint-page);color:var(--line-main);border:1px solid var(--paint-light);}
.plain-section .soft-team{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:calc(1.5rem / 4);margin-bottom:calc(1.5rem / 2);}
.plain-section .top-unit{font-size:19.3px;font-weight:700;line-height:1.3;}
.plain-section .plain-service{font-size:calc(19.3px * .875);line-height:1.4;}
.plain-section .page-region p{font-size:19.3px;line-height:1.78;}
.plain-section .team-shell{margin-top:var(--mark-active);padding-top:1.5rem;border-top:1px solid var(--paint-light);max-width:calc(1400px * 0.72);}
@media (max-width: 860px){.plain-section h2{max-width:none;}.plain-section .wide-proof{max-width:none;}.plain-section .text-benefit{grid-template-columns:1fr;}.plain-section .team-shell{max-width:none;}
}
.offer{
  --mark-active: calc(1.5rem * 1.1);
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #faf8f1;
  color: #24211d;
}
.offer .local-headline{max-width: 1400px;
  margin: 0 auto;}
.offer .content-group{max-width: calc(1400px / 1.6);}
.offer h2,
.offer h3,
.offer p,
.offer ul{margin: 0;}
.offer h2{font-size: calc(19.3px * 2);
  line-height: 1.2;
  letter-spacing: -0.01em;}
.offer h3{font-size: calc(19.3px * 1.35);
  line-height: 1.3;
  margin-bottom: calc(1.5rem / 1.5);}
.offer p{font-size: 19.3px;
  line-height: 1.78;
  color: #24211d;}
.offer .wide-proof{margin-top: 1.5rem;
  font-size: calc(19.3px * 1.125);
  line-height: 1.6;
  color: #24211d;}
.offer .compact-group{display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: calc(1.87rem * 1.6);
  margin-top: calc(calc(1.5rem * 2.4) * 1.1);
  align-items: start;}
.offer .local-shell p + p{margin-top: calc(1.5rem / 1.8);}
.offer .media-form{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-top: 1.5rem;
  padding: calc(calc(1.5rem * .75) / 1.2) 1.5rem;
  border-radius: 0.31rem;
  background: #244238;
  color: #faf8f1;
  font-size: calc(19.3px * .875);
  font-weight: 600;
  text-decoration: none;
  transition: background 350ms var(--speed-hover);
}
.offer .media-form:hover{
  background: #31594c;color:var(--line-main);}
.offer .focused-grid{
  background: var(--paint-page);
  border: 1px solid var(--paint-light);
  border-radius: 0.96rem;
  padding: calc(1.5rem * 1.1) 1.87rem;color:var(--line-main);}
.offer .media-group{list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(1.5rem / 1.8) 1.87rem;}
.offer .secondary-media{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.offer .media-content{font-size: 19.3px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--line-main);}
.offer .simple-track{font-size: calc(19.3px * .875);
  color: #24211d;
  line-height: 1.4;}
.offer .local-service{margin-top: 1.5rem;
  font-size: calc(19.3px * .875);
  line-height: 1.6;
  color: #24211d;
  border-top: 1px solid var(--paint-light);
  padding-top: 1.5rem;}
@media (max-width: 900px) {.offer .compact-group{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.offer .focused-grid{
    padding: 1.5rem 1.87rem;
  }
}
@media (max-width: 560px) {.offer .media-group{
    grid-template-columns: 1fr;
  }
}
.primary-view{
    --mark-active: calc(1.5rem * 0.95);
    --axis-active: calc(1400px / 2.75);
    --font-base: calc(1400px / 3.94);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #244238;
    color: #faf8f1;
  }
.primary-view .local-headline{max-width: 1400px;
    margin: 0 auto;}
.primary-view h1,
  .primary-view h2,
  .primary-view h3,
  .primary-view p{margin: 0;}
.primary-view h1{font-size: calc(19.3px * 2.65);
    line-height: 1.08;}
.primary-view h2{font-size: calc(19.3px * 2);
    line-height: 1.12;
    max-width: var(--axis-active);}
.primary-view h3{font-size: calc(19.3px * 1.35);
    line-height: 1.2;}
.primary-view p{font-size: 19.3px;
    line-height: 1.78;
    color: color-mix(in srgb, currentColor 74%, transparent);}
.primary-view a{color: inherit;
    text-decoration: none;}
.primary-view .clear-intro{max-width: calc(var(--axis-active) * 1.2);}
.primary-view .clear-steps{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(1.91rem * 0.4);
    margin-top: 1.5rem;
    font-size: calc(19.3px * .875);}
.primary-view .steady-team{border-bottom: 1px solid color-mix(in srgb, #faf8f1 40%, transparent);
    transition: border-color 350ms var(--speed-hover);}
.primary-view .steady-team:hover{border-color: #faf8f1;}
.primary-view .secondary-intro{opacity: 0.5;}
.primary-view .media-form{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    background: #faf8f1;
    color: #244238;
    margin-top: 1.5rem;
    transition: background 350ms var(--speed-hover), transform 350ms var(--speed-hover);
  }
.primary-view .media-form:hover{
    background: color-mix(in srgb, #faf8f1 88%, transparent);
    transform: translateY(-1px);color:var(--line-main);}
.primary-view .local-service{font-size: calc(19.3px * .875);
    max-width: var(--axis-active);
    margin-top: calc(1.5rem * 0.8);}
.primary-view .strong-block > h1,
  .primary-view .strong-block > h2,
  .primary-view .strong-block > p,
  .primary-view .strong-block > .media-form{margin-top: 1.5rem;}
.primary-view .strong-block > .wide-proof{margin-top: 0;}
.primary-view .strong-block .wide-proof{font-size: calc(19.3px * 1.125);
    line-height: 1.5;
    max-width: var(--axis-active);}
.primary-view .strong-block .local-service{margin-top: calc(1.5rem * 0.8);}
@media (max-width: 640px) {.primary-view .media-form{
      width: 100%;
    }.primary-view .clear-steps{
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.91rem * 0.2);
    }.primary-view .secondary-intro{
      display: none;
    }
  }
.narrow-links{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #faf8f1;
  color: #24211d;
}
.narrow-links .local-headline{max-width: min(1400px, 74rem);
  margin: 0 auto;}
.narrow-links .fresh-summary{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.91rem * 1.5);}
.narrow-links h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.15;
  max-width: 34rem;}
.narrow-links .plain-inner{margin: 0;
  max-width: 48rem;
  font-size: 19.3px;
  line-height: 1.7;}
.narrow-links .bottom-links{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.91rem;}
.narrow-links .wide-intro{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--paint-page);
  border: 1px solid var(--paint-light);
  border-radius: 0.96rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);color:var(--line-main);}
.narrow-links blockquote{margin: 0;}
.narrow-links blockquote p{margin: 0;
  font-size: 19.3px;
  line-height: 1.7;}
.narrow-links figcaption{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-top: 1px solid var(--paint-light);
  padding-top: calc(1.5rem * .75);}
.narrow-links .plain-rail{font-weight: 700;
  font-size: 19.3px;}
.narrow-links .visual-menu{font-size: calc(19.3px * .875);
  color: #24211d;}
.narrow-links .local-service{margin: calc(1.91rem * 1.5) 0 0;
  font-size: calc(19.3px * .875);
  color: #24211d;
  max-width: 42rem;}
@media (max-width: 860px) {.narrow-links .bottom-links{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {.narrow-links .fresh-summary{
    gap: calc(1.5rem * .75);
  }
}
.team-proof{
    --mark-active: calc(1.5rem * 1.15);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.team-proof .local-headline{max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 1.5rem 1.87rem;
    align-items: start;}
.team-proof .content-group{position: sticky;
    top: 1.5rem;}
.team-proof h2,
  .team-proof h3,
  .team-proof p{margin: 0;}
.team-proof h2{font-size: calc(19.3px * 2);
    line-height: 1.15;
    max-width: 12ch;}
.team-proof h3{font-size: calc(19.3px * 1.125);
    line-height: 1.3;
    font-weight: 600;}
.team-proof p{font-size: 19.3px;
    line-height: 1.78;}
.team-proof .wide-proof{margin-top: 1.5rem;
    font-size: 19.3px;
    line-height: 1.78;}
.team-proof .wide-track{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.team-proof .secondary-media{
    padding: calc(1.5rem * .75);
    border-radius: 0.96rem;
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);color:var(--line-main);}
.team-proof .secondary-media p{margin-top: calc(1.5rem / 3);}
.team-proof .visual-brand{
    grid-column: 2;
    margin-top: calc(1.5rem * -0.5);
    padding: calc(1.5rem * .75);
    border-left: 3px solid #a45f2a;
    background: #ece7dc;
    border-radius: 0 0.55rem 0.55rem 0;color:#24211d;}
.team-proof .visual-brand p{font-size: calc(19.3px * .875);
    line-height: 1.78;}
.team-proof .visual-brand a{text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 350ms var(--speed-hover);}
.team-proof .visual-brand a:hover{}
@media (max-width: 900px) {.team-proof .local-headline{
      grid-template-columns: 1fr;
    }.team-proof .content-group{
      position: static;
    }.team-proof h2{
      max-width: none;
    }.team-proof .visual-brand{
      grid-column: 1;
    }
  }
.compact-story{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #244238;
  color: #faf8f1;
}
.compact-story .local-headline{max-width: min(1400px, 76rem);
  margin: 0 auto;}
.compact-story .content-group{max-width: 52rem;}
.compact-story h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;
  font-weight: 700;}
.compact-story .wide-proof{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.6;
  color: #ece7dc;
  opacity: 0.92;}
.compact-story .soft-items{margin-top: calc(1.91rem * 1.5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.91rem;}
.compact-story .narrow-nav{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--paint-page);
  border-radius: 0.96rem;
  border: 1px solid var(--paint-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);color:var(--line-main);}
.compact-story .narrow-nav .featured-note{margin: 0;
  font-size: 19.3px;
  line-height: 1.7;color:inherit;}
.compact-story .narrow-nav footer{border-top: 1px solid var(--paint-light);
  padding-top: calc(calc(1.5rem * .75) * 0.6);}
.compact-story .bottom-figure{display: block;
  font-weight: 700;
  font-size: 19.3px;color:inherit;}
.compact-story .featured-nav{display: block;
  margin-top: 0.2rem;
  font-size: calc(19.3px * .875);color:inherit;}
.compact-story .local-service{margin: calc(1.91rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: calc(19.3px * .875);
  color: #ece7dc;
  opacity: 0.8;
  line-height: 1.6;}
@media (max-width: 860px) {.compact-story .soft-items{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {.compact-story .wide-proof{
    font-size: 19.3px;
  }.compact-story .narrow-nav{
    padding: calc(1.5rem * .75);
  }
}
.bottom-contact{--mark-active:calc(1.5rem * 1.1);--axis-active:calc(1400px / 3.20);padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.bottom-contact .local-headline{max-width:1400px;margin:0 auto;}
.bottom-contact h1,.bottom-contact h2,.bottom-contact h3,.bottom-contact p{margin:0;}
.bottom-contact h2{font-size:calc(19.3px * 2);line-height:1.15;}
.bottom-contact h3{font-size:calc(19.3px * 1.35);line-height:1.25;font-weight:600;}
.bottom-contact p{font-size:19.3px;line-height:1.78;}
.bottom-contact a{color:#244238;text-decoration:none;}
.bottom-contact a:hover{color:#a45f2a;}
.bottom-contact .wide-proof{max-width:var(--axis-active);margin:1.5rem auto 0;font-size:calc(19.3px * 1.125);}
.bottom-contact .top-contact{text-align:center;}
.bottom-contact .wide-track{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);margin-top:var(--mark-active);text-align:left;}
.bottom-contact .secondary-media{padding:calc(calc(1.5rem * .75) * 1.1) calc(calc(1.5rem * .75) * 1.2);border-radius:0.55rem;background:var(--paint-page);border:1px solid var(--paint-light);color:var(--line-main);}
.bottom-contact .secondary-media h3{margin-bottom:calc(1.5rem / 3);}
.bottom-contact .secondary-media p{color:var(--line-main);opacity:.85;}
.bottom-contact .local-service{margin-top:1.5rem;font-size:calc(19.3px * .875);opacity:.75;}
.bottom-contact .media-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.31rem;background:#244238;color:#faf8f1;font-weight:500;transition:background 350ms var(--speed-hover);}
.bottom-contact .media-form:hover{background:#31594c;color:#faf8f1;}
@media (min-width: 720px){.bottom-contact .wide-track{grid-template-columns:1fr 1fr;}.bottom-contact .secondary-media:nth-child(odd){grid-column:1;}.bottom-contact .secondary-media:nth-child(even){grid-column:2;}
}
.content-fields{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #faf8f1;
  color: #24211d;
}
.content-fields .soft-feature{max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: 1.91rem;
  align-items: start;}
.content-fields .service-actions{
  padding: calc(1.5rem * .75);
  border-radius: 0.96rem;
  background: #244238;
  color: #faf8f1;
  position: sticky;
  top: 1.5rem;
}
.content-fields .legal{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.3px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;color:inherit;
  opacity: 0.75;}
.content-fields h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.08;}
.content-fields .service-actions p:last-child{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.3px;
  opacity: 0.9;}
.content-fields .content-list{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.content-fields .active-shell{
  display: grid;
  grid-template-columns: minmax(5rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: var(--paint-page);
  color: var(--line-main);
  border: 1px solid var(--paint-light);
  transition: box-shadow 350ms var(--speed-hover);
}
.content-fields .active-shell:hover{box-shadow: 0 1px 6px rgba(0,0,0,0.1);}
.content-fields .active-form{font-size: calc(19.3px * .875);
  font-weight: 600;
  word-break: break-word;}
.content-fields h3{margin: 0;
  font-size: calc(19.3px * 1.35);
  line-height: 1.3;}
.content-fields .active-shell p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 19.3px;}
.content-fields small{font-size: calc(19.3px * .875);
  display: block;
  margin-top: calc(calc(1.5rem * .75) * 0.4);}
.content-fields .local-service{
  grid-column: 1 / -1;
  padding: calc(1.5rem * .75);
  border-left: 3px solid #244238;
  background: #ece7dc;
  color: #24211d;
  border-radius: 0 0.31rem 0.31rem 0;
}
.content-fields .local-service p{margin: 0;
  font-size: calc(19.3px * .875);}
@media (max-width: 900px) {.content-fields .soft-feature{
    grid-template-columns: 1fr;
  }.content-fields .service-actions{
    position: static;
  }.content-fields .active-shell{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }
}
.fresh-copy{
    padding: clamp(48px, 8vw, 80px) 0;
    color: #24211d;
    background: #faf8f1;
  }
.fresh-copy .clear-region{max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.87rem;}
.fresh-copy .featured-shell{max-width: 760px;
    margin: 0 auto;}
.fresh-copy .featured-nav{display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: calc(19.3px * .875);
    color: #24211d;}
.fresh-copy .strong-body,
  .fresh-copy .main-service{display: inline-block;}
.fresh-copy .strong-body::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a45f2a;
    margin-left: 1rem;
    vertical-align: middle;color:#fff7ed;}
.fresh-copy h1{font-size: calc(19.3px * 2.65);
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;}
.fresh-copy .wide-proof{font-size: calc(19.3px * 1.125);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #24211d;}
.fresh-copy .steady-proof{margin: 2rem 0 2.5rem;
    border-radius: 0.96rem;
    overflow: hidden;}
.fresh-copy .steady-proof img{display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;}
.fresh-copy h2{font-size: calc(19.3px * 2);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;}
.fresh-copy p{margin-bottom: 1.5rem;
    line-height: 1.78;}
.fresh-copy ul{margin: 0 0 1.5rem 1.5rem;
    list-style: none;}
.fresh-copy ul li{position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;}
.fresh-copy ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a45f2a;color:#fff7ed;}
.fresh-copy .simple-benefit{
    margin: 2.5rem 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    background-color: #ece7dc;
    border-radius: 0.96rem;
    border-left: 4px solid #a45f2a;
    color: #24211d;
  }
.fresh-copy .simple-benefit p{margin: 0;
    font-size: 19.3px;
    line-height: 1.7;}
.fresh-copy .service-content{margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--paint-light);}
.fresh-copy .plain-fields{
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 0.55rem;
    font-weight: 500;
    text-align: center;
    transition: all 350ms var(--speed-hover);
    cursor: pointer;
    border: 1px solid #244238;
    font-size: 1rem;
    background-color: #244238;
    color: #faf8f1;
    text-decoration: none;
  }
.fresh-copy .plain-fields:hover{
    background-color: #31594c;
    border-color: #31594c;
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0,0,0,0.13);
    color: #faf8f1;
  }
@media (max-width: 640px) {.fresh-copy .featured-nav{
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }.fresh-copy .strong-body::after{
      display: none;
    }.fresh-copy h1{
      font-size: calc(calc(19.3px * 2.65) * 0.85);
    }
  }
.site-brand{
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
}
.site-brand .clear-region{max-width: 1400px;
    margin: 0 auto;}
.site-brand .content-group{max-width: 720px;
    margin-bottom: calc(1.91rem * 1.5);}
.site-brand .steady-block{margin: 0 0 0.5rem;
    font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.site-brand h2{margin: 0 0 0.75rem;
    font-size: calc(19.3px * 2);
    line-height: 1.25;}
.site-brand .wide-proof{margin: 0;
    font-size: 19.3px;}
.site-brand .content-team{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.site-brand .service-quote{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: calc(1.5rem * .75);
    align-items: start;
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    border-radius: 0.96rem;
    overflow: hidden;color:var(--line-main);}
.site-brand .direct-block{
    height: 100%;
    min-height: 200px;
    background: #ece7dc;color:#24211d;}
.site-brand .direct-block img{width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}
.site-brand .content-rail{padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;}
.site-brand .featured-nav{margin: 0 0 0.5rem;
    font-size: calc(19.3px * .875);}
.site-brand h3{margin: 0 0 0.75rem;
    font-size: calc(19.3px * 1.35);
    line-height: 1.3;}
.site-brand h3 a{color: inherit;
    text-decoration: none;}
.site-brand h3 a:hover{}
.site-brand .content-rail p{margin: 0 0 1rem;
    font-size: 19.3px;
    line-height: 1.78;}
.site-brand .visual-brand{display: inline-block;
    font-size: calc(19.3px * .875);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 350ms var(--speed-hover);}
.site-brand .visual-brand:hover{border-color: #a45f2a;}
@media (max-width: 720px) {.site-brand .service-quote{
        grid-template-columns: 1fr;
    }.site-brand .direct-block{
        min-height: 180px;
    }.site-brand .content-rail{
        padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
    }
}
.open-items{padding:clamp(48px,8vw,80px) 0;color:#24211d;background:#faf8f1;}
.open-items .clear-region{max-width:1400px;margin:0 auto;padding:0 1.87rem;}
.open-items .featured-shell{max-width:820px;margin:0 auto;}
.open-items .media-brand{margin-bottom:2rem;}
.open-items .public-footer{font-size:calc(19.3px * .875);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.75rem;color:#24211d;}
.open-items h1{font-size:calc(19.3px * 2.65);line-height:1.25;margin-bottom:1rem;}
.open-items .text-stack{font-size:calc(19.3px * 1.125);line-height:1.6;color:#24211d;max-width:720px;}
.open-items .narrow-grid{margin:2rem 0 2.5rem;border-radius:0.96rem;overflow:hidden;}
.open-items .narrow-grid img{display:block;width:100%;height:auto;object-fit:cover;}
.open-items h2{margin-top:2.5rem;margin-bottom:1rem;font-size:calc(19.3px * 1.35);line-height:1.4;}
.open-items p{margin-bottom:1.5rem;line-height:1.78;}
.open-items ul{margin:0 0 1.5rem;padding-left:1.25rem;}
.open-items li{margin-bottom:0.75rem;line-height:1.7;}
.open-items li strong{font-weight:600;}
.open-items .simple-benefit{margin:2rem 0;padding:clamp(18px,3vw,26px);background-color:#ece7dc;border-radius:0.96rem;border-left:4px solid #244238;color:#24211d;}
.open-items .simple-benefit p{margin:0;font-size:19.3px;}
.open-items .post-foot{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--paint-light);}
.open-items .clear-steps{display:flex;flex-wrap:wrap;gap:0.75rem 1.5rem;}
.open-items .clear-steps a{color:#244238;text-decoration:none;font-weight:500;transition:color 350ms var(--speed-hover);}
.open-items .clear-steps a:hover{color:#a45f2a;text-decoration:underline;}
@media (max-width:640px){.open-items h1{font-size:calc(calc(19.3px * 2.65) * 0.85);}.open-items .text-stack{font-size:19.3px;}.open-items .clear-steps{flex-direction:column;gap:0.5rem;}
}
.entries{padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d}
.entries .local-headline{max-width:1400px;margin:0 auto}
.entries .content-group{display:flex;flex-wrap:wrap;gap:1.91rem;align-items:end;margin-bottom:calc(1.91rem * 1.5)}
.entries .content-group>*{min-width:0;flex:1 1 18rem}
.entries h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.1;max-width:24ch}
.entries .content-group p{margin:0;font-size:calc(19.3px * 1.125);line-height:1.78;max-width:52ch}
.entries .simple-surface{display:flex;flex-wrap:wrap;gap:1.91rem}
.entries .simple-surface>*{min-width:0;flex:1 1 16rem}
.entries .service-quote{background:var(--paint-page);color:var(--line-main);border:1px solid var(--paint-light);border-radius:0.96rem;padding:1.5rem;display:flex;flex-direction:column}
.entries span{font-size:calc(19.3px * .875);font-weight:600;letter-spacing:.02em;text-transform:uppercase}
.entries h3{margin:1.5rem 0 0;font-size:calc(19.3px * 1.35);line-height:1.2}
.entries a{color:inherit;text-decoration:none;transition:color 350ms var(--speed-hover)}
.entries a:hover{}
.entries p{margin:calc(1.5rem * .75) 0 0;line-height:1.78;font-size:19.3px}
@media(max-width:620px){.entries .content-group,.entries .simple-surface{display:block}.entries .content-group p{margin-top:1.5rem}.entries .service-quote+.service-quote{margin-top:1.91rem}}
.team-rail{padding:clamp(48px,8vw,80px) 0;color:#24211d;background:#faf8f1;}
.team-rail .clear-region{max-width:1400px;margin:0 auto;padding:0 1.87rem;}
.team-rail .content-note{max-width:860px;margin:0 auto;}
.team-rail .media-brand{margin-bottom:2rem;}
.team-rail .public-footer{font-size:calc(19.3px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#24211d;margin-bottom:1rem;}
.team-rail h1{font-size:calc(19.3px * 2.65);line-height:1.2;margin-bottom:1.2rem;}
.team-rail .featured-tile{font-size:calc(19.3px * 1.125);line-height:1.6;color:#24211d;max-width:720px;}
.team-rail .narrow-grid{margin:2.5rem 0;border-radius:1.32rem;overflow:hidden;}
.team-rail .narrow-grid img{display:block;width:100%;height:auto;object-fit:cover;}
.team-rail .contact-body{font-size:19.3px;line-height:1.78;}
.team-rail .contact-body p{margin-bottom:1.5rem;max-width:100%;}
.team-rail .contact-body h2{font-size:calc(19.3px * 1.35);margin-top:2.5rem;margin-bottom:1rem;line-height:1.3;}
.team-rail .narrow-flow{margin:2rem 0;padding:1.5rem 1.75rem;background:#ece7dc;border-left:4px solid #a45f2a;border-radius:0 0.55rem 0.55rem 0;color:#24211d;}
.team-rail .narrow-flow p{margin:0;font-style:italic;}
.team-rail .bottom-panel{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--paint-light);display:flex;flex-wrap:wrap;gap:0.75rem 2rem;}
.team-rail .bottom-panel a{color:#244238;text-decoration:none;font-weight:500;transition:color 350ms var(--speed-hover);}
.team-rail .bottom-panel a:hover{color:#a45f2a;text-decoration:underline;}
@media (max-width:640px){.team-rail h1{font-size:calc(calc(19.3px * 2.65) * 0.85);}.team-rail .featured-tile{font-size:19.3px;}.team-rail .bottom-panel{flex-direction:column;gap:0.5rem;}
}
.visual-grid{padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d;}
.visual-grid .clear-region{max-width:1400px;margin:0 auto;}
.visual-grid .direct-fields{margin-bottom:calc(1.91rem * 1.5);}
.visual-grid .steady-block{margin:0 0 0.4rem;font-size:calc(19.3px * .875);text-transform:uppercase;letter-spacing:0.08em;}
.visual-grid .direct-fields h2{margin:0 0 1rem;font-size:calc(19.3px * 2);line-height:1.25;}
.visual-grid .content-group{max-width:720px;margin:0;font-size:19.3px;}
.visual-grid .media-group{display:grid;gap:calc(1.91rem * 1.5);}
.visual-grid .secondary-media{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:calc(1.5rem * .75);align-items:start;padding:calc(1.5rem * .75);background:var(--paint-page);border:1px solid var(--paint-light);border-radius:0.96rem;color:var(--line-main);}
.visual-grid .main-links{display:block;overflow:hidden;border-radius:0.55rem;}
.visual-grid .main-links img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform 350ms var(--speed-hover);}
.visual-grid .main-links:hover img{transform:scale(1.03);}
.visual-grid .compact-figure{display:flex;flex-direction:column;gap:0.6rem;}
.visual-grid .details{display:flex;align-items:center;gap:0.8rem;flex-wrap:wrap;}
.visual-grid .strong-lead{display:inline-block;padding:0.2rem 0.7rem;background:#a45f2a;color:#fff7ed;border-radius:0.31rem;font-size:calc(19.3px * .875);line-height:1.4;}
.visual-grid .secondary-contact{font-size:calc(19.3px * .875);}
.visual-grid .secondary-media h3{margin:0;font-size:calc(19.3px * 1.35);line-height:1.35;}
.visual-grid .secondary-media h3 a{color:inherit;text-decoration:none;transition:color 350ms var(--speed-hover);}
.visual-grid .secondary-media h3 a:hover{}
.visual-grid .steady-surface{margin:0;font-size:19.3px;font-weight:600;}
.visual-grid .service-view{margin:0;font-size:19.3px;line-height:1.78;}
.visual-grid .fresh-stack{display:inline-block;margin-top:0.3rem;font-size:calc(19.3px * .875);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color 350ms var(--speed-hover),border-color 350ms var(--speed-hover);width:fit-content;}
.visual-grid .fresh-stack:hover{border-color:#a45f2a;}
.visual-grid .local-service{margin-top:calc(1.91rem * 1.5);padding:calc(1.5rem * .75);background:#ece7dc;color:#24211d;border-radius:0.55rem;font-size:calc(19.3px * .875);line-height:1.7;}
.visual-grid .local-service p{margin:0;}
@media (max-width: 720px){.visual-grid .secondary-media{grid-template-columns:1fr;}.visual-grid .main-links img{aspect-ratio:16/9;}
}
.secondary-callout{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #faf8f1;
  color: #24211d;
}
.secondary-callout .local-headline{max-width: 1400px;
  margin: 0 auto;}
.secondary-callout .top-service{display: flex;
  justify-content: space-between;
  gap: 1.91rem;
  align-items: end;
  margin-bottom: calc(1.91rem * 1.5);}
.secondary-callout h2{max-width: 16ch;
  margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.secondary-callout .top-service p{max-width: 40rem;
  margin: 0;
  line-height: 1.78;}
.secondary-callout .visual-inner{margin: 0;
  padding: 0;
  border-top: 1px solid var(--paint-light);
  list-style: none;}
.secondary-callout .visual-body{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.91rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-light);}
.secondary-callout .visual-body p{max-width: 44rem;
  margin: 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.78;}
.secondary-callout .visual-body span{color: #24211d;
  font-size: calc(19.3px * .875);
  opacity: .75;}
.secondary-callout .clear-fields{padding-left: calc(1.91rem * .65);}
.secondary-callout .featured-items{justify-content: flex-start;}
.secondary-callout .featured-items a{flex: 1 1 0;
  color: #244238;
  font-size: calc(19.3px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.secondary-callout .featured-items a:hover{color: #a45f2a;}
.secondary-callout .open-section{display: flex;
  flex-wrap: wrap;
  gap: 1.91rem;
  padding-top: 1.5rem;}
.secondary-callout .open-section a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  border-left: 2px solid #a45f2a;
  padding-left: calc(1.5rem * .75);
  transition: border-color 350ms var(--speed-hover);}
.secondary-callout .open-section a span{display: block;
  margin-bottom: .35rem;
  color: #24211d;
  font-size: calc(19.3px * .875);}
.secondary-callout .open-section a:hover{border-color: #a45f2a;}
@media (max-width: 660px) {.secondary-callout .top-service,
  .secondary-callout .visual-body{
    display: block;
  }.secondary-callout .top-service p,
  .secondary-callout .visual-body span,
  .secondary-callout .visual-body p,
  .secondary-callout .featured-items a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.secondary-callout .clear-fields{
    padding-left: 0;
  }.secondary-callout .open-section a{
    width: 100%;
  }
}
.clear-headline{
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: #faf8f1;
    color: #24211d;
  }
.clear-headline .plain-entries{max-width: 1400px;
    margin: 0 auto;}
.clear-headline .secondary-unit{display: flex;
    justify-content: space-between;
    gap: 1.91rem;
    align-items: flex-end;
    margin-bottom: 1.91rem;}
.clear-headline h2{margin: 0;
    font-size: calc(19.3px * 2);
    line-height: 1.2;
    max-width: 14ch;}
.clear-headline .secondary-unit p{margin: 0;
    max-width: 42rem;
    font-size: 19.3px;
    line-height: 1.78;}
.clear-headline .contact-frame{display: grid;
    grid-template-columns: minmax(16rem, 0.38fr) minmax(0, 1fr);
    gap: calc(1.5rem * .75);}
.clear-headline .local-plan{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.clear-headline .content-proof{
    padding: calc(1.5rem * .75);
    border-radius: 0.96rem;
    background: var(--paint-page);
    color: var(--line-main);
    border: 1px solid var(--paint-light);
  }
.clear-headline .content-proof span{display: block;
    font-size: calc(19.3px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;}
.clear-headline .content-proof strong{display: block;
    margin-top: calc(calc(1.5rem * .75) * 0.5);
    font-weight: 600;
    line-height: 1.5;}
.clear-headline .content-proof a{text-decoration: underline;
    text-underline-offset: 3px;}
.clear-headline .content-proof a:hover{}
.clear-headline .local-service{margin: 0;
    font-size: calc(19.3px * .875);
    line-height: 1.78;
    padding: 0 calc(1.5rem * .75);}
.clear-headline .clear-entries{
    min-height: 34rem;
    border-radius: 1.32rem;
    overflow: hidden;
    border: 1px solid var(--paint-light);
    background: var(--paint-page);color:var(--line-main);}
.clear-headline iframe{display: block;
    width: 100%;
    height: 100%;
    border: 0;
    min-height: inherit;}
@media (max-width: 860px) {.clear-headline .secondary-unit{
      display: block;
    }.clear-headline .secondary-unit p{
      margin-top: 1.5rem;
    }.clear-headline .contact-frame{
      grid-template-columns: 1fr;
    }.clear-headline .clear-entries{
      min-height: 24rem;
    }.clear-headline .local-plan{
      gap: calc(1.5rem * .75);
    }
  }
.wide-service{
    background: #faf8f1;
    color: #24211d;
    padding: calc(1.5rem * 2.4) 1.87rem;
    border-top: 1px solid var(--paint-light);
  }
.wide-service .local-headline{max-width: min(1400px, 76rem);
    margin: 0 auto;}
.wide-service .service-intro{display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: calc(calc(1.91rem * 1.5) * 1.4);
    align-items: start;}
.wide-service .clear-intro{max-width: 34rem;}
.wide-service h2{margin: 0;
    font-size: clamp(calc(19.3px * 2), 4vw, calc(19.3px * 2.65));
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 600;}
.wide-service .clear-intro p{margin: 1.5rem 0 0;
    color: #24211d;
    font-size: calc(19.3px * 1.125);
    line-height: 1.7;}
.wide-service .open-area{
    background: var(--paint-page);
    border: 1px solid var(--paint-light);
    border-radius: 1.32rem;
    padding: calc(calc(1.91rem * 1.5) * 1.1) calc(1.91rem * 1.5);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);color:var(--line-main);}
.wide-service label{display: flex;
    flex-direction: column;
    gap: calc(calc(1.5rem * .75) * 0.4);
    color: var(--line-main);
    font-size: calc(19.3px * .875);
    font-weight: 500;}
.wide-service input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--paint-light);
    border-radius: 0;
    background: transparent;
    color: var(--line-main);
    padding: calc(1.5rem * .75) 0;
    font: inherit;
    font-size: 19.3px;
    transition: border-color 350ms var(--speed-hover);
  }
.wide-service input:focus{outline: none;
    border-bottom-color: #244238;}
.wide-service input::placeholder{color: rgba(255,255,255,0.55);
    opacity: 0.8;}
.wide-service button{
    align-self: flex-start;
    border: 0;
    border-radius: 0.55rem;
    background: #244238;
    color: #faf8f1;
    padding: calc(1.5rem * .75) 1.91rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background 350ms var(--speed-hover);
    margin-top: calc(calc(1.5rem * .75) * 0.5);
  }
.wide-service button:hover{
    background: #31594c;color:var(--line-main);}
@media (max-width: 860px) {.wide-service .service-intro{
      grid-template-columns: 1fr;
      gap: calc(1.91rem * 1.5);
    }.wide-service .clear-intro{
      max-width: none;
    }
  }
@media (max-width: 480px) {.wide-service .open-area{
      padding: calc(1.91rem * 1.5) calc(1.5rem * .75);
    }
  }
.open-service{padding:calc(1.5rem * 2.4) 1.87rem;background:#244238;color:#faf8f1}
.open-service .clear-intro{max-width:min(1400px,62rem);margin:0 auto}
.open-service h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.05}
.open-service .wide-proof{margin:1.5rem 0 calc(1.91rem * 1.5);font-size:calc(19.3px * 1.125);color:color-mix(in srgb,currentColor 72%,transparent)}
.open-service ul{margin:0;padding-left:1.91rem}
.open-service li{padding:0 0 1.91rem}
.open-service li::marker{color:color-mix(in srgb,currentColor 58%,transparent)}
.open-service h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.3px * 1.35);line-height:1.2}
.open-service li p{margin:0;color:color-mix(in srgb,currentColor 72%,transparent)}
.offer-callout{padding:calc(1.5rem * 2.4) 1.87rem;background:#faf8f1;color:#24211d}
.offer-callout .offer-body{max-width:min(1400px,72rem);margin:0 auto;display:grid;gap:calc(1.91rem * 1.5)}
.offer-callout h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.12;max-width:22ch}
.offer-callout .plain-inner{margin:0;font-size:calc(19.3px * 1.125);line-height:1.78;max-width:64ch}
.offer-callout .visual-flow{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;background:var(--paint-page);border:1px solid var(--paint-light);border-left:4px solid #a45f2a;border-radius:0.55rem;color:var(--line-main);}
.offer-callout .visual-flow:last-child{margin-bottom:0}
.offer-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.3px * 1.35);line-height:1.25}
.offer-callout .visual-flow p{margin:0;font-size:19.3px;line-height:1.78}
@media (max-width:640px){.offer-callout .offer-body{gap:1.91rem}.offer-callout .visual-flow{padding:calc(1.5rem * .75)}.offer-callout h2{font-size:calc(19.3px * 2)}
}
.content-unit{background:#faf8f1;color:#24211d;padding:calc(1.5rem * 2.4) 1.87rem}
.content-unit .local-headline{max-width:min(1400px,76rem);margin:0 auto}
.content-unit .service-grid{display:flex;flex-direction:column;gap:calc(1.91rem * 1.5)}
.content-unit .wide-proof{display:flex;flex-direction:column;gap:1.5rem}
.content-unit .legal{display:inline-block;width:fit-content;margin:0;padding:0.35rem 0.9rem;border-radius:0.31rem;background:#244238;color:#faf8f1;font-size:calc(19.3px * .875);font-weight:600;letter-spacing:0.02em}
.content-unit h2{margin:0;max-width:24ch;font-size:clamp(calc(19.3px * 2),5vw,calc(19.3px * 2.65));line-height:1.12;letter-spacing:0}
.content-unit .featured-shell{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,0.8fr);gap:calc(1.91rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-light)}
.content-unit .clear-intro{display:flex;flex-direction:column;gap:1.5rem}
.content-unit p{margin:0;font-size:19.3px;line-height:1.78}
.content-unit .clear-intro>p:first-of-type{font-size:calc(19.3px * 1.125);line-height:1.65}
.content-unit .local-service{padding:calc(1.5rem * .75);border-left:3px solid #a45f2a;background:#ece7dc;border-radius:0 0.55rem 0.55rem 0;color:#24211d;}
.content-unit .clear-steps{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem}
.content-unit .clear-steps span{font-weight:600;color:#24211d}
.content-unit .clear-steps a{color:#244238;text-decoration:underline;text-underline-offset:0.2em;transition:color 350ms var(--speed-hover)}
.content-unit .clear-steps a:hover{color:#a45f2a}
.content-unit .clear-steps a+a{margin-left:1.87rem}
.content-unit .main-story{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.91rem * 1.5);border-radius:0.96rem;background:var(--paint-page);border:1px solid var(--paint-light);color:var(--line-main);}
.content-unit .main-story h3{margin:0;font-size:calc(19.3px * 1.35);line-height:1.3}
.content-unit .main-story>p{font-size:calc(19.3px * .875);color:#24211d}
.content-unit .page-frame{display:flex;flex-direction:column;gap:0.25rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--paint-light)}
.content-unit .page-frame:last-of-type{border-bottom:none;padding-bottom:0}
.content-unit .page-frame span{font-size:calc(19.3px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.04em;color:#24211d}
.content-unit .page-frame a{color:#244238;text-decoration:none;font-weight:600;transition:color 350ms var(--speed-hover)}
.content-unit .page-frame a:hover{color:#a45f2a}
.content-unit .page-frame p{margin:0;font-size:19.3px}
.content-unit .primary-benefit{font-size:calc(19.3px * .875);color:#24211d;line-height:1.6}
@media(max-width:900px){.content-unit .featured-shell{grid-template-columns:1fr}}
@media(max-width:700px){.content-unit .wide-proof{gap:1.5rem}.content-unit .clear-steps{flex-direction:column;align-items:flex-start}.content-unit .clear-steps a+a{margin-left:0}}
.top-team{
    --mark-active: calc(1.5rem * 1.19);
    padding: calc(1.5rem * 2.4) 1.87rem;
    background: linear-gradient(135deg, #faf8f1 0%, #ece7dc 54%, #244238 100%);
    color: #24211d;
  }
.top-team .local-headline{max-width: 1400px;
    margin: 0 auto;}
.top-team .clear-region{display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(1.91rem * 1.5);
    max-width: calc(1400px / 1.8);}
.top-team h2{font-size: calc(19.3px * 2);
    line-height: 1.12;
    margin: 0;}
.top-team .wide-proof{font-size: 19.3px;
    line-height: 1.78;
    margin: 0;
    color: #24211d;
    opacity: 0.82;}
.top-team .media-form{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.31rem;
    background: #244238;
    color: #faf8f1;
    text-decoration: none;
    font-weight: 600;
    transition: background 350ms var(--speed-hover);
  }
.top-team .media-form:hover{
    background: #31594c;color:var(--line-main);}
.top-team .local-service{font-size: calc(19.3px * .875);
    line-height: 1.78;
    margin: 0;
    color: #24211d;
    opacity: 0.7;}
.top-team .local-service a{text-decoration: underline;
    text-underline-offset: 0.15em;}
.top-team .local-service a:hover{}
@media (max-width: 640px) {.top-team .clear-region{
      align-items: stretch;
    }.top-team .media-form{
      width: 100%;
    }
  }
.mission{
  background: #faf8f1;
  color: #24211d;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.mission .local-headline{width: min(100%, 1400px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.91rem * 1.5);}
.mission .content-group{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 760px;}
.mission .page-actions{margin: 0;
  font-size: calc(19.3px * 2.65);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #a45f2a;}
.mission h1{margin: 0;
  font-size: clamp(calc(19.3px * 2), 5vw, calc(19.3px * 2.65));
  line-height: 1.1;
  letter-spacing: -0.01em;
  max-width: 620px;}
.mission .wide-proof{margin: 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.7;
  max-width: 640px;}
.mission .direct-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 1.91rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  background: #ece7dc;
  border-radius: 0.96rem;color:#24211d;}
.mission .top-feature{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: #244238;
  color: #faf8f1;
  border-radius: 0.55rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 350ms var(--speed-hover, cubic-bezier(0.4,0,0.2,1));
}
.mission .top-feature:hover{
  background: #31594c;color:var(--line-main);}
.mission .profile{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: var(--paint-page, #ffffff);
  color: var(--line-main, #24211d);
  border: 1px solid var(--paint-light, #d9d0c0);
  border-radius: 0.55rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 350ms var(--speed-hover, cubic-bezier(0.4,0,0.2,1));
}
.mission .profile:hover{border-color: #a45f2a;}
.mission .local-service{max-width: 640px;
  font-size: calc(19.3px * .875);
  line-height: 1.7;}
.mission .local-service p{margin: 0;}
.mission .local-service a{color: #244238;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 350ms var(--speed-hover, cubic-bezier(0.4,0,0.2,1));}
.mission .local-service a:hover{color: #a45f2a;}
@media (max-width: 720px) {.mission{
    padding: calc(1.5rem * 2.4) 1.87rem;
  }.mission .content-group{
    gap: 1.5rem;
  }.mission .page-actions{
    font-size: clamp(calc(19.3px * 2), 12vw, calc(19.3px * 2.65));
  }.mission .direct-contact{
    flex-direction: column;
    align-items: stretch;
    gap: 1.87rem;
  }.mission .top-feature,
  .mission .profile{
    width: 100%;
  }
}
