body{margin:0;padding:0;font-family:"Source Sans 3", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --speed-nav: cubic-bezier(0.4,0,0.2,1);
}
.steady-rail {
    width: 100%;
    background: #F6F1E6;
    color: #1F2A22;
    border-bottom: 1px solid #DCD2BC;
  }
.wide-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: calc(2.59rem * 1.5) 1.66rem;
    display: flex;
    align-items: center;
    gap: 2.59rem;
  }
.offer-contact {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1F2A22;
    text-decoration: none;
    flex-shrink: 0;
  }
.offer-contact:hover {
    color: #B23A2E;
  }
.service-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.service-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.5rem * .75);
    flex-wrap: wrap;
  }
.service-menu a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.2px;
    color: #1F2A22;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--speed-nav),
                border-color 490ms var(--speed-nav);
  }
.service-menu a:hover {
    color: #B23A2E;
    border-bottom-color: #B23A2E;
  }
.wide-lead {
    display: flex;
    align-items: center;
    gap: 2.59rem;
    flex-shrink: 0;
  }
.fresh-unit {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #1F3A2E;
    color: #F4EFE4;
    border-radius: 0.48rem;
    font-size: calc(16.2px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.11);
    transition: background 490ms var(--speed-nav),
                transform 490ms var(--speed-nav);
  }
.fresh-unit:hover{
    background: #16291F;
    transform: translateY(-1px);color:#1F2A22;}
.public-details {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    background: #E8E0CE;
    color: #2E332C;
    border: 1px solid #DCD2BC;
    border-radius: 0.33rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
.public-details span{
    display: block;
    width: 1.2rem;
    height: 2px;
    background: #2E332C;
    border-radius: 2px;
    transition: transform 490ms var(--speed-nav),
                opacity 490ms var(--speed-nav);color:#1F2A22;}
.public-details[aria-expanded="true"] span:nth-child(1){transform: translateY(6px) rotate(45deg);}
.public-details[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.public-details[aria-expanded="true"] span:nth-child(3){transform: translateY(-6px) rotate(-45deg);}
@media (max-width: 767px) {
    .wide-inner {
      flex-wrap: wrap;
      padding: 1.5rem 1.66rem;
    }

    .public-details {
      display: flex;
    }

    .service-menu {
      order: 3;
      flex-basis: 100%;
      display: none;
      padding-top: 1.5rem;
      border-top: 1px solid #DCD2BC;
      margin-top: 1.5rem;
    }

    .service-menu.is-open {
      display: block;
    }

    .service-menu ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .service-menu li {
      border-bottom: 1px solid #DCD2BC;
    }

    .service-menu li:last-child {
      border-bottom: none;
    }

    .service-menu a {
      display: block;
      padding: 0.85rem 0.2rem;
      border-bottom: none;
    }

    .fresh-unit {
      padding: 0.55rem 0.9rem;
      font-size: calc(16.2px * .875);
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .service-menu ul {
      gap: 1.5rem;
    }

    .service-menu a {
      font-size: calc(16.2px * .875);
    }
  }
.visual-entries{padding:calc(1.5rem * 2.4) 1.66rem;font-family:"Source Sans 3", sans-serif;font-size:16.2px;line-height:1.63;background:#1F3A2E;color:#F4EFE4;}
.clear-content{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.59rem * 1.5)}
.page-lead{font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.page-block{padding-bottom:calc(2.59rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.page-content{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:16.2px}
.simple-inner{display:block}
.focused-links{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 490ms var(--speed-nav),
      opacity 490ms var(--speed-nav)}
.focused-links:hover,
  .focused-links:focus-visible{border-bottom-color:currentColor;opacity:0.85}
.focused-links:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:0.33rem}
.primary-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-header{font-size:calc(16.2px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.soft-summary{margin:0;max-width:34rem;font-size:calc(16.2px * .875);opacity:0.8}
.fresh-note{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.59rem}
.local-callout{min-width:0}
.content-stack{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem;font-size:calc(16.2px * .875)}
.public-panel{padding-top:calc(2.59rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-body{margin:0;font-size:calc(16.2px * .875);opacity:0.8;max-width:60rem}
.focused-callout{margin:0;font-size:calc(16.2px * .875);opacity:0.7}
@media (min-width: 720px) {.clear-content{grid-template-columns:1fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal"}.page-block{grid-area:contact;border-bottom:none;padding-bottom:0}.primary-menu{grid-area:brand}.fresh-note{grid-area:nav}.public-panel{grid-area:legal}
  }
@media (min-width: 1024px) {.clear-content{grid-template-columns:1.1fr 1fr 1.6fr;grid-template-areas:"contact brand nav"
        "legal legal legal";gap:calc(2.59rem * 1.5) 2.59rem}.page-block{border-right:1px solid rgba(255, 255, 255, 0.14);padding-right:calc(2.59rem * 1.5)}
  }
footer .soft-benefit{flex:1 1 100%;max-width:1600px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.2px * .875);line-height:1.63;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 1.66rem;
    right: 1.66rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .page-rail {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.25rem;
    padding: 1.5rem 1.66rem;
    background: #1F3A2E;
    color: #F4EFE4;
    box-shadow: 0 22px 30px rgba(0,0,0,0.18);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .contact-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .contact-lead strong {
    font-size: 16px;
}
.cookies .contact-lead button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .narrow-details {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .narrow-details button {
    flex: 1;
    border-radius: 0.33rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .narrow-details button.cookie-accept {
    color: #F6F1E6;
    border-color: transparent;
    color: #1F2A22;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .page-rail {
        max-width: none;
    }
}
.top-feature{--axis-control:calc(1.5rem * 1.42);--field-soft:calc(1600px / 3.05);--type-large:calc(1600px / 3.35);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.top-feature .bottom-surface{max-width:1600px;margin:0 auto;}
.top-feature h1,.top-feature p{margin:0;}
.top-feature h1{font-size:calc(16.2px * 2.65);line-height:1.08;letter-spacing:-0.01em;}
.top-feature p{font-size:16.2px;line-height:1.63;}
.top-feature a{color:inherit;text-decoration:none;}
.top-feature img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.top-feature .text-image{display:flex;flex-wrap:wrap;align-items:center;gap:2.59rem;}
.top-feature .text-image>img{flex:0 1 min(var(--type-large),36vw);width:min(var(--type-large),100%);}
.top-feature .text-intro{flex:1 1 28rem;min-width:0;}
.top-feature .team-menu{margin-top:1.5rem;max-width:var(--field-soft);opacity:0.88;}
.top-feature .quiet-nav{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:var(--axis-control);}
.top-feature .fresh-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#B23A2E;color:#FBF6EC;transition:background 490ms var(--speed-nav);}
.top-feature .fresh-flow:hover{background:#8F2C22;color:#1F2A22;}
.top-feature .focused-block{font-size:calc(16.2px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;opacity:0.82;}
.top-feature .focused-block:hover{opacity:1;}
.top-feature .featured-proof{margin-top:var(--axis-control);font-size:calc(16.2px * .875);max-width:var(--field-soft);opacity:0.72;}
@media(max-width:760px){.top-feature .text-image{align-items:flex-start;flex-direction:column;}.top-feature .text-image>img{flex:1 1 auto;width:100%;}}
.compact-lead{--axis-control:calc(1.5rem * 1.42);--field-soft:calc(1600px / 2.60);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.compact-lead .bottom-surface{max-width:1600px;margin:0 auto;}
.compact-lead h1,.compact-lead h2,.compact-lead h3,.compact-lead p{margin:0;}
.compact-lead h2{font-size:calc(16.2px * 2);line-height:1.12;max-width:var(--field-soft);}
.compact-lead p{font-size:16.2px;line-height:1.63;}
.compact-lead a{color:inherit;text-decoration:none;}
.compact-lead .fresh-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#B23A2E;color:#FBF6EC;font-size:16.2px;}
.compact-lead .fresh-flow:hover{background:#8F2C22;color:#1F2A22;}
.compact-lead .team-menu{max-width:var(--field-soft);}
.compact-lead .featured-proof{max-width:var(--field-soft);font-size:calc(16.2px * .875);}
.compact-lead .featured-proof a{text-decoration:underline;text-underline-offset:0.18em;}
.compact-lead .featured-proof a:hover{color:inherit;}
.compact-lead .bottom-rail>h2,.compact-lead .bottom-rail>p,.compact-lead .bottom-rail>.fresh-flow{margin-top:1.5rem;}
.compact-lead .bottom-rail>h2:first-child{margin-top:0;}
.compact-lead .bottom-rail>.featured-proof{margin-top:calc(2.59rem * 1.5);}
.page-header{--axis-control:calc(1.5rem * 0.91);--label-large:calc(1600px / 3.21);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.page-header .bottom-surface{max-width:1600px;margin:0 auto;}
.page-header h2,.page-header h3,.page-header p{margin:0;}
.page-header h2{font-size:calc(16.2px * 2);line-height:1.12;}
.page-header h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.page-header p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.page-header a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.page-header a:hover{border-bottom-color:currentColor;}
.page-header .team-content{padding-block:calc(var(--axis-control) / 2);}
.page-header .active-proof{row-gap:calc(var(--axis-control) * 1.2);}
.page-header .team-menu{margin-top:1.5rem;max-width:calc(1600px / 2);}
.page-header .site-service{display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.page-header .strong-frame{flex:1 1 var(--label-large);min-width:0;padding:calc(var(--axis-control) * .75);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.page-header .strong-frame p{margin-top:calc(1.5rem / 3);}
.page-header .quiet-nav{margin-top:var(--axis-control);font-size:calc(16.2px * .875);}
.steady-nav{--axis-control:calc(1.5rem * 1.1);--field-soft:calc(1600px / 2.4);padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.steady-nav .bottom-surface{max-width:1600px;margin:0 auto;}
.steady-nav h2,.steady-nav h3,.steady-nav p{margin:0;}
.steady-nav h2{font-size:calc(16.2px * 2);line-height:1.14;max-width:var(--field-soft);}
.steady-nav h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-nav p{font-size:16.2px;line-height:1.63;}
.steady-nav .fresh-method{display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.steady-nav .team-menu{max-width:var(--field-soft);color:#2E332C;}
.steady-nav .secondary-stack{margin-top:var(--axis-control);display:flex;flex-direction:column;gap:0;border-top:1px solid #DCD2BC;}
.steady-nav .strong-frame{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DCD2BC;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-nav .strong-frame p{color:#2E332C;max-width:calc(var(--field-soft) * 1.35);}
.steady-nav .quiet-nav{margin-top:var(--axis-control);font-size:calc(16.2px * .875);color:#2E332C;}
.steady-nav .quiet-nav a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.steady-nav .quiet-nav a:hover{color:#B23A2E;}
@media (max-width:720px){.steady-nav h2{max-width:none;}.steady-nav .team-menu{max-width:none;}.steady-nav .strong-frame p{max-width:none;}
}
.featured-quote{
  --axis-control:calc(1.5rem * 1.05);
  --field-soft:calc(1600px / 2.6);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#1F3A2E;
  color:#F4EFE4;
}
.featured-quote .bottom-surface{max-width:1600px;
  margin:0 auto;}
.featured-quote h1,
.featured-quote h2,
.featured-quote h3,
.featured-quote p{margin:0;}
.featured-quote h2{font-size:calc(16.2px * 2);
  line-height:1.12;}
.featured-quote h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;}
.featured-quote p{font-size:16.2px;
  line-height:1.63;}
.featured-quote a{color:inherit;
  text-decoration:none;}
.featured-quote .fresh-method{max-width:var(--field-soft);}
.featured-quote .featured-proof{font-size:calc(16.2px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.72;
  margin-bottom:calc(1.5rem / 2);}
.featured-quote .team-menu{margin-top:1.5rem;
  opacity:0.86;}
.featured-quote .site-service{display:flex;
  flex-direction:column;
  gap:var(--axis-control);
  margin-top:calc(1.5rem * 1.6);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  padding-top:calc(1.5rem * 1.2);}
.featured-quote .strong-frame{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding-bottom:var(--axis-control);
  border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.featured-quote .strong-frame:last-child{border-bottom:none;
  padding-bottom:0;}
.featured-quote .site-items{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.5rem / 2);}
.featured-quote .secondary-benefit{
  font-size:calc(16.2px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:0.15rem 0.55rem;
  border-radius:0.33rem;
  background:#B23A2E;
  color:#FBF6EC;
  flex:0 0 auto;
}
.featured-quote .strong-frame p{max-width:var(--field-soft);
  opacity:0.82;}
.featured-quote .page-figure{margin-top:calc(1.5rem * 1.4);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;
  max-width:var(--field-soft);}
.featured-quote .page-figure p{flex:1 1 16rem;
  opacity:0.86;}
.featured-quote .fresh-flow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.33rem;
  background:#B23A2E;
  color:#FBF6EC;
  font-size:calc(16.2px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  transition:background 490ms var(--speed-nav);
}
.featured-quote .fresh-flow:hover{
  background:#8F2C22;color:#1F2A22;}
@media (min-width:768px){.featured-quote .strong-frame{
    display:grid;
    grid-template-columns:minmax(12rem, 18rem) 1fr;
    gap:1.5rem;
    align-items:start;
  }.featured-quote .site-items{
    flex-direction:column;
    align-items:flex-start;
    gap:calc(1.5rem / 3);
  }.featured-quote .strong-frame p{
    max-width:none;
  }
}
.team-method{padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4}
.team-method .bottom-surface{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:flex-start}
.team-method .public-region{flex:1 1 20rem;max-width:32rem}
.team-method h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.team-method .public-region p{margin:1.5rem 0 0;line-height:1.63;opacity:.82}
.team-method .public-nav{flex:1 1 26rem;display:flex;flex-direction:column;gap:1.5rem}
.team-method .site-items{padding-top:calc(1.5rem * .75);border-top:1px solid rgba(244,239,228,.22)}
.team-method .site-items:first-child{padding-top:0;border-top:0}
.team-method h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.2}
.team-method .site-items p{margin:0;line-height:1.63;opacity:.82}
@media(max-width:720px){.team-method .bottom-surface{display:block}.team-method .public-nav{margin-top:calc(2.59rem * 1.5)}}
.quiet-flow{--axis-control:calc(1.5rem * 0.95);--field-soft:calc(1600px / 2.19);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.quiet-flow .bottom-surface{max-width:1600px;margin:0 auto;}
.quiet-flow h2,.quiet-flow h3,.quiet-flow p{margin:0;}
.quiet-flow h2{font-size:calc(16.2px * 2);line-height:1.12;}
.quiet-flow h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.quiet-flow p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-flow .clear-callout{display:flex;align-items:flex-start;gap:2.59rem;}
.quiet-flow .active-proof{row-gap:calc(var(--axis-control) * 1.2);}
.quiet-flow .open-details{column-gap:calc(2.59rem * .85);}
.quiet-flow .text-intro{flex:1 1 calc(1600px / 3);min-width:0;}
.quiet-flow .text-intro p{margin-top:1.5rem;}
.quiet-flow .direct-group{flex:2 1 calc(1600px / 2);display:flex;flex-direction:column;gap:var(--axis-control);}
.quiet-flow .strong-frame{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-flow .strong-frame p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.quiet-flow .clear-callout{flex-direction:column;}.quiet-flow .direct-group{margin-top:1.5rem;}}
.bottom-proof{
    padding:calc(1.5rem * 2.4) 1.66rem;
    background:#E8E0CE;
    color:#2E332C;
}
.bottom-proof .bottom-surface{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.59rem;
    align-items:flex-start;}
.bottom-proof .compact-menu{flex:1 1 320px;
    min-width:280px;}
.bottom-proof .compact-menu img{display:block;
    width:100%;
    height:auto;
    border-radius:0.98rem;
    border:1px solid #DCD2BC;
    box-shadow:0 2px 5px rgba(0,0,0,0.11);}
.bottom-proof .offer-team{flex:1.2 1 420px;
    min-width:280px;}
.bottom-proof .offer-team h2{margin:0 0 calc(2.59rem * 1.5);
    font-size:calc(16.2px * 2);
    line-height:1.2;}
.bottom-proof .offer-team h3{margin:calc(2.59rem * 1.5) 0 0.5rem;
    font-size:16.2px;
    font-weight:600;
    letter-spacing:0.01em;}
.bottom-proof .offer-team p{margin:0 0 calc(2.59rem * 1.5);
    font-size:16.2px;
    line-height:1.63;}
.bottom-proof .offer-team ul{margin:0;
    padding-left:1.1rem;
    display:grid;
    gap:0.45rem;}
.bottom-proof .offer-team li{line-height:1.55;}
@media (max-width:820px){.bottom-proof .bottom-surface{flex-direction:column;}.bottom-proof .compact-menu,
    .bottom-proof .offer-team{flex:1 1 auto;width:100%;}
}
.content-intro{--axis-control:calc(1.5rem * 1.02);--field-soft:calc(1600px / 2.55);--type-large:calc(1600px / 3.94);padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.content-intro .bottom-surface{max-width:1600px;margin:0 auto;}
.content-intro h1,.content-intro h2,.content-intro h3,.content-intro p{margin:0;}
.content-intro h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.content-intro h2{font-size:calc(16.2px * 2);line-height:1.12;}
.content-intro h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.content-intro p{font-size:16.2px;line-height:1.63;color:#2E332C;}
.content-intro a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.content-intro a:hover{color:#B23A2E;}
.content-intro img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.content-intro .team-menu{color:#1F2A22;}
.content-intro .featured-proof{margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
.content-intro .site-service{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:0;}
.content-intro .strong-frame{min-width:0;padding-bottom:calc(1.5rem / 2);border-bottom:1px solid #DCD2BC;}
.content-intro .strong-frame:last-child{border-bottom:0;padding-bottom:0;}
.content-intro .strong-frame p{margin-top:calc(1.5rem / 3);}
.content-intro .soft-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.content-intro .soft-proof>.text-intro{flex:1 1 calc(1600px / 3);min-width:0;}
.content-intro .soft-proof>.site-service{flex:2 1 calc(1600px / 2);}
.content-intro .soft-proof>img{margin-left:auto;max-width:calc(var(--type-large) * .85);}
.content-intro .text-intro .team-menu{margin-top:1.5rem;}
.content-intro .quiet-nav{max-width:1600px;margin:calc(2.59rem * 1.5) auto 0;font-size:calc(16.2px * .875);}
@media (max-width:760px){.content-intro .soft-proof>img{margin-left:0;max-width:100%;}
}
.service-tile{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #F6F1E6;
  color: #1F2A22;
}
.service-tile .contact-method{max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.59rem;}
.service-tile .wide-note{max-width: 62ch;}
.service-tile h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.service-tile .wide-note p{margin: calc(2.59rem * 1.5) 0 0;
  font-size: calc(16.2px * 1.125);}
.service-tile .primary-inner{display: flex;
  flex-direction: column;
  border-top: 1px solid #DCD2BC;}
.service-tile .main-surface{display: grid;
  grid-template-columns: minmax(9rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #DCD2BC;}
.service-tile .public-view{font-size: calc(16.2px * .875);
  letter-spacing: .02em;}
.service-tile h3{margin: 0;
  font-size: calc(16.2px * 1.35);
  line-height: 1.25;}
.service-tile .main-surface p{margin: calc(calc(1.5rem * .75) * .5) 0;
  max-width: 68ch;}
.service-tile small{font-size: calc(16.2px * .875);}
@media (max-width: 720px) {.service-tile .main-surface{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.primary-steps{--axis-control:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.primary-steps .bottom-surface{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.59rem;align-items:flex-start;}
.primary-steps h2,.primary-steps p{margin:0;}
.primary-steps h2{font-size:calc(16.2px * 2);line-height:1.14;max-width:34ch;}
.primary-steps p{font-size:16.2px;line-height:1.63;}
.primary-steps a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.primary-steps a:hover{color:#B23A2E;}
.primary-steps .text-intro{flex:1 1 22rem;min-width:0;}
.primary-steps .text-intro .team-menu{margin-top:1.5rem;max-width:60ch;color:#2E332C;}
.primary-steps .fresh-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .85) 1.5rem;border-radius:0.48rem;background:#1F3A2E;color:#F4EFE4;text-decoration:none;font-weight:600;flex:0 0 auto;}
.primary-steps .fresh-flow:hover{background:#16291F;color:#F4EFE4;}
.primary-steps .secondary-stack{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(var(--axis-control) * .55);margin-top:calc(2.59rem * 1.5);}
.primary-steps details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.48rem;background:#FBF7EE;color:#1F2A22;border:1px solid #DCD2BC;}
.primary-steps summary{cursor:pointer;font-weight:600;font-size:calc(16.2px * 1.125);line-height:1.3;list-style:none;}
.primary-steps summary::-webkit-details-marker{display:none;}
.primary-steps summary::after{content:"+";float:right;font-weight:400;color:#2E332C;}
.primary-steps details[open] summary::after{content:"–";}
.primary-steps details p{margin-top:calc(1.5rem * .7);color:#2E332C;max-width:70ch;}
.primary-steps .featured-proof{flex:1 1 100%;margin-top:calc(2.59rem * 1.5);font-size:calc(16.2px * .875);color:#2E332C;}
@media (max-width:720px){.primary-steps .bottom-surface{gap:calc(2.59rem * 1.5);}.primary-steps h2{max-width:none;}.primary-steps summary{font-size:16.2px;}
}
.narrow-intro{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: #E8E0CE;
        color: #2E332C
    }
.narrow-intro .bottom-surface{max-width: 1600px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.narrow-intro .fresh-method{max-width: 38rem;
        margin-bottom: calc(2.59rem * 1.5)}
.narrow-intro .fresh-method p{margin: 0;
        font-size: calc(16.2px * .875);
        letter-spacing: 0.02em;
        line-height: 1.63}
.narrow-intro h2{margin: 1.5rem 0 0;
        font-size: calc(16.2px * 2);
        line-height: 1.08}
.narrow-intro .direct-footer{display: flex;
        gap: 2.59rem;
        align-items: flex-start}
.narrow-intro .featured-proof{flex: 0 0 min(17rem, 32vw);
        padding-top: 1.5rem;
        line-height: 1.63}
.narrow-intro .featured-proof p{margin: 0 0 calc(1.5rem * .75)}
.narrow-intro .quiet-nav{font-size: calc(16.2px * .875)}
.narrow-intro .quiet-nav a{color: #1F3A2E;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 490ms var(--speed-nav)}
.narrow-intro .quiet-nav a:hover{color: #B23A2E}
.narrow-intro .site-service{flex: 1 1 0;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #DCD2BC}
.narrow-intro li{padding: 1.5rem 0;
        border-bottom: 1px solid #DCD2BC}
.narrow-intro li strong{display: block;
        font-size: calc(16.2px * 1.125);
        line-height: 1.15}
.narrow-intro li span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 16.2px;
        line-height: 1.63}
@media (max-width: 720px) {.narrow-intro .direct-footer{
            display: block
        }.narrow-intro .featured-proof{
            max-width: 26rem;
            margin-bottom: 1.5rem
        }
    }
.open-frame{--axis-control:calc(1.5rem * 1.35);--field-soft:calc(1600px / 2.20);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.open-frame .bottom-surface{max-width:1600px;margin:0 auto;}
.open-frame h1,.open-frame h2,.open-frame h3,.open-frame p{margin:0;}
.open-frame h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.open-frame h2{font-size:calc(16.2px * 2);line-height:1.12;}
.open-frame h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.open-frame p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-frame a{color:inherit;text-decoration:none;}
.open-frame .fresh-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#F4EFE4;color:#1F3A2E;}
.open-frame .team-menu{margin-top:calc(1.5rem / 2);max-width:var(--field-soft);}
.open-frame .site-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;margin-top:var(--axis-control);}
.open-frame .strong-frame{flex:1 1 calc(1600px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-frame .strong-frame p,.open-frame .strong-frame a{margin-top:calc(1.5rem / 3);}
.open-frame .strong-frame a{display:inline-block;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.open-frame .open-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.open-frame .open-headline>.text-intro{flex:1 1 auto;min-width:0;}
.open-frame .open-headline>.fresh-flow{flex:0 0 auto;}
.open-frame .open-headline>.site-service{flex:1 1 100%;}
.open-frame .text-intro h2{margin-top:calc(1.5rem / 2);}
.strong-callout{--axis-control:calc(1.5rem * 1.18);--field-soft:calc(1600px / 2.35);padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.strong-callout .bottom-surface{max-width:1600px;margin:0 auto;}
.strong-callout h2{font-size:calc(16.2px * 2);line-height:1.14;margin:0;max-width:var(--field-soft);}
.strong-callout p{font-size:16.2px;line-height:1.63;margin:0;color:#1F2A22;}
.strong-callout .featured-proof{font-size:calc(16.2px * .875);color:#2E332C;background:#E8E0CE;padding:calc(1.5rem * .75);border-radius:0.48rem;max-width:var(--field-soft);}
.strong-callout .team-menu{max-width:var(--field-soft);}
.strong-callout .fresh-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#B23A2E;color:#FBF6EC;text-decoration:none;transition:background 490ms var(--speed-nav);}
.strong-callout .fresh-flow:hover{background:#8F2C22;color:#1F2A22;}
.strong-callout .quiet-nav{font-size:calc(16.2px * .875);color:#2E332C;}
.strong-callout .quiet-nav a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.strong-callout .quiet-nav a:hover{color:#B23A2E;}
.strong-callout .bottom-rail>h2,.strong-callout .bottom-rail>p,.strong-callout .bottom-rail>.fresh-flow{margin-top:1.5rem;}
.strong-callout .bottom-rail>h2:first-child{margin-top:0;}
.strong-callout .bottom-rail>.featured-proof{margin-top:calc(2.59rem * 1.5);}
.public-list{
        padding: calc(1.5rem * 2.4) 1.66rem;
        background: linear-gradient(135deg, #F6F1E6 0%, #E8E0CE 55%, #D9CFBC 100%);
        color: #1F2A22;
    }
.public-list .bottom-surface{max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);}
.public-list .team-menu{max-width: 46rem;}
.public-list h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1;}
.public-list .team-menu p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.63;}
.public-list .plain-proof{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.public-list .active-story{
        padding: calc(1.5rem * .75);
        border: 1px solid #DCD2BC;
        border-radius: 0.98rem;
        background: #FBF7EE;
        color: #1F2A22;
        box-shadow: 0 2px 5px rgba(0,0,0,0.11);
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
    }
.public-list .main-panel{font-size: 16.2px;
        line-height: 1.63;}
.public-list .featured-shell{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        justify-content: space-between;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #DCD2BC;}
.public-list .featured-shell strong{font-size: calc(16.2px * .875);}
.public-list .featured-shell span{font-size: calc(16.2px * .875);}
@media (min-width: 860px) {.public-list .active-story{
            grid-template-columns: 1fr auto;
            align-items: start;
        }.public-list .featured-shell{
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            padding-top: 0;
            border-top: none;
            border-left: 1px solid #DCD2BC;
            padding-left: calc(1.5rem * .75);
            min-width: 14rem;
        }
    }
.featured-region{
  background:#F6F1E6;
  color:#1F2A22;
  padding:calc(1.5rem * 2.4) 1.66rem;
}
.featured-region .bottom-surface{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);}
.featured-region .fresh-method{display:flex;
  flex-wrap:wrap;
  gap:calc(2.59rem * 1.5);
  align-items:flex-end;
  border-bottom:1px solid #DCD2BC;
  padding-bottom:calc(2.59rem * 1.5);}
.featured-region h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.1;}
.featured-region .fresh-method p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#2E332C;
  line-height:1.63;}
.featured-region .wide-visual{display:flex;
  flex-wrap:wrap;
  gap:2.59rem;}
.featured-region .wide-visual a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  text-decoration:none;
  color:#1F2A22;
  background:#FBF7EE;
  border:1px solid #DCD2BC;
  border-radius:0.98rem;
  padding:calc(1.5rem * .75);
  transition:border-color 490ms var(--speed-nav), box-shadow 490ms var(--speed-nav);
}
.featured-region .wide-visual a:hover{border-color:#B23A2E;
  box-shadow:0 2px 5px rgba(0,0,0,0.11);}
.featured-region .wide-visual strong{display:block;
  font-size:16.2px;}
.featured-region .wide-visual span{display:block;
  margin-top:.4rem;
  color:#2E332C;
  font-size:calc(16.2px * .875);
  line-height:1.63;}
.featured-region .featured-proof{margin:0;
  max-width:48rem;
  color:#2E332C;
  line-height:1.63;}
.featured-region .quiet-nav{display:flex;
  flex-wrap:wrap;
  gap:2.59rem;
  align-items:center;}
.featured-region .quiet-nav a{color:#1F3A2E;
  text-decoration:none;
  border-bottom:1px solid #DCD2BC;
  padding-bottom:.15rem;
  font-size:calc(16.2px * .875);
  transition:color 490ms var(--speed-nav), border-color 490ms var(--speed-nav);}
.featured-region .quiet-nav a:hover{color:#B23A2E;
  border-color:#B23A2E;}
@media (max-width:680px){.featured-region .fresh-method{display:block}.featured-region .fresh-method p{margin-top:1.5rem}.featured-region .wide-visual{display:block}.featured-region .wide-visual a{margin-top:2.59rem}
}
.clear-items{
  --axis-control:calc(1.5rem * 1.1);
  --field-soft:calc(1600px / 3.2);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#B23A2E;
  color:#FBF6EC;
}
.clear-items .bottom-surface{max-width:1600px;margin:0 auto;}
.clear-items h2,.clear-items h3,.clear-items p{margin:0;}
.clear-items h2{font-size:calc(16.2px * 2);line-height:1.12;}
.clear-items h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-items p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 76%, transparent);}
.clear-items a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-items a:hover{}
.clear-items .open-benefit{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.59rem;
  margin-bottom:var(--axis-control);}
.clear-items .open-benefit>h2{flex:1 1 var(--field-soft);min-width:0;}
.clear-items .open-benefit>.team-menu{flex:1 1 var(--field-soft);min-width:0;}
.clear-items .wide-visual{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:var(--axis-control);}
.clear-items .direct-group{flex:1 1 calc(1600px / 1.9);
  min-width:0;
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 1.4);}
.clear-items .direct-lead{display:flex;
  gap:1.5rem;
  padding-bottom:calc(1.5rem / 1.4);
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-items .direct-lead:last-child{border-bottom:0;padding-bottom:0;}
.clear-items .narrow-shell{flex:0 0 auto;
  font-size:calc(16.2px * .875);
  letter-spacing:.08em;
  padding-top:calc(calc(16.2px * 1.35) * .18);
  color:color-mix(in srgb, currentColor 62%, transparent);}
.clear-items .offer-team{min-width:0;}
.clear-items .offer-team p{margin-top:calc(1.5rem / 3.2);}
.clear-items .page-figure{
  flex:1 1 calc(1600px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .95);
  border-radius:0.48rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
}
.clear-items .page-figure .featured-proof{font-size:calc(16.2px * .875);}
.clear-items .page-figure .quiet-nav{margin-top:calc(1.5rem / 2);
  font-size:calc(16.2px * .875);}
@media (max-width:720px){.clear-items .direct-lead{flex-direction:column;gap:calc(1.5rem / 3);}.clear-items .narrow-shell{padding-top:0;}
}
.narrow-team{padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22}
.narrow-team .bottom-surface{max-width:min(1600px,56rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.narrow-team .fresh-method{max-width:44rem}
.narrow-team h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.narrow-team .fresh-method p{margin:1.5rem 0 0;color:#2E332C;line-height:1.63}
.narrow-team .page-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #DCD2BC}
.narrow-team details{padding:1.5rem 0;border-bottom:1px solid #DCD2BC}
.narrow-team summary{cursor:pointer;font-size:calc(16.2px * 1.35);line-height:1.2;list-style:none}
.narrow-team summary::-webkit-details-marker{display:none}
.narrow-team summary::after{content:"+";float:right;color:#2E332C;font-weight:400}
.narrow-team details[open] summary::after{content:"–"}
.narrow-team details p{max-width:46rem;margin:1.5rem 0 0;color:#2E332C;line-height:1.63}
@media(max-width:720px){.narrow-team .bottom-surface{gap:calc(2.59rem * 1.5)}.narrow-team summary{font-size:16.2px}
}
.content-inner{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F3A2E;
  color: #F4EFE4;
}
.content-inner .bottom-surface{max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.59rem * 1.5);}
.content-inner .fresh-method{max-width: 58rem;}
.content-inner h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.content-inner .fresh-method p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.63;
  color: #D9CFBC;}
.content-inner .plain-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border: 1px solid #2E332C;
  border-radius: 0.98rem;
  background: #1F3A2E;color:#F4EFE4;}
.content-inner .local-group{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 16rem;
  min-width: 0;}
.content-inner .local-group label{font-size: calc(16.2px * .875);
  color: #D9CFBC;}
.content-inner .local-group input,
.content-inner .local-group select{
  padding: 0.7rem 0.85rem;
  border-radius: 0.48rem;
  border: 1px solid #2E332C;
  background: #F6F1E6;
  color: #1F2A22;
  font: inherit;
}
.content-inner .local-group input::placeholder{color: rgba(255,255,255,0.55);}
.content-inner .local-group input:focus,
.content-inner .local-group select:focus{outline: 2px solid #B23A2E;
  outline-offset: 1px;}
.content-inner .fresh-flow{
  flex: 0 0 auto;
  padding: 0.8rem 1.4rem;
  border: 0;
  border-radius: 0.48rem;
  background: #B23A2E;
  color: #FBF6EC;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 490ms var(--speed-nav);
}
.content-inner .fresh-flow:hover{
  background: #8F2C22;color:#1F2A22;}
.content-inner .featured-proof{flex: 1 1 100%;
  margin: 0;
  font-size: calc(16.2px * .875);
  color: #D9CFBC;}
.content-inner .offer-content{display: flex;
  flex-direction: column;
  border-top: 1px solid #2E332C;}
.content-inner .site-items{display: grid;
  grid-template-columns: 8rem 1fr;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2E332C;
  align-items: baseline;}
.content-inner .site-items .plain-region{font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9CFBC;}
.content-inner .site-items strong{display: block;
  font-size: calc(16.2px * 1.35);
  font-weight: 600;}
.content-inner .site-items small{grid-column: 2;
  display: block;
  margin-top: 0.35rem;
  font-size: calc(16.2px * .875);
  color: #D9CFBC;}
.content-inner .page-figure{max-width: 58rem;
  font-size: 16.2px;
  color: #D9CFBC;}
.content-inner .page-figure p{margin: 0 0 0.5rem;}
.content-inner .page-figure a{text-decoration: underline;
  text-underline-offset: 3px;}
.content-inner .page-figure a:hover{color:inherit;}
@media (max-width: 720px) {.content-inner .site-items{
    grid-template-columns: 1fr;
  }.content-inner .site-items small{
    grid-column: 1;
  }.content-inner .fresh-flow{
    width: 100%;
  }
}
.card-_contact-info{
        background: #1F3A2E;
        color: #F4EFE4;
    }
.card-_contact-info .open-content{max-width: 1600px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.66rem calc(2.59rem * 1.5);}
.card-_contact-info h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.08;}
.card-_contact-info .open-content p{max-width: 46rem;
        margin: 1.5rem 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.63;}
.card-_contact-info .clear-nav,
    .card-_contact-info .offer-brand{
        background: #1F3A2E;
        color: #F4EFE4;
    }
.card-_contact-info .steady-frame{max-width: 1600px;
        margin: 0 auto;
        padding: 1.5rem 1.66rem;}
.card-_contact-info .clear-nav .steady-frame{display: flex;
        flex-wrap: wrap;
        gap: 2.59rem;
        border-bottom: 1px solid rgba(244, 239, 228, 0.18);}
.card-_contact-info .clear-nav a{flex: 1 1 18rem;
        min-width: 0;
        color: inherit;
        font-size: calc(16.2px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        transition: opacity 490ms var(--speed-nav);}
.card-_contact-info .clear-nav a:hover{opacity: 0.78;}
.card-_contact-info .clear-nav span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(16.2px * .875);
        letter-spacing: 0.02em;
        opacity: 0.62;}
.card-_contact-info .offer-brand .steady-frame{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(2.59rem * 1.5) 2.59rem;}
.card-_contact-info .offer-brand p{flex: 1 1 16rem;
        margin: 0;
        line-height: 1.63;}
.card-_contact-info .offer-brand .steady-frame > div{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 2.59rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(244, 239, 228, 0.18);}
.card-_contact-info .offer-brand a{color: inherit;
        font-size: 16.2px;
        text-underline-offset: 0.22em;}
.card-_contact-info .offer-brand a:hover{}
@media (max-width: 680px) {.card-_contact-info .clear-nav a{
            flex: 1 1 100%;
        }.card-_contact-info .offer-brand p{
            flex: 1 1 100%;
        }.card-_contact-info .offer-brand .steady-frame > div{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.primary-team{
  background:#F6F1E6;
  color:#1F2A22;
  padding:calc(1.5rem * 2.4) 1.66rem;
}
.primary-team .bottom-surface{max-width:1600px;
  margin:0 auto;
  display:flex;
  gap:calc(2.59rem * 1.5);
  align-items:flex-start;}
.primary-team .featured-proof{flex:0 0 17rem;
  min-width:0;
  margin:0;
  color:#2E332C;
  font-size:calc(16.2px * .875);
  line-height:1.63;}
.primary-team .featured-stack{flex:1 1 auto;
  min-width:0;}
.primary-team h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.primary-team .team-menu{margin:calc(2.59rem * 1.5) 0 0;
  max-width:62ch;
  color:#2E332C;}
.primary-team .clear-form{margin-top:calc(2.59rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.primary-team .visual-callout{
  display:block;
  text-decoration:none;
  color:#1F2A22;
  background:#FBF7EE;
  border:1px solid #DCD2BC;
  border-radius:0.48rem;
  padding:1.5rem 1.66rem;
  transition:border-color 490ms var(--speed-nav);
}
.primary-team .visual-callout:hover{border-color:#B23A2E;}
.primary-team .plain-region{
  display:inline-block;
  font-size:calc(16.2px * .875);
  color:#FBF6EC;
  background:#B23A2E;
  border-radius:0.33rem;
  padding:.15rem .5rem;
}
.primary-team .visual-callout strong{display:block;
  margin-top:.5rem;
  font-size:calc(16.2px * 1.125);}
.primary-team .visual-callout p{margin:.4rem 0 0;
  color:#2E332C;
  font-size:calc(16.2px * .875);
  line-height:1.63;}
.primary-team .page-figure{margin-top:calc(2.59rem * 1.5);
  padding-top:calc(2.59rem * 1.5);
  border-top:1px solid #DCD2BC;
  max-width:62ch;}
.primary-team .page-figure p{margin:0 0 .6rem;}
.primary-team .page-figure a{color:#1F3A2E;
  text-decoration:underline;}
.primary-team .page-figure a:hover{color:#B23A2E;}
.primary-team .site-items{color:#2E332C;
  font-size:calc(16.2px * .875);}
@media (max-width:760px){.primary-team .bottom-surface{display:block}.primary-team .featured-proof{margin-bottom:calc(2.59rem * 1.5)}
}
.secondary-form{--axis-control:calc(1.5rem * 1.2);--field-soft:calc(1600px / 2.6);--type-large:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 1.66rem;background:#B23A2E;color:#FBF6EC;}
.secondary-form .bottom-surface{max-width:1600px;margin:0 auto;}
.secondary-form h2,.secondary-form h3,.secondary-form p{margin:0;}
.secondary-form h2{font-size:calc(16.2px * 2);line-height:1.12;}
.secondary-form h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.secondary-form p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 76%, transparent);}
.secondary-form a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.secondary-form a:hover{border-bottom-color:#FBF6EC;}
.secondary-form img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.secondary-form .team-menu{margin-top:1.5rem;max-width:var(--field-soft);}
.secondary-form .featured-proof{margin-top:calc(1.5rem / 2);max-width:var(--field-soft);font-size:calc(16.2px * .875);}
.secondary-form .site-service{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:0;}
.secondary-form .strong-frame{min-width:0;padding-bottom:var(--axis-control);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-form .strong-frame:last-child{padding-bottom:0;border-bottom:0;}
.secondary-form .strong-frame p{margin-top:calc(1.5rem / 3);}
.secondary-form .soft-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.secondary-form .soft-proof>.text-intro{flex:1 1 calc(1600px / 3);min-width:0;}
.secondary-form .soft-proof>.site-service{flex:2 1 calc(1600px / 2);}
.secondary-form .soft-proof>img{flex:0 1 var(--type-large);margin-left:auto;max-width:var(--type-large);}
.secondary-form .quiet-nav{margin-top:calc(2.59rem * 1.5);font-size:calc(16.2px * .875);}
@media (max-width:820px){.secondary-form .soft-proof>img{flex:1 1 100%;max-width:100%;margin-left:0;}
}
.featured-group{
  --axis-control:calc(1.5rem * 1.3);
  --field-soft:calc(1600px / 3.1);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#F6F1E6;
  color:#1F2A22;
}
.featured-group .bottom-surface{max-width:1600px;
  margin:0 auto;}
.featured-group h2,
.featured-group h3,
.featured-group p{margin:0;}
.featured-group h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.featured-group h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;}
.featured-group p{font-size:16.2px;
  line-height:1.63;}
.featured-group a{color:#1F3A2E;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 490ms var(--speed-nav), border-color 490ms var(--speed-nav);}
.featured-group a:hover{color:#B23A2E;
  border-bottom-color:#B23A2E;}
.featured-group img{display:block;
  width:100%;
  height:auto;
  border-radius:0.48rem;
  margin-bottom:calc(1.5rem / 2);}
.featured-group .fresh-method{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.59rem;}
.featured-group .fresh-method>h2{flex:1 1 calc(1600px / 3);
  min-width:0;}
.featured-group .fresh-method>.team-menu{flex:1 1 calc(1600px / 3);
  min-width:0;
  color:#2E332C;}
.featured-group .site-service{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-control);
  margin-top:var(--axis-control);}
.featured-group .strong-frame{
  flex:1 1 calc(1600px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.48rem;
  background:#FBF7EE;
  color:#1F2A22;
  border:1px solid #DCD2BC;
}
.featured-group .strong-frame p{margin-top:calc(1.5rem / 3);
  color:#2E332C;}
.featured-group .strong-frame a{display:inline-block;
  margin-top:calc(1.5rem / 2.6);
  font-size:calc(16.2px * .875);}
.featured-group .quiet-nav{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(2.59rem * 1.5) 2.59rem;
  margin-top:var(--axis-control);
  padding-top:calc(2.59rem * 1.5);
  border-top:1px solid #DCD2BC;}
.featured-group .quiet-nav .featured-proof{flex:1 1 calc(1600px / 3.2);
  min-width:0;
  color:#2E332C;
  font-size:calc(16.2px * .875);}
.featured-group .quiet-nav a{font-size:calc(16.2px * .875);}
@media (max-width:720px){.featured-group .strong-frame{
    flex:1 1 100%;
  }
}
.narrow-method{
  background:#F6F1E6;
  color:#1F2A22;
  padding:calc(1.5rem * 2.4) 1.66rem;
}
.narrow-method .bottom-surface{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);}
.narrow-method .team-menu{max-width:46rem;}
.narrow-method h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.15;
  letter-spacing:0;}
.narrow-method .team-menu p{margin:1.5rem 0 0;
  font-size:calc(16.2px * 1.125);
  line-height:1.63;}
.narrow-method .quiet-nav{display:flex;
  flex-direction:column;
  border-top:1px solid #DCD2BC;}
.narrow-method .visual-callout{display:flex;
  flex-wrap:wrap;
  gap:2.59rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #DCD2BC;
  align-items:baseline;}
.narrow-method .local-group{flex:0 0 15rem;
  font-size:16.2px;
  font-weight:600;}
.narrow-method .site-items{flex:1 1 20rem;
  font-size:calc(16.2px * .875);
  line-height:1.63;}
.narrow-method .page-figure{display:flex;
  flex-wrap:wrap;
  gap:2.59rem;
  align-items:flex-start;
  justify-content:space-between;}
.narrow-method .featured-proof{flex:1 1 24rem;
  margin:0;
  font-size:calc(16.2px * .875);
  line-height:1.63;}
.narrow-method .featured-proof a{color:#1F3A2E;
  text-decoration:underline;
  text-underline-offset:3px;}
.narrow-method .featured-proof a:hover{color:#B23A2E;}
.narrow-method .fresh-flow{display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  align-items:center;}
.narrow-method .fresh-flow a{
  color:#1F2A22;
  text-decoration:none;
  border:1px solid #DCD2BC;
  border-radius:1.25rem;
  padding:.7rem 1rem;
  font-size:calc(16.2px * .875);
  background:#FBF7EE;
}
.narrow-method .fresh-flow .offer-stack{
  background:#1F3A2E;
  border-color:#1F3A2E;
  color:#F4EFE4;
}
.narrow-method .fresh-flow .offer-stack:hover{
  background:#16291F;
  border-color:#16291F;color:#1F2A22;}
@media (max-width:640px){.narrow-method .local-group{flex:1 1 100%}.narrow-method .fresh-flow a{width:100%;box-sizing:border-box;text-align:center}
}
.featured-media{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: linear-gradient(120deg, #B23A2E 0%, #8F2C22 100%);
  color: #FBF6EC;
}
.featured-media .bottom-surface{max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.59rem * 1.5);}
.featured-media .team-menu{display: flex;
  flex-wrap: wrap;
  gap: 2.59rem;
  align-items: baseline;
  justify-content: space-between;}
.featured-media .team-menu h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.featured-media .team-menu p{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(16.2px * 1.125);
  line-height: 1.63;}
.featured-media .quiet-steps{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.featured-media .strong-frame{
  flex: 1 1 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  background: #FBF7EE;
  color: #1F2A22;
  border: 1px solid #DCD2BC;
  border-radius: 0.48rem;
}
.featured-media .strong-frame strong{font-size: 16.2px;
  line-height: 1.25;}
.featured-media .strong-frame span{font-size: calc(16.2px * .875);
  line-height: 1.63;}
.featured-media .strong-frame a{margin-top: auto;
  align-self: flex-start;
  font-size: calc(16.2px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.featured-media .strong-frame a:hover{}
.featured-media .plain-links{display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD2BC;}
.featured-media .plain-links label{font-size: 16.2px;}
.featured-media .local-group{display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;}
.featured-media .local-group input{
  flex: 1 1 16rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: #1F2A22;
  background: #FBF7EE;
  border: 1px solid #DCD2BC;
  border-radius: 0.33rem;
}
.featured-media .local-group input::placeholder{}
.featured-media .local-group button{
  padding: 0.7rem 1.2rem;
  font: inherit;
  color: #F4EFE4;
  background: #1F3A2E;
  border: 1px solid #1F3A2E;
  border-radius: 0.33rem;
  cursor: pointer;
  transition: background 490ms var(--speed-nav);
}
.featured-media .local-group button:hover{
  background: #16291F;color:#1F2A22;}
.featured-media .featured-proof{margin: 0;
  font-size: calc(16.2px * .875);}
.featured-media .featured-proof a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
@media (max-width: 700px) {.featured-media .team-menu{
    flex-direction: column;
    align-items: flex-start;
  }
}
.public-area{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #E8E0CE;
  color: #2E332C;
}
.public-area .bottom-surface{max-width: 1600px;
  margin: 0 auto;}
.public-area .public-region{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.59rem;
  align-items: flex-end;
  margin-bottom: calc(2.59rem * 1.5);}
.public-area h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.public-area .public-region p{flex: 1 1 26rem;
  max-width: 40rem;
  margin: 0;
  line-height: 1.63;}
.public-area .clear-form{margin: 0;
  padding: 0;
  border-top: 1px solid #DCD2BC;
  list-style: none;}
.public-area .visual-callout{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.59rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DCD2BC;}
.public-area .visual-callout p{max-width: 42rem;
  margin: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.63;}
.public-area .visual-callout span{color:inherit;
  font-size: calc(16.2px * .875);
  white-space: nowrap;}
.public-area .narrow-benefit{padding-left: calc(2.59rem * .55);}
.public-area .open-body{justify-content: flex-start;
  flex-wrap: wrap;}
.public-area .open-body a{flex: 1 1 14rem;
  color: #1F3A2E;
  font-size: calc(16.2px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.public-area .contact-region{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: calc(1.5rem * .75);
  padding-top: calc(2.59rem * 1.5);}
.public-area .contact-region a{
  display: block;
  padding: calc(1.5rem * .75);
  background: #FBF7EE;
  color: #1F2A22;
  border: 1px solid #DCD2BC;
  border-radius: 0.48rem;
  text-decoration: none;
  line-height: 1.63;
  transition: border-color 490ms var(--speed-nav);
}
.public-area .contact-region a span{display: block;
  margin-bottom: .35rem;
  font-size: calc(16.2px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;color:inherit;}
.public-area .contact-region a:hover{border-color: #B23A2E;}
@media (max-width: 660px) {.public-area .public-region,
  .public-area .visual-callout{
    display: block;
  }.public-area .public-region p,
  .public-area .visual-callout span,
  .public-area .visual-callout p,
  .public-area .open-body a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.public-area .narrow-benefit{
    padding-left: 0;
  }.public-area .visual-callout span{
    white-space: normal;
  }
}
.simple-rail{--axis-control:calc(1.5rem * 1.19);--field-soft:calc(1600px / 2.25);padding:calc(1.5rem * 2.4) 1.66rem;background:#E8E0CE;color:#2E332C;}
.simple-rail .bottom-surface{max-width:1600px;margin:0 auto;}
.simple-rail h1,.simple-rail h2,.simple-rail h3,.simple-rail p{margin:0;}
.simple-rail h2{font-size:calc(16.2px * 2);line-height:1.12;}
.simple-rail h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.simple-rail p{font-size:16.2px;line-height:1.63;}
.simple-rail a{color:inherit;text-decoration:none;}
.simple-rail .featured-proof{max-width:var(--field-soft);font-size:calc(16.2px * 1.125);}
.simple-rail .site-service{display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.simple-rail .strong-frame{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.48rem;background:#FBF7EE;color:#1F2A22;border:1px solid #DCD2BC;}
.simple-rail .strong-frame h3{margin-top:calc(1.5rem / 2);}
.simple-rail .narrow-contact>.site-service{margin-top:var(--axis-control);}
.simple-rail .narrow-contact>h2{margin-top:var(--axis-control);}
.soft-links{--axis-control:calc(1.5rem * 1.34);--field-soft:calc(1600px / 2.35);padding:calc(1.5rem * 2.4) 1.66rem;background:#E8E0CE;color:#2E332C;}
.soft-links .bottom-surface{max-width:1600px;margin:0 auto;}
.soft-links h2,.soft-links h3,.soft-links p{margin:0;}
.soft-links h2{font-size:calc(16.2px * 2);line-height:1.14;}
.soft-links h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.soft-links p{font-size:16.2px;line-height:1.63;}
.soft-links .fresh-method{max-width:var(--field-soft);}
.soft-links .fresh-method .team-menu{margin-top:1.5rem;opacity:0.86;}
.soft-links .site-service{display:flex;flex-wrap:wrap;gap:2.59rem;margin-top:var(--axis-control);}
.soft-links .strong-frame{flex:1 1 calc(1600px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2BC;}
.soft-links .strong-frame p{margin-top:calc(1.5rem / 2.6);opacity:0.82;}
.soft-links .featured-proof{margin-top:var(--axis-control);max-width:var(--field-soft);font-size:calc(16.2px * .875);opacity:0.78;}
.soft-links .featured-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.soft-links .featured-proof a:hover{}
@media (max-width:720px){.soft-links .strong-frame{flex:1 1 100%;}
}
.simple-shell{padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22}
.simple-shell .bottom-surface{max-width:1600px;margin:0 auto;width:min(100%,48rem)}
.simple-shell .fresh-method{max-width:36rem;margin-bottom:calc(2.59rem * 1.5)}
.simple-shell .fresh-method p{margin:0;color:#2E332C;line-height:1.63;font-size:calc(16.2px * .875)}
.simple-shell h2{margin:1.5rem 0 0;font-size:calc(16.2px * 2);line-height:1.1}
.simple-shell .primary-inner{display:flex;flex-direction:column;gap:1.5rem}
.simple-shell .featured-proof{padding:1.5rem 0;color:#2E332C;line-height:1.63;border-bottom:1px solid #DCD2BC}
.simple-shell .visual-callout{padding:1.5rem 0;font-size:calc(16.2px * 1.35);line-height:1.15}
.simple-shell .visual-callout + .visual-callout{border-top:1px solid #DCD2BC}
.simple-shell .visual-callout p{margin:calc(1.5rem * .75) 0 0;line-height:1.63;color:#2E332C;font-size:16.2px}
.simple-shell .visual-callout a{color:#1F3A2E;text-decoration:underline;text-underline-offset:2px}
.simple-shell .visual-callout a:hover{color:#B23A2E}
@media (max-width:640px){.simple-shell .fresh-method{max-width:100%}.simple-shell .visual-callout{font-size:16.2px}
}
.compact-content{padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22}
.compact-content .bottom-surface{max-width:1600px;margin:0 auto}
.compact-content .site-team{display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.compact-content .fresh-method{display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:baseline;justify-content:space-between}
.compact-content h2{margin:0;font-size:calc(16.2px * 2);line-height:1.08;flex:1 1 22rem;min-width:0}
.compact-content .team-menu{margin:0;flex:1 1 26rem;min-width:0;font-size:16.2px;line-height:1.63;}
.compact-content .content-benefit{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:calc(1.5rem * .75)}
.compact-content .featured-proof{padding:calc(1.5rem * .75);background:#FBF7EE;color:#1F2A22;border:1px solid #DCD2BC;border-radius:0.98rem}
.compact-content .featured-proof h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:16.2px;line-height:1.25}
.compact-content .featured-proof p{margin:0;font-size:calc(16.2px * .875);line-height:1.63}
.compact-content .fresh-flow{display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:center;justify-content:space-between;padding-top:calc(2.59rem * 1.5);border-top:1px solid #DCD2BC}
.compact-content .fresh-flow p{margin:0;flex:1 1 22rem;min-width:0;font-size:16.2px;line-height:1.63}
.compact-content .soft-wrap{display:flex;flex-wrap:wrap;gap:calc(calc(1.5rem * .75)*.6)}
.compact-content .soft-wrap a{border-radius:0.48rem;background:#B23A2E;color:#FBF6EC;padding:calc(calc(1.5rem * .75)*.55) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.2px * .875);transition:background 490ms var(--speed-nav)}
.compact-content .soft-wrap a:hover{background:#8F2C22;color:#1F2A22;}
@media(max-width:760px){.compact-content h2{font-size:calc(16.2px * 1.35)}.compact-content .fresh-flow{flex-direction:column;align-items:flex-start}
}
.steady-stack{--axis-control:calc(1.5rem * 1.02);--field-soft:calc(1600px / 2.55);--type-large:calc(1600px / 3.94);padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.steady-stack .bottom-surface{max-width:1600px;margin:0 auto;}
.steady-stack h1,.steady-stack h2,.steady-stack h3,.steady-stack p{margin:0;}
.steady-stack h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.steady-stack h2{font-size:calc(16.2px * 2);line-height:1.12;}
.steady-stack h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.steady-stack p{font-size:16.2px;line-height:1.63;color:#2E332C;}
.steady-stack a{color:#1F3A2E;text-decoration:none;}
.steady-stack a:hover{color:#B23A2E;}
.steady-stack img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.steady-stack .team-menu,.steady-stack .featured-proof{}
.steady-stack .text-intro .featured-proof{margin-top:1.5rem;font-size:calc(16.2px * .875);}
.steady-stack .quiet-nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:calc(2.59rem * 1.5);}
.steady-stack .quiet-nav a{font-size:calc(16.2px * .875);border-bottom:1px solid #DCD2BC;padding-bottom:2px;}
.steady-stack .site-service{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:0;}
.steady-stack .strong-frame{min-width:0;padding-bottom:1.5rem;border-bottom:1px solid #DCD2BC;}
.steady-stack .strong-frame:last-child{border-bottom:0;padding-bottom:0;}
.steady-stack .strong-frame p{margin-top:calc(1.5rem / 3);}
.steady-stack .soft-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.steady-stack .soft-proof>.text-intro{flex:1 1 calc(1600px / 3);min-width:0;}
.steady-stack .soft-proof>.site-service{flex:2 1 calc(1600px / 2);}
.steady-stack .soft-proof>img{margin-left:auto;max-width:var(--type-large);}
.steady-stack .text-intro .team-menu{margin-top:1.5rem;}
@media (max-width:900px){.steady-stack .soft-proof>img{margin-left:0;max-width:100%;}
}
.site-section{
  background: #F6F1E6;
  color: #1F2A22;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.site-section .bottom-surface{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.59rem * 1.5);}
.site-section .fresh-method{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: calc(2.59rem * 1.5);}
.site-section h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.05;
  flex: 1 1 22rem;}
.site-section .team-menu{margin: 0;
  flex: 1 1 24rem;
  max-width: 40rem;
  font-size: 16.2px;
  line-height: 1.63;}
.site-section .quiet-steps{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 2.59rem;}
.site-section .main-track{
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #FBF7EE;
  color: #1F2A22;
  border: 1px solid #DCD2BC;
  border-radius: 0.98rem;
  overflow: hidden;
}
.site-section .main-track img{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.site-section figcaption{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.site-section .plain-region{
  align-self: flex-start;
  padding: 0.25rem 0.7rem;
  border-radius: 0.33rem;
  background: #B23A2E;
  color: #FBF6EC;
  font-size: calc(16.2px * .875);
  letter-spacing: 0.02em;
}
.site-section figcaption p{margin: 0;
  font-size: calc(16.2px * .875);
  line-height: 1.63;}
.site-section .featured-proof{margin: 0;
  max-width: 46rem;
  padding-top: calc(2.59rem * 1.5);
  border-top: 1px solid #DCD2BC;
  font-size: 16.2px;
  line-height: 1.63;}
@media (max-width: 640px) {.site-section .quiet-steps{
    grid-template-columns: 1fr;
  }
}
.direct-menu{
        background: #F6F1E6;
        color: #1F2A22;
        padding: calc(1.5rem * 2.4) 1.66rem;
    }
.direct-menu .bottom-surface{width: min(100%, 1600px);
        max-width: 62rem;
        margin: 0 auto;}
.direct-menu h2,
    .direct-menu h3,
    .direct-menu p{margin: 0;}
.direct-menu .fresh-method{max-width: 46rem;}
.direct-menu h2{font-size: calc(16.2px * 2);
        line-height: 1.1;
        letter-spacing: -0.01em;}
.direct-menu .team-menu{color: #2E332C;
        font-size: calc(16.2px * 1.125);
        line-height: 1.63;
        margin-top: 1.5rem;}
.direct-menu .contact-actions{margin-top: calc(2.59rem * 1.5);
        display: flex;
        flex-direction: column;
        border-top: 1px solid #DCD2BC;}
.direct-menu .strong-frame{display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 1.5rem 0;
        border-bottom: 1px solid #DCD2BC;}
.direct-menu .narrow-shell{flex: 0 0 auto;
        font-size: calc(16.2px * .875);
        color: #B23A2E;
        letter-spacing: 0.08em;
        padding-top: 0.35rem;}
.direct-menu .offer-team{flex: 1 1 18rem;
        min-width: 0;}
.direct-menu h3{font-size: calc(16.2px * 1.35);
        line-height: 1.18;}
.direct-menu .offer-team p{color: #2E332C;
        line-height: 1.63;
        margin-top: calc(1.5rem * .75);}
.direct-menu .featured-proof{margin-top: calc(2.59rem * 1.5);
        font-size: calc(16.2px * .875);
        color: #2E332C;}
.direct-menu .featured-proof a{color: #1F3A2E;
        text-decoration: underline;
        text-underline-offset: 3px;}
.direct-menu .featured-proof a:hover{color: #B23A2E;}
@media (max-width: 640px) {.direct-menu .strong-frame{
            gap: calc(1.5rem * .75);
        }.direct-menu .narrow-shell{
            padding-top: 0;
        }
    }
.strong-fields{
  background: linear-gradient(135deg, #F6F1E6 0%, #E8E0CE 55%, #D9CFBC 100%);
  color: #1F2A22;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.strong-fields .bottom-surface{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.59rem;}
.strong-fields h2,
.strong-fields h3,
.strong-fields p{margin: 0;}
.strong-fields h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.strong-fields h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.strong-fields p{font-size: 16.2px; line-height: 1.63;}
.strong-fields .compact-unit{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(2.59rem * 1.5);}
.strong-fields .site-shell{list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #DCD2BC;
  padding-top: 1.5rem;}
.strong-fields .site-shell li{font-size: calc(16.2px * .875);
  line-height: 1.63;
  padding-left: 1.1rem;
  position: relative;}
.strong-fields .site-shell li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #B23A2E;color:#FBF6EC;}
.strong-fields .active-nav{display: grid;
  gap: calc(1.5rem * .75);}
.strong-fields [data-block]{
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.98rem;
  background: #FBF7EE;
  color: #1F2A22;
  border: 1px solid #DCD2BC;
  box-shadow: 0 2px 5px rgba(0,0,0,0.11);
  animation: peopleCascadeIn calc(490ms * 2.2) var(--speed-nav) both;
  animation-delay: var(--delay-slow, 0ms);
}
.strong-fields [data-block] > span{font-size: calc(16.2px * .875);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;}
.strong-fields [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, calc(2.59rem * .9));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2.59rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 800px) {.strong-fields .bottom-surface,
  .strong-fields [data-block]{ grid-template-columns: 1fr; }.strong-fields .compact-unit{ padding-top: 0; }.strong-fields [data-block]:nth-child(2n){ margin-left: 0; }
}
.plain-surface{
  background: #F6F1E6;
  color: #1F2A22;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.plain-surface .bottom-surface{width: min(100%, 1600px);
  margin: 0 auto;}
.plain-surface h2,
.plain-surface p,
.plain-surface figure,
.plain-surface figcaption{margin: 0;}
.plain-surface .open-content{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 2.59rem;
  margin-bottom: calc(2.59rem * 1.5);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #DCD2BC;}
.plain-surface h2{font-size: calc(16.2px * 2);
  line-height: 1.08;
  flex: 1 1 18rem;}
.plain-surface .open-content p{flex: 1 1 22rem;
  max-width: 40rem;
  color: #2E332C;
  line-height: 1.63;}
.plain-surface .active-intro{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.5rem * .75);}
.plain-surface .public-region{flex: 1 1 min(100%, 26rem);
  margin: 0;}
.plain-surface .page-links{
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.98rem;
  background: #E8E0CE;color:#2E332C;}
.plain-surface .public-region .page-links{aspect-ratio: 4 / 5;}
.plain-surface .public-region figcaption{margin-top: calc(1.5rem * .75);
  font-size: calc(16.2px * .875);
  color: #2E332C;
  line-height: 1.63;}
.plain-surface .contact-media{
  flex: 1 1 min(100%, 15rem);
  padding: calc(1.5rem * .75);
  border-radius: 1.25rem;
  background: #FBF7EE;
  color: #1F2A22;
  border: 1px solid #DCD2BC;
  box-shadow: 0 2px 5px rgba(0,0,0,0.11);
}
.plain-surface .contact-media .page-links{aspect-ratio: 5 / 4;
  margin-bottom: calc(1.5rem * .75);}
.plain-surface .contact-media:nth-child(3n) .page-links{aspect-ratio: 3 / 4;}
.plain-surface .contact-media p{font-size: 16.2px;
  line-height: 1.63;}
.plain-surface .featured-proof{margin-top: calc(2.59rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #DCD2BC;
  max-width: 46rem;
  color: #2E332C;
  font-size: calc(16.2px * .875);
  line-height: 1.63;}
@media (max-width: 720px) {.plain-surface .open-content{
    flex-direction: column;
    align-items: flex-start;
  }.plain-surface .public-region{ flex-basis: 100%; }
}
.open-intro{
  --axis-control:calc(1.5rem * 1.35);
  --field-soft:calc(1600px / 2.4);
  padding:calc(1.5rem * 2.4) 1.66rem;
  background:#F6F1E6;
  color:#1F2A22;
}
.open-intro .bottom-surface{max-width:1600px;
  margin:0 auto;}
.open-intro h2,
.open-intro h3,
.open-intro p{margin:0;}
.open-intro h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.open-intro h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;
  margin-top:calc(1.5rem / 4);}
.open-intro p{font-size:16.2px;
  line-height:1.63;}
.open-intro .fresh-method{max-width:var(--field-soft);}
.open-intro .team-menu{margin-top:calc(1.5rem / 2);}
.open-intro .site-service{display:flex;
  flex-direction:column;
  gap:var(--axis-control);
  margin-top:var(--axis-control);
  border-top:1px solid #DCD2BC;
  padding-top:var(--axis-control);}
.open-intro .strong-frame{min-width:0;
  display:flex;
  flex-direction:column;
  padding-left:1.66rem;
  border-left:2px solid #DCD2BC;}
.open-intro .strong-frame .plain-unit{font-size:calc(16.2px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;}
.open-intro .strong-frame p:last-child{margin-top:calc(1.5rem / 3);
  max-width:var(--field-soft);}
.open-intro .featured-proof{
  margin-top:var(--axis-control);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#E8E0CE;
  color:#2E332C;
  border-radius:0.48rem;
  max-width:var(--field-soft);
}
@media (min-width:900px){.open-intro .site-service{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:2.59rem;
    row-gap:var(--axis-control);
  }.open-intro .strong-frame:nth-child(3){
    grid-column:1 / -1;
  }
}
.quiet-tile{
  background: linear-gradient(120deg, #B23A2E 0%, #8F2C22 100%);
  color: #FBF6EC;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.quiet-tile .bottom-surface{width: min(100%, 1600px);
  margin: 0 auto;}
.quiet-tile .media-region{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.25rem;
  margin-bottom: calc(2.59rem * 1.5);}
.quiet-tile h2,
.quiet-tile p{margin: 0;}
.quiet-tile .primary-story{display: flex;
  flex-wrap: wrap;
  gap: 2.59rem;
  align-items: flex-start;}
.quiet-tile .team-menu{flex: 1 1 20rem;
  min-width: 0;}
.quiet-tile h2{font-size: calc(16.2px * 2.65);
  line-height: 1.02;
  margin-bottom: calc(1.5rem * .75);}
.quiet-tile .text-intro{line-height: 1.63;
  max-width: 46ch;}
.quiet-tile .content-benefit{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-left: 1px solid rgba(251, 246, 236, 0.28);
  padding-left: calc(2.59rem * 1.5);}
.quiet-tile .content-benefit p{line-height: 1.63;}
.quiet-tile strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * 0.3);
  font-size: 16.2px;}
@media (max-width: 820px) {.quiet-tile .media-region{ aspect-ratio: 16 / 10; }.quiet-tile .content-benefit{
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(251, 246, 236, 0.28);
    padding-top: calc(2.59rem * 1.5);
  }
}
.top-inner{--axis-control:calc(1.5rem * 1.11);--field-soft:calc(1600px / 2.35);--label-large:calc(1600px / 3.43);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.top-inner .bottom-surface{max-width:1600px;margin:0 auto;}
.top-inner h1,.top-inner h2,.top-inner h3,.top-inner p,.top-inner ul{margin:0;}
.top-inner h2{font-size:calc(16.2px * 2);line-height:1.12;}
.top-inner h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.top-inner p{font-size:16.2px;line-height:1.63;color:inherit;}
.top-inner a{color:inherit;text-decoration:none;}
.top-inner .quiet-headline{padding-inline-start:calc(1.5rem * .75);}
.top-inner .active-proof{row-gap:calc(var(--axis-control) * 1.2);}
.top-inner .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.top-inner .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.top-inner .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.top-inner .page-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.top-inner .strong-frame{flex:1 1 var(--label-large);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid #DCD2BC;}
.top-inner .strong-frame p{margin-top:calc(1.5rem / 3);}
.compact-form{padding:calc(1.5rem * 2.4) 0;background:#F6F1E6;color:#1F2A22;}
.compact-form .steady-frame{max-width:1600px;margin:0 auto;padding:0 1.66rem;}
.compact-form .active-story{max-width:820px;margin:0 auto;}
.compact-form .open-benefit{margin-bottom:calc(2.59rem * 1.5);}
.compact-form .open-benefit h1{margin:0 0 0.6rem;font-size:calc(16.2px * 2.65);line-height:1.2;}
.compact-form .service-links{margin:0 0 1rem;font-size:calc(16.2px * .875);color:#2E332C;letter-spacing:0.02em;text-transform:uppercase;}
.compact-form .team-menu{margin:0;font-size:calc(16.2px * 1.125);line-height:1.63;}
.compact-form .main-track{margin:0 0 calc(2.59rem * 1.5);border-radius:0.98rem;overflow:hidden;background:#E8E0CE;color:#2E332C;}
.compact-form .main-track img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;}
.compact-form .offer-team h2{margin:2.2rem 0 0.9rem;font-size:calc(16.2px * 1.35);line-height:1.3;}
.compact-form .offer-team p{margin:0 0 1.2rem;line-height:1.63;}
.compact-form .offer-team ul{margin:0 0 1.4rem 1.4rem;padding:0;}
.compact-form .offer-team li{margin-bottom:0.5rem;line-height:1.63;}
.compact-form .featured-proof{margin:calc(2.59rem * 1.5) 0;padding:calc(1.5rem * .75);background:#E8E0CE;color:#2E332C;border:1px solid #DCD2BC;border-radius:0.98rem;}
.compact-form .featured-proof p{margin:0;line-height:1.63;}
.compact-form .featured-proof a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.compact-form .featured-proof a:hover{color:#B23A2E;}
.compact-form .foot{margin-top:calc(2.59rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2BC;}
.compact-form .focused-block{margin:0;font-size:16.2px;line-height:1.63;}
.compact-form .focused-block a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.compact-form .focused-block a:hover{color:#B23A2E;}
@media (max-width:640px){.compact-form .open-benefit h1{font-size:calc(16.2px * 2);}.compact-form .team-menu{font-size:16.2px;}
}
.contact-quote{padding:calc(1.5rem * 2.4) 1.66rem;background:#E8E0CE;color:#2E332C;}
.contact-quote .quiet-track{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.contact-quote .quiet-steps{max-width:60ch;display:flex;flex-direction:column;gap:0.6rem;}
.contact-quote h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1;}
.contact-quote .team-menu{margin:0;font-size:16.2px;line-height:1.63;}
.contact-quote .soft-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.contact-quote .strong-frame{display:flex;flex-wrap:wrap;gap:2.59rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid #DCD2BC;}
.contact-quote .strong-frame:last-child{border-bottom:1px solid #DCD2BC;}
.contact-quote .direct-form{flex:0 0 220px;max-width:220px;}
.contact-quote .direct-form img{display:block;width:100%;height:auto;border-radius:0.48rem;object-fit:cover;}
.contact-quote .text-intro{flex:1 1 320px;min-width:0;}
.contact-quote h3{margin:0 0 0.5rem;font-size:calc(16.2px * 1.35);line-height:1.2;}
.contact-quote h3 a{color:inherit;text-decoration:none;}
.contact-quote h3 a:hover{}
.contact-quote p{margin:0 0 0.75rem;font-size:16.2px;line-height:1.63;}
.contact-quote .open{display:inline-block;text-decoration:none;font-weight:700;border-bottom:2px solid #1F3A2E;padding-bottom:2px;}
.contact-quote .open:hover{border-color:#B23A2E;}
@media (max-width:640px){.contact-quote .direct-form{flex:1 1 100%;max-width:100%;}
}
.plain-tile{padding:calc(1.5rem * 2.4) 0;background:#F6F1E6;color:#1F2A22;}
.plain-tile .steady-frame{max-width:1600px;margin:0 auto;padding:0 1.66rem;}
.plain-tile .featured-stack{max-width:760px;margin:0 auto;}
.plain-tile .content-items{margin-bottom:calc(2.59rem * 1.5);}
.plain-tile .contact-footer{margin:0 0 0.6rem;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2E332C;}
.plain-tile h1{margin:0 0 1rem;font-size:calc(16.2px * 2.65);line-height:1.18;}
.plain-tile .team-menu{margin:0 0 calc(2.59rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.63;}
.plain-tile .page-grid{margin:0;border-radius:0.98rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.11);}
.plain-tile .page-grid img{display:block;width:100%;height:auto;}
.plain-tile .local-flow{margin-bottom:calc(2.59rem * 1.5);}
.plain-tile h2{margin:0 0 0.9rem;font-size:calc(16.2px * 2);line-height:1.25;}
.plain-tile p{margin:0 0 1.1rem;line-height:1.63;}
.plain-tile ul{margin:0 0 1.1rem;padding-left:1.4rem;}
.plain-tile li{margin-bottom:0.5rem;line-height:1.63;}
.plain-tile .clear-actions{margin:calc(2.59rem * 1.5) 0;padding:calc(1.5rem * .75);background:#E8E0CE;color:#2E332C;border-left:3px solid #B23A2E;border-radius:0.48rem;}
.plain-tile .clear-actions p{margin:0;}
.plain-tile .post-foot{margin-top:calc(2.59rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #DCD2BC;font-size:16.2px;}
.plain-tile .next-line{margin:0 0 0.6rem;}
.plain-tile .more-line{margin:0;color:#2E332C;}
.plain-tile .post-foot a{color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.plain-tile .post-foot a:hover{color:#B23A2E;}
@media (max-width:640px){.plain-tile .team-menu{font-size:16.2px;}.plain-tile .clear-actions{padding:calc(calc(1.5rem * .75) * 0.75);}
}
.quiet-menu{padding:calc(1.5rem * 2.4) 1.66rem;background:linear-gradient(135deg, #F6F1E6 0%, #E8E0CE 55%, #D9CFBC 100%);color:#1F2A22}
.quiet-menu .bottom-surface{width:min(100%,calc(1600px*.78));margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:flex-start}
.quiet-menu .fresh-method{flex:1 1 16rem;min-width:0}
.quiet-menu .fresh-method h2{margin:0;font-size:calc(16.2px * 2);line-height:1.08}
.quiet-menu .team-menu{margin:calc(1.5rem * .75) 0 0;font-size:16.2px;line-height:1.63;opacity:.86}
.quiet-menu .primary-inner{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-menu .strong-frame{display:flex;gap:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-menu .direct-form{flex:0 0 6.5rem;display:block;border-radius:0.48rem;overflow:hidden;background:#E8E0CE;color:#2E332C;}
.quiet-menu .direct-form img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}
.quiet-menu .offer-team{min-width:0}
.quiet-menu .narrow-content{display:block;font-size:calc(16.2px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.72}
.quiet-menu .content-contact{display:block;margin-top:calc(1.5rem * .75);color:inherit;text-decoration:none;font-size:calc(16.2px * 1.35);line-height:1.18}
.quiet-menu .content-contact:hover{}
.quiet-menu .text-intro{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.2px * .875);line-height:1.63;opacity:.9}
@media(max-width:720px){.quiet-menu .bottom-surface{display:block}.quiet-menu .primary-inner{margin-top:calc(2.59rem * 1.5)}.quiet-menu .direct-form{flex-basis:5rem}
}
.offer-headline{padding:calc(1.5rem * 2.4) 0;background:#F6F1E6;color:#1F2A22;}
.offer-headline .steady-frame{max-width:1600px;margin:0 auto;padding:0 1.66rem;}
.offer-headline .featured-stack{max-width:760px;margin:0 auto;}
.offer-headline .team-menu{margin-bottom:calc(2.59rem * 1.5);}
.offer-headline .narrow-content{margin:0 0 0.6rem;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2E332C;}
.offer-headline h1{margin:0 0 0.9rem;font-size:calc(16.2px * 2.65);line-height:1.2;}
.offer-headline .featured-plan{margin:0;font-size:calc(16.2px * 1.125);color:#2E332C;max-width:60ch;}
.offer-headline .main-track{margin:0 0 calc(2.59rem * 1.5);}
.offer-headline .main-track img{display:block;width:100%;height:auto;border-radius:0.98rem;box-shadow:0 2px 5px rgba(0,0,0,0.11);}
.offer-headline .offer-team h2{margin:2.2rem 0 0.9rem;font-size:calc(16.2px * 1.35);line-height:1.3;}
.offer-headline .offer-team h2:first-child{margin-top:0;}
.offer-headline .offer-team p{margin:0 0 1.3rem;line-height:1.63;}
.offer-headline .offer-team ul{margin:0 0 1.4rem;padding-left:1.3rem;}
.offer-headline .offer-team li{margin-bottom:0.5rem;line-height:1.6;}
.offer-headline .clear-actions{margin-top:calc(2.59rem * 1.5);padding:calc(1.5rem * .75);background:#E8E0CE;color:#2E332C;border:1px solid #DCD2BC;border-radius:0.98rem;}
.offer-headline .clear-actions p{margin:0;}
.offer-headline .narrow-details{margin-top:calc(2.59rem * 1.5);display:flex;flex-wrap:wrap;align-items:center;gap:2.59rem;}
.offer-headline .local-frame{display:inline-block;padding:12px 28px;border-radius:0.48rem;border:1px solid #1F3A2E;background:#1F3A2E;color:#F4EFE4;font-size:16.2px;text-decoration:none;transition:background 490ms var(--speed-nav),border-color 490ms var(--speed-nav);}
.offer-headline .local-frame:hover{background:#16291F;border-color:#16291F;color:#F4EFE4;}
.offer-headline .offer-area{font-size:calc(16.2px * .875);color:#1F3A2E;text-decoration:underline;text-underline-offset:3px;}
.offer-headline .offer-area:hover{color:#B23A2E;}
@media (max-width:640px){.offer-headline .narrow-details{flex-direction:column;align-items:flex-start;}
}
.soft-section{padding:calc(1.5rem*3) 1.66rem;background:#F6F1E6;color:#1F2A22;}
.soft-section .quiet-track{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.soft-section .focused-summary{max-width:60ch;display:flex;flex-direction:column;gap:.6rem;}
.soft-section h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1;}
.soft-section .team-menu{margin:0;font-size:16.2px;line-height:1.63;}
.soft-section .soft-team{display:flex;flex-wrap:wrap;gap:2.59rem;}
.soft-section .main-summary{flex:1 1 260px;display:flex;flex-direction:column;background:#FBF7EE;color:#1F2A22;border:1px solid #DCD2BC;border-radius:0.98rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.11);}
.soft-section .direct-form{aspect-ratio:16/10;overflow:hidden;background:#E8E0CE;color:#2E332C;}
.soft-section .direct-form img{width:100%;height:100%;object-fit:cover;display:block;}
.soft-section .offer-team{padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:.5rem;flex:1;}
.soft-section h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.25;}
.soft-section h3 a{color:inherit;text-decoration:none;}
.soft-section h3 a:hover{}
.soft-section p{margin:0;font-size:calc(16.2px * .875);line-height:1.63;}
.soft-section .open{margin-top:auto;align-self:flex-start;text-decoration:none;font-weight:700;}
.soft-section .open:hover{}
.soft-section .open-quote{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(2.59rem * 1.5);border-top:1px solid #DCD2BC;padding-top:calc(2.59rem * 1.5);}
.soft-section .featured-proof{font-size:calc(16.2px * .875);}
.soft-section .quiet-nav{display:inline-block;padding:.7rem 1.2rem;border-radius:0.48rem;background:#1F3A2E;color:#F4EFE4;text-decoration:none;font-weight:700;}
.soft-section .quiet-nav:hover{background:#16291F;color:#1F2A22;}
@media (max-width:640px){.soft-section{padding:calc(1.5rem*2) 1.66rem;}.soft-section .main-summary{flex:1 1 100%;}
}
.fresh-grid{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #E8E0CE;
  color: #2E332C;
}
.fresh-grid .bottom-surface{max-width: 1600px;
  margin: 0 auto;}
.fresh-grid .public-region{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 2.59rem;
  align-items: start;
  margin-bottom: calc(2.59rem * 1.5);}
.fresh-grid h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.fresh-grid .public-region p{margin: 0;
  max-width: 44rem;
  line-height: 1.63;}
.fresh-grid .clear-form{margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #DCD2BC;}
.fresh-grid .visual-callout{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.59rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #DCD2BC;}
.fresh-grid .visual-callout p{margin: 0;
  max-width: 42rem;
  font-size: calc(16.2px * 1.125);
  line-height: 1.63;}
.fresh-grid .visual-callout span{color:inherit;
  font-size: calc(16.2px * .875);
  white-space: nowrap;}
.fresh-grid .narrow-benefit{padding-left: calc(2.59rem * 0.65);}
.fresh-grid .open-body{justify-content: flex-start;
  gap: 2.59rem;}
.fresh-grid .open-body a{flex: 1 1 0;
  color: #1F3A2E;
  font-size: calc(16.2px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: 0.22em;}
.fresh-grid .open-body a:hover{color: #B23A2E;}
.fresh-grid .contact-region{display: flex;
  flex-wrap: wrap;
  gap: 2.59rem;
  padding-top: 1.5rem;}
.fresh-grid .contact-region a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.63;}
.fresh-grid .contact-region a span{display: block;
  margin-bottom: calc(1.5rem * .75);color:inherit;
  font-size: calc(16.2px * .875);}
.fresh-grid .contact-region a:hover{color: #B23A2E;}
@media (max-width: 760px) {.fresh-grid .public-region{
    grid-template-columns: 1fr;
  }.fresh-grid .visual-callout{
    display: block;
  }.fresh-grid .visual-callout span{
    display: block;
    margin-top: calc(1.5rem * .75);
    white-space: normal;
  }.fresh-grid .narrow-benefit{
    padding-left: 0;
  }.fresh-grid .open-body a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }
}
.direct-team{padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22}
.direct-team .wide-visual{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:calc(2.59rem * 1.5);align-items:start}
.direct-team .featured-stack{order:1}
.direct-team .team-wrap{order:2;min-height:30rem;border-radius:0.98rem;overflow:hidden;border:1px solid #DCD2BC;box-shadow:0 2px 5px rgba(0,0,0,0.11);background:#E8E0CE;color:#2E332C;}
.direct-team iframe{display:block;width:100%;height:100%;border:0}
.direct-team h2{margin:0 0 1.5rem;font-size:calc(16.2px * 2);line-height:1.12}
.direct-team .featured-stack>p{margin:0 0 2.59rem;font-size:16.2px;line-height:1.63}
.direct-team .clear-form{display:flex;flex-direction:column;gap:0;border-top:1px solid #DCD2BC}
.direct-team .visual-callout{display:grid;grid-template-columns:minmax(9rem,.4fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #DCD2BC}
.direct-team .visual-callout span{font-size:calc(16.2px * .875);}
.direct-team .visual-callout strong{font-weight:600}
.direct-team .visual-callout a{text-decoration:none;border-bottom:1px solid currentColor}
.direct-team .visual-callout a:hover{}
.direct-team .featured-proof{margin:2.59rem 0 0;font-size:calc(16.2px * .875);max-width:38rem}
@media (max-width:860px){.direct-team .wide-visual{grid-template-columns:1fr}.direct-team .featured-stack{order:1}.direct-team .team-wrap{order:2;min-height:22rem}.direct-team .visual-callout{grid-template-columns:1fr;gap:.35rem}}
.view{padding:calc(1.5rem * 2.4) 1.66rem;background:#F6F1E6;color:#1F2A22}
.view .bottom-surface{max-width:1600px;margin:0 auto}
.view .focused-details{display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:flex-start}
.view .text-items{flex:1 1 26rem;min-width:0}
.view h2{margin:0;font-size:calc(16.2px * 2);line-height:1.14}
.view .text-items p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.63;color:#2E332C}
.view ul{list-style:none;margin:calc(2.59rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.view li{padding:calc(1.5rem * .75) 0;line-height:1.63}
.view li+li{border-top:1px solid #DCD2BC}
.view .compact-track{flex:1 1 32rem;min-width:0;background:#FBF7EE;color:#1F2A22;border:1px solid #DCD2BC;border-radius:0.98rem;padding:2.59rem;box-shadow:0 2px 5px rgba(0,0,0,0.11)}
.view .site-note{display:flex;flex-wrap:wrap;gap:1.5rem}
.view .site-note label{flex:1 1 16rem;min-width:0}
.view label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.2px * .875);color:#2E332C}
.view input,.view textarea{width:100%;max-width:100%;border:1px solid #DCD2BC;border-radius:0.33rem;background:#F6F1E6;color:#1F2A22;font:inherit;padding:calc(1.5rem * .75);outline:none}
.view input::placeholder,.view textarea::placeholder{color:rgba(255,255,255,0.55)}
.view input:focus,.view textarea:focus{border-color:#B23A2E}
.view .plain-entries{display:block;margin-top:1.5rem}
.view textarea{resize:vertical}
.view button{margin-top:1.5rem;border:0;border-radius:0.33rem;background:#1F3A2E;color:#F4EFE4;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 490ms var(--speed-nav)}
.view button:hover{background:#16291F;color:#1F2A22;}
@media(max-width:840px){.view .focused-details{display:block}.view .compact-track{margin-top:calc(2.59rem * 1.5);padding:1.5rem}.view .site-note{display:block}.view .site-note label+label{margin-top:1.5rem}}
.direct-view{padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4}
.direct-view .content-section{max-width:min(1600px,64rem);margin:0 auto}
.direct-view .fresh-method{max-width:52rem}
.direct-view h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.direct-view .public-region{margin:1.5rem 0 calc(2.59rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.6}
.direct-view .content-benefit{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.direct-view .featured-proof{padding:2.59rem 0;max-width:56rem}
.direct-view .featured-proof + .featured-proof{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.direct-view h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.direct-view .featured-proof p{margin:0;line-height:1.65}
.direct-view .active-callout{margin-top:calc(2.59rem * 1.5);padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent);display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 2.59rem;align-items:baseline}
.direct-view .primary-quote{margin:0;font-size:16.2px}
.direct-view .primary-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.direct-view .primary-quote a:hover{color:#FBF6EC;background:#B23A2E;text-decoration:none}
.direct-view .service-quote{margin:0;font-size:calc(16.2px * .875);opacity:.82}
@media (max-width:640px){.direct-view .active-callout{flex-direction:column;gap:calc(1.5rem * .75)}
}
.secondary-actions{padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4}
.secondary-actions .text-intro{max-width:min(1600px,60rem);margin:0 auto}
.secondary-actions h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.secondary-actions .fresh-method{margin:1.5rem 0 calc(2.59rem * 1.5);font-size:calc(16.2px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.secondary-actions .surface{margin:0 0 calc(2.59rem * 1.5);padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.secondary-actions .surface:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.secondary-actions h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.22;font-weight:600}
.secondary-actions .surface p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:720px){.secondary-actions h2{font-size:calc(16.2px * 2)}.secondary-actions .fresh-method{font-size:16.2px}
}
.simple-story{--axis-control:calc(1.5rem * 0.92);--field-soft:calc(1600px / 2.4);padding:calc(1.5rem * 2.4) 1.66rem;background:#1F3A2E;color:#F4EFE4;}
.simple-story .bottom-surface{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-control) * 1.1);}
.simple-story h2,.simple-story p,.simple-story ul,.simple-story li{margin:0;}
.simple-story h2{font-size:calc(16.2px * 2);line-height:1.14;max-width:var(--field-soft);}
.simple-story p{font-size:16.2px;line-height:1.63;color:color-mix(in srgb, currentColor 76%, transparent);}
.simple-story a{color:inherit;text-decoration:none;}
.simple-story .team-menu{display:flex;flex-direction:column;row-gap:calc(1.5rem * .75);}
.simple-story .featured-proof{font-size:calc(16.2px * .875);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.simple-story .text-intro{max-width:var(--field-soft);}
.simple-story .page-wrap{display:flex;flex-wrap:wrap;align-items:center;column-gap:2.59rem;row-gap:calc(1.5rem * .75);}
.simple-story .fresh-flow{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#B23A2E;color:#FBF6EC;font-size:16.2px;transition:background 490ms var(--speed-nav);}
.simple-story .fresh-flow:hover{background:#8F2C22;color:#1F2A22;}
.simple-story .page-figure{font-size:calc(16.2px * .875);max-width:calc(var(--field-soft) * 1.1);}
.simple-story .page-figure a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.simple-story .page-figure a:hover{border-bottom-color:currentColor;}
.simple-story .quiet-nav{list-style:none;padding:0;display:flex;flex-direction:column;row-gap:calc(calc(1.5rem * .75) * .6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
.simple-story .quiet-nav li{font-size:calc(16.2px * .875);line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);padding-inline-start:calc(1.5rem * .75);position:relative;}
.simple-story .quiet-nav li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:#B23A2E;color:#FBF6EC;}
@media (max-width:640px){.simple-story .fresh-flow{width:100%;}.simple-story .page-wrap{flex-direction:column;align-items:stretch;}
}
.focused-header{
  padding: calc(1.5rem * 2.4) 1.66rem;
  background: #1F3A2E;
  color: #F4EFE4;
}
.focused-header .bottom-surface{max-width: min(1600px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.59rem * 1.5);}
.focused-header h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.focused-header .fresh-method{margin: calc(1.5rem * .75) 0 0;
  max-width: 44rem;
  font-size: calc(16.2px * 1.125);
  line-height: 1.55;
  opacity: 0.86;}
.focused-header .direct-group{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.focused-header .direct-lead{
  flex: 1 1 20rem;
  padding: calc(1.5rem * .75);
  border-left: 2px solid #B23A2E;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.33rem;
}
.focused-header .direct-lead strong{display: block;
  font-size: calc(16.2px * 1.35);
  margin-bottom: 0.5rem;}
.focused-header .direct-lead p{margin: 0;
  font-size: 16.2px;
  line-height: 1.6;
  opacity: 0.86;}
.focused-header .primary-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.59rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.focused-header .local-group{display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 16.2px;}
.focused-header .local-group .focused-tile{font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.66;}
.focused-header .local-group a{text-decoration: underline;
  text-underline-offset: 3px;}
.focused-header .local-group a:hover{}
.focused-header .quiet-nav{margin: 0;
  font-size: calc(16.2px * .875);
  line-height: 1.7;
  opacity: 0.82;}
.focused-header .quiet-nav a{text-decoration: underline;
  text-underline-offset: 3px;}
.focused-header .quiet-nav a:hover{}
@media (max-width: 640px) {.focused-header .direct-group{
    flex-direction: column;
  }
}
.direct-plan{
  background: #F6F1E6;
  color: #1F2A22;
  padding: calc(1.5rem * 2.4) 1.66rem;
}
.direct-plan .bottom-surface{width: min(100%, 1600px);
  margin: 0 auto;}
.direct-plan .visual-service{display: flex;
  flex-direction: column;
  gap: calc(2.59rem * 1.5);}
.direct-plan .site-items{display: flex;
  align-items: flex-end;
  gap: calc(2.59rem * 1.5);}
.direct-plan h1{flex: 0 1 460px;
  margin: 0;
  font-size: clamp(calc(16.2px * 2), 7vw, calc(16.2px * 2.65));
  line-height: 1.05;}
.direct-plan .site-items p{flex: 1 1 320px;
  margin: 0;
  min-width: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.63;}
.direct-plan .quiet-section{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.59rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.98rem;
  background: #E8E0CE;
  color: #2E332C;
  border: 1px solid #DCD2BC;
}
.direct-plan a{color: inherit;
  text-decoration: none;}
.direct-plan .fresh-flow{
  padding: 12px 18px;
  border-radius: 0.48rem;
  background: #1F3A2E;
  color: #F4EFE4;
  font-weight: 700;
  transition: background 490ms var(--speed-nav);
}
.direct-plan .fresh-flow:hover{
  background: #16291F;color:#1F2A22;}
.direct-plan .soft-story{display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-width: 0;}
.direct-plan .soft-story a{border-bottom: 1px solid transparent;
  transition: border-color 490ms var(--speed-nav), color 490ms var(--speed-nav);}
.direct-plan .soft-story a:hover{color: #B23A2E;
  border-bottom-color: #B23A2E;}
.direct-plan .featured-proof{margin: 0;
  max-width: 62ch;
  font-size: calc(16.2px * .875);
  line-height: 1.63;}
.direct-plan .featured-proof a{color: #1F3A2E;
  border-bottom: 1px solid #DCD2BC;}
.direct-plan .featured-proof a:hover{color: #B23A2E;
  border-bottom-color: #B23A2E;}
@media (max-width: 720px) {.direct-plan .site-items{ align-items: flex-start; flex-direction: column; }.direct-plan .quiet-section{ align-items: flex-start; flex-direction: column; }
}
