body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --line-deep: #0d0d0d;
  --delay-soft: 330ms;
  --paint-page: #f7f7f5;
  --ease-nav: cubic-bezier(0.2,0.8,0.2,1);
}
.btn-primary,.active-footer.btn-primary{background:#111111!important;color:#ffffff!important;border-color:#111111!important;}
.btn-primary:hover,.active-footer.btn-primary:hover{background:#2b2b2b!important;color:#ffffff!important;border-color:#2b2b2b!important;}
.top-frame {
    width: 100%;
    background: #ffffff;
    color: #111111;
    border-bottom: 1px solid #dcdcd6;
  }
.plain-intro {
    max-width: 1040px;
    margin: 0 auto;
    padding: calc(0.92rem * 1.5) 1.06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.92rem;
  }
.local-links {
    font-size: calc(16.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.local-links:hover {
    color: #b3121a;
  }
.text-story {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.92rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 16.3px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--delay-soft) var(--ease-nav),
                border-color var(--delay-soft) var(--ease-nav);
  }
.nav-link:hover {
    color: #b3121a;
    border-bottom-color: #b3121a;
  }
.nav-link.is-active {
    border-bottom-color: #b3121a;
  }
.site-details {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: #111111;
    border: 1px solid #dcdcd6;
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.site-details:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#111111;}
.clear-surface {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .plain-intro {
      flex-wrap: wrap;
      align-items: center;
    }

    .site-details {
      display: flex;
    }

    .text-story {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(0.92rem * 1.5);
      border-top: 1px solid #dcdcd6;
      padding-top: calc(0.92rem * 1.5);
    }

    .text-story.is-open {
      display: block;
    }

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

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

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.65rem 0;
      border-bottom: 1px solid #dcdcd6;
    }

    .nav-link.is-active {
      border-bottom-color: #b3121a;
    }
  }
.text-fields{font-family:"Playfair Display", sans-serif;font-size:calc(16.3px * .875);line-height:1.81;padding:calc(1.5rem * 2.4) 1.06rem;margin-top:calc(1.5rem * 2.4);background:var(--line-deep);color:var(--paint-page);}
.steady-steps{max-width:1040px;margin:0 auto}
.soft-steps{display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:0.92rem;padding-bottom:calc(0.92rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.site-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-frame{font-size:calc(16.3px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0;color:inherit}
.steady-copy{margin:0;max-width:28ch;opacity:0.82}
.wide-track{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.92rem}
.steady-footer{min-width:0}
.content-intro{font-size:16.3px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;color:inherit;letter-spacing:0.01em}
.text-intro{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.45rem}
.text-intro a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--delay-soft) var(--ease-nav), opacity var(--delay-soft) var(--ease-nav);opacity:0.88}
.text-intro a:hover,
  .text-intro a:focus-visible{opacity:1;border-bottom-color:currentColor;color:inherit}
.steady-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-proof{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-proof li{display:flex;flex-direction:column;gap:0.15rem}
.contact-proof{font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.plain-benefit{color:inherit;text-decoration:none;font-size:16.3px;line-height:1.4}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;color:inherit}
.primary-tile{padding-top:calc(0.92rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-links{margin:0;font-size:calc(16.3px * .875);opacity:0.85}
.site-stack{margin:0;font-size:calc(16.3px * .875);line-height:1.55;opacity:0.78;max-width:90ch}
@media (max-width: 960px) {.soft-steps{grid-template-columns:1fr 1fr}.steady-items{grid-column:1 / -1}
  }
@media (max-width: 640px) {.text-fields{padding:calc(1.5rem * 2.4) 1.06rem;background:var(--line-deep);color:var(--paint-page);}.soft-steps{grid-template-columns:1fr}.wide-track{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.wide-track{grid-template-columns:1fr}
  }
footer .compact-track{flex:1 1 100%;max-width:1040px;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.3px * .875);line-height:1.81;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .service-rail{width:min(58rem,calc(100vw - 1.06rem*2));display:flex;align-items:center;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.71rem;background:#b3121a;color:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,0.07)}
.cookies p{flex:1 1 auto;margin:0;line-height:1.81}
.cookies strong{margin-right:calc(1.5rem * .75)}
.cookies button{flex:0 0 auto;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.24rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#111111;color:#ffffff;border-color:#111111}
@media(max-width:760px){.cookies .service-rail{display:block}.cookies button{margin-top:calc(1.5rem * .75);margin-right:calc(1.5rem * .75)}.cookies span{display:block;margin-top:calc(1.5rem * .75)}}
.fresh-plan{
  padding: calc(1.5rem * 3.2) 1.06rem;
  background: var(--line-deep);
  color: var(--paint-page);
}
.fresh-plan .fresh-flow{max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: calc(0.92rem * 1.6);
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;}
.fresh-plan .open-nav{flex: 1 1 34rem;
  min-width: 0;}
.fresh-plan h1{margin: 0;
  font-size: clamp(2.4rem, 6.4vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.01em;}
.fresh-plan .main-menu{margin: calc(0.92rem * 1.5) 0 0;
  max-width: 40rem;
  font-size: 16.3px;
  line-height: 1.81;
  color: var(--paint-page);
  opacity: 0.82;}
.fresh-plan .focused-track{flex: 1 1 22rem;
  max-width: 34rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: calc(1.06rem * 1.2);}
.fresh-plan .text-feature{margin: 0;
  color: var(--paint-page);
  opacity: 0.78;
  font-size: calc(16.3px * .875);
  line-height: 1.81;}
.fresh-plan .active-quote{display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: calc(calc(0.92rem * 1.5) * 1.1);}
.fresh-plan .active-quote a{text-decoration: none;
  border-radius: 0.24rem;
  padding: 0.72rem 1.05rem;
  font-weight: 700;
  font-size: calc(16.3px * .875);
  transition: background var(--delay-soft) var(--ease-nav), color var(--delay-soft) var(--ease-nav);}
.fresh-plan .btn-primary{
  background: #b3121a;
  color: #ffffff;
}
.fresh-plan .btn-primary:hover{
  background: #8f0d14;color:#111111;}
.fresh-plan .btn-ghost{
  background: transparent;
  color: var(--paint-page);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.fresh-plan .btn-ghost:hover{
  background: rgba(255, 255, 255, 0.08);
}
.fresh-plan .steady-rail{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: calc(calc(0.92rem * 1.5) * 1.2);
  padding-top: calc(calc(0.92rem * 1.5) * 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.14);}
.fresh-plan .steady-rail a{color: var(--paint-page);
  text-decoration: none;
  font-size: calc(16.3px * .875);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  align-self: flex-start;
  padding-bottom: 1px;}
.fresh-plan .steady-rail a:hover{border-bottom-color: #b3121a;}
@media (max-width: 760px) {.fresh-plan .focused-track{
    border-left: 0;
    padding-left: 0;
    max-width: none;
  }.fresh-plan .fresh-flow{
    gap: 0.92rem;
  }
}
.secondary-body{position:relative;overflow:hidden;isolation:isolate;}
.secondary-body>*{position:relative;z-index:1;}
.secondary-body::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--ease-nav) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.secondary-body::before,.secondary-body::after{animation:none!important;}}
.site-media{padding:calc(1.5rem * 2.4) 1.06rem;background:var(--line-deep);color:var(--paint-page)}
.site-media .active-media{max-width:1040px;margin:0 auto}
.site-media h2{margin:0 0 1.5rem;font-size:calc(16.3px * 2);line-height:1.1}
.site-media .compact-inner{margin:0 0 calc(0.92rem * 1.5);font-size:calc(16.3px * 1.125);line-height:1.81;opacity:.82}
.site-media .local-header{margin:0;padding:0;list-style:none;counter-reset:nota;border-top:1px solid rgba(247,247,245,.18)}
.site-media .local-header>li{position:relative;padding:calc(0.92rem * 1.5) 0 calc(0.92rem * 1.5) 3.2rem;border-bottom:1px solid rgba(247,247,245,.18);counter-increment:nota}
.site-media .local-header>li::before{content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(0.92rem * 1.5);font-size:calc(16.3px * .875);letter-spacing:.08em;opacity:.55}
.site-media h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.2}
.site-media .local-header p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;opacity:.82}
.site-media a{text-decoration:underline;text-underline-offset:3px}
.site-media a:hover{color:inherit;}
@media(max-width:680px){.site-media .local-header>li{padding-left:2.4rem}.site-media h2{font-size:calc(16.3px * 1.35)}
}
.open-service{--layer-content:calc(1.5rem * 0.88);--field-content:calc(1040px / 2.15);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;border-top:1px solid #dcdcd6;}
.open-service .fresh-flow{max-width:1040px;margin:0 auto;}
.open-service h2,.open-service h3,.open-service p{margin:0;}
.open-service h2{font-size:calc(16.3px * 2);line-height:1.12;max-width:var(--field-content);}
.open-service h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.open-service p{font-size:16.3px;line-height:1.81;}
.open-service .text-feature{margin-bottom:calc(1.5rem / 2);font-size:calc(16.3px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.open-service .main-menu{margin-top:1.5rem;max-width:var(--field-content);}
.open-service .team-entries{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--layer-content) * 1.4);border-top:1px solid #dcdcd6;}
.open-service .strong-unit{padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;}
.open-service .strong-unit .open-nav{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:0.92rem;align-items:start;}
.open-service .strong-unit p{}
.open-service .steady-rail{margin-top:calc(var(--layer-content) * 1.2);font-size:calc(16.3px * .875);}
.open-service .steady-rail a{text-decoration:underline;text-underline-offset:3px;}
.open-service .steady-rail a:hover{}
@media (max-width:720px){.open-service .strong-unit .open-nav{grid-template-columns:1fr;gap:calc(0.92rem / 2);}
}
.visual-surface{--layer-content:calc(1.5rem * 1.05);--field-content:calc(1040px / 2.90);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.visual-surface .fresh-flow{max-width:1040px;margin:0 auto;}
.visual-surface h1,.visual-surface h2,.visual-surface h3,.visual-surface p{margin:0;}
.visual-surface h2{font-size:calc(16.3px * 2);line-height:1.12;}
.visual-surface p{font-size:16.3px;line-height:1.81;}
.visual-surface a{color:#111111;text-decoration:none;}
.visual-surface a:hover{color:#b3121a;}
.visual-surface .plain-list{max-width:var(--field-content);}
.visual-surface .plain-list .main-menu{margin-top:1.5rem;color:#232322;}
.visual-surface .bottom-quote{display:flex;flex-direction:column;gap:var(--layer-content);margin-top:calc(calc(0.92rem * 1.5) * 1.4);}
.visual-surface details{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #dcdcd6;}
.visual-surface details:last-of-type{border-bottom:1px solid #dcdcd6;}
.visual-surface summary{cursor:pointer;font-weight:700;font-size:calc(16.3px * 1.125);line-height:1.3;}
.visual-surface details p{margin-top:calc(1.5rem / 3);color:#232322;}
.visual-surface .steady-rail{display:flex;flex-wrap:wrap;gap:0.92rem;margin-top:calc(calc(0.92rem * 1.5) * 1.2);font-size:calc(16.3px * .875);}
.visual-surface .steady-rail a{border-bottom:1px solid #dcdcd6;padding-bottom:2px;}
.visual-surface .steady-rail a:hover{border-bottom-color:#b3121a;}
.clear-fields{--layer-content:calc(1.5rem * 1.15);--field-content:calc(1040px / 2.35);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.clear-fields .fresh-flow{max-width:1040px;margin:0 auto;}
.clear-fields h2,.clear-fields h3,.clear-fields p{margin:0;}
.clear-fields h2{font-size:calc(16.3px * 2);line-height:1.12;}
.clear-fields h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.clear-fields p{font-size:16.3px;line-height:1.81;}
.clear-fields a{text-decoration:none;border-bottom:1px solid #dcdcd6;}
.clear-fields a:hover{border-bottom-color:#b3121a;}
.clear-fields .text-feature{margin-bottom:calc(1.5rem / 2);font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.clear-fields .main-menu{margin-top:1.5rem;max-width:var(--field-content);}
.clear-fields .team-entries{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--layer-content) * 1.2);border-top:1px solid #dcdcd6;}
.clear-fields .strong-unit{min-width:0;padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;}
.clear-fields .strong-unit p{margin-top:calc(1.5rem / 3);max-width:var(--field-content);}
.clear-fields .strong-unit a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);}
.clear-fields .steady-rail{margin-top:calc(var(--layer-content) * 1.1);font-size:calc(16.3px * .875);}
@media (min-width:720px){.clear-fields .strong-unit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:0.92rem;align-items:start;}.clear-fields .strong-unit h3{grid-column:1;}.clear-fields .strong-unit p{grid-column:2;margin-top:0;}.clear-fields .strong-unit a{grid-column:2;}
}
.quiet-flow{
        --layer-content: calc(1.5rem * 1.05);
        --field-content: calc(1040px / 2.1);
        --font-large: calc(1040px / 3.6);
        padding: calc(1.5rem * 2.4) 1.06rem;
        background: #ffffff;
        color: #111111;
    }
.quiet-flow .fresh-flow{max-width: 1040px;
        margin: 0 auto;}
.quiet-flow h2,
    .quiet-flow h3,
    .quiet-flow p{margin: 0;}
.quiet-flow h2{font-size: calc(16.3px * 2);
        line-height: 1.14;
        max-width: var(--field-content);}
.quiet-flow h3{font-size: calc(16.3px * 1.35);
        line-height: 1.22;}
.quiet-flow p{font-size: 16.3px;
        line-height: 1.81;}
.quiet-flow .plain-list{border-bottom: 1px solid #dcdcd6;
        padding-bottom: calc(0.92rem * 1.5);}
.quiet-flow .main-menu{margin-top: 1.5rem;
        max-width: calc(1040px / 1.55);
        color: #232322;}
.quiet-flow .team-entries{display: flex;
        flex-wrap: wrap;
        gap: var(--layer-content);
        margin-top: var(--layer-content);}
.quiet-flow .strong-unit{flex: 1 1 var(--font-large);
        min-width: 0;
        padding-top: calc(calc(1.5rem * .75) * .9);
        border-top: 2px solid #111111;}
.quiet-flow .strong-unit p{margin-top: calc(1.5rem / 2.4);
        color: #232322;}
.quiet-flow .steady-rail{display: flex;
        flex-wrap: wrap;
        gap: 0.92rem;
        margin-top: calc(var(--layer-content) * 1.3);
        padding-top: calc(0.92rem * 1.5);
        border-top: 1px solid #dcdcd6;
        font-size: calc(16.3px * .875);}
.quiet-flow .steady-rail a{color: #111111;
        text-decoration: none;
        border-bottom: 1px solid #dcdcd6;
        padding-bottom: 2px;
        transition: color var(--delay-soft) var(--ease-nav), border-color var(--delay-soft) var(--ease-nav);}
.quiet-flow .steady-rail a:hover{color: #b3121a;
        border-color: #b3121a;}
@media (max-width: 720px) {.quiet-flow h2{
            max-width: none;
        }.quiet-flow .main-menu{
            max-width: none;
        }.quiet-flow .strong-unit{
            flex: 1 1 100%;
        }
    }
.secondary-area{--layer-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.secondary-area .fresh-flow{max-width:1040px;margin:0 auto;}
.secondary-area h2,.secondary-area h3,.secondary-area p{margin:0;}
.secondary-area h2{font-size:calc(16.3px * 2);line-height:1.12;letter-spacing:-0.01em;}
.secondary-area h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.secondary-area p{font-size:16.3px;line-height:1.81;}
.secondary-area a{color:inherit;text-decoration:none;}
.secondary-area .text-region{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(1040px * .78);}
.secondary-area .main-menu{}
.secondary-area .strong-track{display:flex;flex-direction:column;margin-top:var(--layer-content);border-top:1px solid #dcdcd6;}
.secondary-area .strong-unit{display:flex;gap:0.92rem;padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;}
.secondary-area .bottom-lead{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);min-width:0;}
.secondary-area .open-nav{}
.secondary-area .content-feature{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.24rem;background:#111111;color:#ffffff;font-size:calc(16.3px * .875);transition:background var(--delay-soft) var(--ease-nav);}
.secondary-area .content-feature:hover{background:#2b2b2b;color:#111111;}
.secondary-area .text-feature{margin-top:var(--layer-content);font-size:calc(16.3px * .875);}
@media (min-width:720px){.secondary-area .strong-unit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.1fr);align-items:start;}.secondary-area .strong-unit h3{padding-right:0.92rem;}
}
.local-feature{
  background: #ffffff;
  color: #111111;
  padding: calc(1.5rem * 2.4) 1.06rem;
}
.local-feature .fresh-flow{width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.92rem * 1.5);}
.local-feature h2,
.local-feature h3,
.local-feature p{margin: 0;}
.local-feature h2{font-size: calc(16.3px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.local-feature h3{font-size: calc(16.3px * 1.35);
  line-height: 1.2;}
.local-feature p{font-size: 16.3px;
  line-height: 1.81;}
.local-feature .compact-view{display: grid;
  gap: 1.5rem;
  padding-bottom: calc(0.92rem * 1.5);
  border-bottom: 2px solid #111111;
  max-width: 62ch;}
.local-feature .public-content{display: flex;
  flex-direction: column;
  gap: 0;}
.local-feature .quiet-details{display: grid;
  grid-template-columns: 1.1rem minmax(8rem, .22fr) minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dcdcd6;
  animation: peopleTimelineIn calc(var(--delay-soft) * 2.2) var(--ease-nav) both;
  animation-delay: var(--motion-extra-4, 0ms);}
.local-feature .quiet-details:last-child{border-bottom: 0;}
.local-feature i{
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: #b3121a;
  align-self: start;
  margin-top: .55rem;color:#ffffff;}
.local-feature .quiet-details span{font-size: calc(16.3px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.92rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.local-feature .quiet-details{
    grid-template-columns: 1rem minmax(0, 1fr);
    row-gap: 1.06rem;
  }.local-feature .quiet-details span,
  .local-feature .quiet-details h3,
  .local-feature .quiet-details p{
    grid-column: 2;
  }
}
.clear-proof{--layer-content:calc(1.5rem * 1.11);--font-large:calc(1040px / 3.43);padding:calc(1.5rem * 2.4) 1.06rem;background:var(--line-deep);color:var(--paint-page);}
.clear-proof .fresh-flow{max-width:1040px;margin:0 auto;}
.clear-proof h2,.clear-proof h3,.clear-proof p{margin:0;}
.clear-proof h2{font-size:calc(16.3px * 2);line-height:1.12;}
.clear-proof h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.clear-proof p{font-size:16.3px;line-height:1.81;color:inherit;}
.clear-proof .site-unit{padding-inline-start:calc(1.5rem * .75);}
.clear-proof .content-proof{row-gap:calc(var(--layer-content) * 1.2);}
.clear-proof .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.clear-proof .row-title h2{flex:1 1 calc(1040px / 3);min-width:0;}
.clear-proof .row-title>p{flex:1 1 calc(1040px / 3);min-width:0;}
.clear-proof .team-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.clear-proof .strong-unit{flex:1 1 var(--font-large);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #dcdcd6;}
.clear-proof .strong-unit p{margin-top:calc(1.5rem / 3);}
.text-content{
        padding:clamp(48px,7vw,88px) clamp(16px,4vw,40px);
        background:#ffffff;
        color:#111111;
        border-top:1px solid #dcdcd6;
        border-bottom:1px solid #dcdcd6;
    }
.text-content .fresh-flow{max-width:1040px;
        margin:0 auto;}
.text-content .text-region{max-width:72ch;
        margin-bottom:calc(0.92rem * 1.5);
        padding-bottom:calc(0.92rem * 1.5);
        border-bottom:2px solid #111111;}
.text-content .text-region span{display:inline-block;
        font-size:calc(16.3px * .875);
        letter-spacing:0.08em;
        text-transform:uppercase;
        margin-bottom:calc(0.92rem * 1.5);}
.text-content .text-region h2{margin:0 0 calc(0.92rem * 1.5);
        font-size:calc(16.3px * 2);
        line-height:1.15;}
.text-content .text-region p{margin:0;
        font-size:calc(16.3px * 1.125);}
.text-content .team-entries{display:flex;
        flex-direction:column;}
.text-content .team-entries article{display:grid;
        grid-template-columns:64px 1fr;
        gap:0.92rem;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid #dcdcd6;}
.text-content .team-entries article:last-child{border-bottom:none;}
.text-content .team-entries b{font-size:calc(16.3px * 1.125);
        font-weight:700;
        align-self:start;
        padding-top:2px;}
.text-content .team-entries h3{margin:0;
        font-size:calc(16.3px * 1.35);}
.text-content .team-entries em{display:block;
        margin-top:4px;
        font-style:normal;
        font-size:calc(16.3px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;}
.text-content .team-entries p{margin:0.92rem 0 0;
        max-width:68ch;}
@media (max-width:640px){.text-content .team-entries article{
            grid-template-columns:1fr;
            gap:6px;
        }
    }
.primary-method{--layer-content:calc(1.5rem * 1.35);--field-content:calc(1040px / 2.2);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.primary-method .fresh-flow{max-width:1040px;margin:0 auto;}
.primary-method h2,.primary-method h3,.primary-method p{margin:0;}
.primary-method h2{font-size:calc(16.3px * 2);line-height:1.12;max-width:var(--field-content);}
.primary-method h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.primary-method p{font-size:16.3px;line-height:1.81;}
.primary-method .text-feature{margin-bottom:calc(1.5rem / 2);font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.08em;}
.primary-method .main-menu{margin-top:1.5rem;max-width:var(--field-content);}
.primary-method .team-entries{display:flex;flex-direction:column;gap:var(--layer-content);margin-top:var(--layer-content);border-top:1px solid #dcdcd6;}
.primary-method .strong-unit{padding-top:var(--layer-content);border-bottom:1px solid #dcdcd6;padding-bottom:var(--layer-content);}
.primary-method .strong-unit:last-child{border-bottom:none;padding-bottom:0;}
.primary-method .open-nav{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(1040px * 0.78);}
.primary-method .service-story{font-size:calc(16.3px * .875);}
.primary-method a{display:inline-block;width:max-content;max-width:100%;text-decoration:none;border-bottom:1px solid #111111;padding-bottom:2px;transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.primary-method a:hover{border-color:#b3121a;}
@media (max-width:640px){.primary-method .open-nav{max-width:100%;}.primary-method h2{max-width:100%;}
}
.simple-frame{
  padding: calc(1.5rem * 2.4) 1.06rem;
  background: var(--line-deep);
  color: var(--paint-page);
}
.simple-frame .fresh-flow{max-width: min(1040px, 70rem);
  margin: 0 auto;}
.simple-frame .text-region{max-width: 46rem;
  margin-bottom: calc(0.92rem * 1.5);}
.simple-frame h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.1;}
.simple-frame .main-menu{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.3px * 1.125);
  color: #cfcfca;}
.simple-frame .strong-track{display: flex;
  flex-wrap: wrap;
  gap: 0.92rem;}
.simple-frame .strong-unit{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #b3121a;}
.simple-frame .steady-callout{margin: 0;
  font-size: 16.3px;
  line-height: 1.55;}
.simple-frame .offer-entries{margin: calc(1.5rem * .75) 0 0;
  font-weight: 700;
  font-size: calc(16.3px * .875);}
.simple-frame .service-story{margin: calc(calc(1.5rem * .75) * .4) 0 0;
  font-size: calc(16.3px * .875);
  color: #cfcfca;}
.simple-frame .contact-section{display: flex;
  flex-wrap: wrap;
  gap: 0.92rem;
  margin-top: calc(0.92rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #232322;}
.simple-frame .contact-section span{font-size: calc(16.3px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #cfcfca;}
@media (max-width: 700px) {.simple-frame .strong-track{
    display: block;
  }.simple-frame .strong-unit + .strong-unit{
    margin-top: calc(0.92rem * 1.5);
  }
}
.contact-flow{padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111}
.contact-flow .fresh-flow{max-width:1040px;margin:0 auto}
.contact-flow .service-brand{display:flex;gap:calc(0.92rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.contact-flow .main-menu{flex:1 1 22rem;min-width:0}
.contact-flow .main-menu h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 2);line-height:1.08}
.contact-flow .plain-list{margin:0;font-size:16.3px;line-height:1.81;}
.contact-flow .narrow-area{flex:1 1 30rem;min-width:0}
.contact-flow .team-entries{margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-flow .strong-unit{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid #dcdcd6}
.contact-flow .strong-unit:last-child{border-bottom:0;padding-bottom:0}
.contact-flow dt{margin:0 0 0.35rem;font-size:16.3px;font-weight:700}
.contact-flow dd{margin:0;font-size:calc(16.3px * .875);line-height:1.81;}
.contact-flow .contact-panel{display:flex;flex-wrap:wrap;gap:0.92rem;margin-top:calc(0.92rem * 1.5)}
.contact-flow .contact-panel a{border-radius:0.24rem;background:#b3121a;color:#ffffff;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.3px * .875);transition:background var(--delay-soft) var(--ease-nav)}
.contact-flow .contact-panel a:hover{background:#8f0d14;color:#111111;}
@media(max-width:760px){.contact-flow .service-brand{display:block}.contact-flow .narrow-area{margin-top:calc(0.92rem * 1.5)}.contact-flow .main-menu h2{font-size:calc(16.3px * 1.35)}}
.contact-footer{--layer-content:calc(1.5rem * 1.15);--field-content:calc(1040px / 2.2);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.contact-footer .fresh-flow{max-width:1040px;margin:0 auto;}
.contact-footer h2,.contact-footer h3,.contact-footer p{margin:0;}
.contact-footer h2{font-size:calc(16.3px * 2);line-height:1.12;}
.contact-footer h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.contact-footer p{font-size:16.3px;line-height:1.81;}
.contact-footer .plain-list{max-width:var(--field-content);}
.contact-footer .plain-list .main-menu{margin-top:calc(1.5rem / 2);color:#232322;}
.contact-footer .team-entries{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:calc(1.5rem * 1.4);}
.contact-footer .strong-unit{flex:1 1 calc(1040px / 3.6);min-width:0;padding-top:calc(calc(1.5rem * .75) * .9);border-top:2px solid #111111;}
.contact-footer .strong-unit p{margin-top:calc(1.5rem / 3);color:#232322;}
.contact-footer .steady-rail{margin-top:calc(1.5rem * 1.3);padding-top:calc(1.5rem / 2);border-top:1px solid #dcdcd6;font-size:calc(16.3px * .875);color:#232322;}
.contact-footer .steady-rail a{color:#111111;text-decoration:underline;text-underline-offset:3px;}
.contact-footer .steady-rail a:hover{color:#b3121a;}
@media (max-width:720px){.contact-footer .strong-unit{flex:1 1 100%;}
}
.quiet-fields{
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#111111;
  color:#ffffff;
  overflow:hidden;
}
.quiet-fields .fresh-flow{max-width:1040px;
  margin:0 auto;}
.quiet-fields .main-menu{max-width:44rem;
  margin:0 0 calc(0.92rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(255,255,255,0.18);}
.quiet-fields h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.06;
  letter-spacing:-0.01em;}
.quiet-fields .main-menu p{margin:1.5rem 0 0;
  font-size:calc(16.3px * 1.125);
  line-height:1.81;
  opacity:.86;}
.quiet-fields .strong-track{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(255,255,255,0.14);}
.quiet-fields .strong-unit{display:grid;
  grid-template-columns:minmax(0,15rem) minmax(0,1fr);
  gap:calc(0.92rem * 1.5);
  padding:1.5rem 0;
  border-bottom:1px solid rgba(255,255,255,0.14);}
.quiet-fields .strong-unit strong{font-size:calc(16.3px * 1.35);
  line-height:1.12;
  font-weight:600;}
.quiet-fields .strong-unit p{margin:0;
  line-height:1.81;
  opacity:.84;}
.quiet-fields .steady-rail{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.92rem;
  margin-top:calc(0.92rem * 1.5);
  font-size:calc(16.3px * .875);}
.quiet-fields .steady-rail span{opacity:.7;}
.quiet-fields .steady-rail a{text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0.5);
  padding-bottom:1px;
  transition:border-color var(--delay-soft) var(--ease-nav),opacity var(--delay-soft) var(--ease-nav);}
.quiet-fields .steady-rail a:hover{border-color:#ffffff;
  opacity:.85;}
@media (max-width:720px){.quiet-fields .strong-unit{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }.quiet-fields .main-menu{
    max-width:none;
  }
}
.wide-proof{--layer-content:calc(1.5rem * 0.85);--field-content:calc(1040px / 2.6);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.wide-proof .fresh-flow{max-width:1040px;margin:0 auto;}
.wide-proof h1,.wide-proof h2,.wide-proof h3,.wide-proof p{margin:0;}
.wide-proof h2{font-size:calc(16.3px * 2);line-height:1.14;letter-spacing:-0.01em;}
.wide-proof p{font-size:16.3px;line-height:1.81;}
.wide-proof a{color:#111111;text-decoration:none;border-bottom:1px solid #dcdcd6;transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.wide-proof a:hover{color:#b3121a;border-color:#b3121a;}
.wide-proof .contact-content{display:flex;flex-direction:column;align-items:flex-start;}
.wide-proof .contact-content>h2{margin-top:0;max-width:var(--field-content);}
.wide-proof .contact-content>.main-menu{margin-top:calc(0.92rem * 1.5);max-width:var(--field-content);}
.wide-proof .contact-content>.text-feature{margin-top:var(--layer-content);max-width:var(--field-content);color:#232322;}
.wide-proof .content-feature{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(0.92rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#111111;color:#ffffff;border-bottom:none;font-size:16.3px;}
.wide-proof .content-feature:hover{background:#2b2b2b;color:#ffffff;border-bottom:none;}
.wide-proof .steady-rail{margin-top:var(--layer-content);font-size:calc(16.3px * .875);color:#232322;max-width:var(--field-content);}
.wide-proof .steady-rail a{color:#111111;}
.wide-proof .steady-rail a:hover{color:#b3121a;}
@media (max-width:640px){.wide-proof .contact-content>h2,.wide-proof .contact-content>.main-menu,.wide-proof .contact-content>.text-feature,.wide-proof .steady-rail{max-width:100%;}.wide-proof .content-feature{width:100%;}
}
.row-gains{padding:calc(1.5rem * 2) 1.06rem;background:var(--line-deep);color:var(--paint-page);}
.row-gains .focused-wrap{max-width:1040px;margin:0 auto;display:grid;gap:calc(0.92rem * 1.5);}
.row-gains h2,.row-gains h3,.row-gains p{margin:0;}
.row-gains .main-menu{display:grid;gap:.6rem;max-width:62ch;}
.row-gains .main-menu h2{font-size:calc(16.3px * 2);line-height:1.2;}
.row-gains .main-menu p{font-size:16.3px;opacity:.86;}
.row-gains .team-entries{display:grid;gap:0;border-top:1px solid #dcdcd6;}
.row-gains .strong-unit{display:grid;gap:.35rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dcdcd6;}
.row-gains .strong-unit h3{font-size:calc(16.3px * 1.125);line-height:1.3;}
.row-gains .strong-unit p{font-size:calc(16.3px * .875);opacity:.82;max-width:70ch;}
.row-gains .text-feature{display:grid;gap:.6rem;padding-top:calc(0.92rem * 1.5);}
.row-gains .text-feature p{font-size:calc(16.3px * .875);max-width:64ch;}
.row-gains .steady-rail{display:flex;flex-wrap:wrap;gap:0.92rem;}
.row-gains .steady-rail a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .9rem;border-radius:0.24rem;text-decoration:none;background:#b3121a;color:#ffffff;border:1px solid #b3121a;transition:background var(--delay-soft) var(--ease-nav),color var(--delay-soft) var(--ease-nav);}
.row-gains .steady-rail a:hover{background:#8f0d14;border-color:#8f0d14;color:#ffffff;}
@media (max-width:680px){.row-gains{padding:calc(1.5rem * 1.4) 1.06rem;}.row-gains .main-menu{max-width:100%;}
}
.direct-links{
  --layer-content:calc(1.5rem * 1.05);
  --field-main:1px solid #dcdcd6;
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#ffffff;
  color:#111111;
}
.direct-links .fresh-flow{max-width:1040px;margin:0 auto;}
.direct-links h2,
.direct-links h3,
.direct-links p,
.direct-links ol,
.direct-links li{margin:0;}
.direct-links h2{font-size:calc(16.3px * 2);line-height:1.14;}
.direct-links h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.direct-links p{font-size:16.3px;line-height:1.81;}
.direct-links .text-region{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-end;padding-bottom:calc(0.92rem * 1.5);border-bottom:var(--field-main);}
.direct-links .text-region>h2{flex:1 1 calc(1040px / 2.2);min-width:0;}
.direct-links .text-region>.main-menu{flex:1 1 calc(1040px / 3);min-width:0;}
.direct-links .team-entries{list-style:none;
  padding:0;
  margin-top:var(--layer-content);
  display:flex;
  flex-direction:column;}
.direct-links .strong-unit{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.92rem;
  padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:var(--field-main);}
.direct-links .strong-unit:last-child{border-bottom:0;}
.direct-links .plain-body{flex:0 0 auto;
  font-size:calc(16.3px * .875);
  letter-spacing:.08em;
  font-variant-numeric:tabular-nums;}
.direct-links .strong-unit>h3{flex:0 1 calc(1040px / 3.6);min-width:0;}
.direct-links .strong-unit>p{flex:1 1 calc(1040px / 2.4);min-width:0;}
.direct-links .text-shell{margin-top:var(--layer-content);
  padding-top:calc(0.92rem * 1.5);
  border-top:var(--field-main);}
.direct-links .text-feature{font-size:calc(16.3px * .875);}
.direct-links .text-feature a{text-decoration:underline;text-underline-offset:3px;}
.direct-links .text-feature a:hover{}
@media (max-width:720px){.direct-links .text-region>h2,
  .direct-links .text-region>.main-menu,
  .direct-links .strong-unit>h3,
  .direct-links .strong-unit>p{flex:1 1 100%;}
}
.service-grid{padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);background:#f4f4f2;color:#232322;}
.service-grid .fresh-flow{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.92rem * 1.5);}
.service-grid .main-menu{max-width:60ch;display:flex;flex-direction:column;gap:0.92rem;}
.service-grid .main-menu h2{margin:0;font-size:calc(16.3px * 2);line-height:1.2;}
.service-grid .main-menu p{margin:0;font-size:16.3px;line-height:1.81;}
.service-grid .visual-entries{display:flex;flex-wrap:wrap;gap:0.92rem;}
.service-grid .steady-rail{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75) 1.06rem;border-top:2px solid #b3121a;background:#ffffff;color:#111111;border-radius:0 0 0.44rem 0.44rem;}
.service-grid .steady-rail h3{margin:0 0 8px;font-size:calc(16.3px * 1.35);line-height:1.3;}
.service-grid .steady-rail p{margin:0;font-size:calc(16.3px * .875);line-height:1.81;}
.service-grid .steady-rail a{color:#111111;text-decoration:underline;text-underline-offset:3px;transition:color var(--delay-soft) var(--ease-nav);}
.service-grid .steady-rail a:hover{color:#b3121a;}
.service-grid .focused-track{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.92rem;padding-top:1.5rem;border-top:1px solid #dcdcd6;}
.service-grid .focused-track p{margin:0;font-size:calc(16.3px * .875);max-width:52ch;}
.service-grid .service{display:flex;flex-wrap:wrap;gap:1.06rem;}
.service-grid .service a{color:#111111;font-size:calc(16.3px * .875);text-decoration:none;border-bottom:1px solid #111111;padding-bottom:2px;transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.service-grid .service a:hover{color:#b3121a;border-color:#b3121a;}
@media (max-width:700px){.service-grid .visual-entries{flex-direction:column;}.service-grid .focused-track{flex-direction:column;align-items:flex-start;}
    }
.steady-summary{--layer-content:calc(1.5rem * 1.6);--field-content:calc(1040px / 2.4);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.steady-summary .fresh-flow{max-width:1040px;margin:0 auto;}
.steady-summary h2,.steady-summary h3,.steady-summary p,.steady-summary ol,.steady-summary li{margin:0;}
.steady-summary h2{font-size:calc(16.3px * 2);line-height:1.12;}
.steady-summary h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.steady-summary p{font-size:16.3px;line-height:1.81;}
.steady-summary .plain-list{max-width:var(--field-content);}
.steady-summary .main-menu{margin-top:calc(1.5rem / 2);}
.steady-summary .team-entries{list-style:none;padding:0;margin-top:var(--layer-content);display:flex;flex-direction:column;gap:0;border-top:1px solid #dcdcd6;}
.steady-summary .strong-unit{display:grid;grid-template-columns:minmax(0,11rem) minmax(0,1fr);gap:0.92rem;padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;align-items:start;}
.steady-summary .primary-list{font-size:calc(16.3px * .875);letter-spacing:0.02em;text-transform:uppercase;padding-top:0.15rem;}
.steady-summary .strong-unit h3{margin-bottom:calc(1.5rem / 3);}
.steady-summary .strong-unit p{}
.steady-summary .text-feature{margin-top:var(--layer-content);max-width:var(--field-content);font-size:calc(16.3px * .875);border-left:2px solid #b3121a;padding-left:calc(1.5rem * .75);}
@media (max-width:720px){.steady-summary .strong-unit{grid-template-columns:1fr;gap:calc(0.92rem / 2);}
}
.service-method{
        padding: calc(1.5rem * 2.4) 1.06rem;
        background: #ffffff;
        color: #111111
    }
.service-method .fresh-flow{max-width: 1040px;
        margin: 0 auto}
.service-method .top-shell{display: flex;
        flex-wrap: wrap;
        gap: calc(0.92rem * 1.5);
        align-items: flex-start}
.service-method h2{flex: 0 0 22rem;
        min-width: 0;
        margin: 0;
        font-size: calc(16.3px * 2);
        line-height: 1.1}
.service-method .narrow-area{flex: 1 1 26rem;
        min-width: 0;
        border-left: 2px solid #b3121a;
        padding-left: 1.06rem}
.service-method .narrow-area p{margin: 0;
        font-size: calc(16.3px * 1.125);
        line-height: 1.81}
.service-method .fresh-block{display: flex;
        flex-wrap: wrap;
        gap: 0.92rem;
        margin-top: 1.5rem}
.service-method .fresh-block span{
        border-radius: 0.24rem;
        background: #f4f4f2;
        color: #232322;
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(16.3px * .875);
        line-height: 1.3
    }
@media (max-width: 760px) {.service-method .top-shell{
            display: block
        }.service-method h2{
            flex: none
        }.service-method .narrow-area{
            margin-top: 1.5rem;
            border-left: 0;
            border-top: 2px solid #b3121a;
            padding-left: 0;
            padding-top: 1.5rem
        }
    }
.open-wrap{padding:calc(1.5rem * 2.4) 1.06rem;background:#111111;color:#ffffff}
.open-wrap .fresh-flow{max-width:1040px;margin:0 auto}
.open-wrap .plain-list{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-end;justify-content:space-between;padding-bottom:calc(0.92rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-wrap h2{margin:0;font-size:calc(16.3px * 2.65);line-height:1.04;flex:1 1 18rem}
.open-wrap .plain-list p{margin:0;flex:1 1 22rem;font-size:16.3px;line-height:1.81;opacity:.86}
.open-wrap .primary-links{display:flex;flex-wrap:wrap;gap:0.92rem;margin-top:calc(0.92rem * 1.5)}
.open-wrap .primary-links .strong-unit{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);background:#b3121a;color:#ffffff;text-decoration:none;overflow-wrap:anywhere;transition:background var(--delay-soft) var(--ease-nav)}
.open-wrap .primary-links a.item:hover{background:#8f0d14;color:#111111;}
.open-wrap .site-steps{display:block;font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82}
.open-wrap .narrow-actions{display:block;margin-top:calc(1.5rem * .75);font-size:calc(16.3px * 1.35);line-height:1.22;white-space:pre-line}
.open-wrap .strong-track{margin-top:calc(0.92rem * 1.5);display:flex;flex-direction:column}
.open-wrap .simple-track{display:flex;flex-wrap:wrap;gap:0.92rem;padding:1.5rem 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.open-wrap .simple-track .site-steps{flex:0 0 12rem;opacity:.7}
.open-wrap .simple-track .narrow-actions{flex:1 1 20rem;margin-top:0;font-size:16.3px;line-height:1.81}
@media(max-width:720px){.open-wrap .primary-links{display:block}.open-wrap .primary-links .strong-unit{margin-bottom:0.92rem}.open-wrap .simple-track .site-steps{flex:1 1 100%}
}
.offer-details{
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#ffffff;
  color:#111111;
}
.offer-details .fresh-flow{max-width:min(1040px,56rem);
  margin:0 auto;}
.offer-details .plain-list{max-width:44rem;}
.offer-details h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.1;}
.offer-details .plain-list p{margin:1.5rem 0 0;
  color:#232322;
  line-height:1.81;}
.offer-details .top-summary{margin-top:calc(0.92rem * 1.5);
  border-top:1px solid #dcdcd6;}
.offer-details details{padding:1.5rem 0;
  border-bottom:1px solid #dcdcd6;}
.offer-details summary{cursor:pointer;
  font-size:calc(16.3px * 1.35);
  line-height:1.2;
  list-style:none;
  position:relative;
  padding-right:2rem;}
.offer-details summary::-webkit-details-marker{display:none}
.offer-details summary::after{content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:calc(16.3px * 1.125);
  line-height:1;
  color:#b3121a;}
.offer-details details[open] summary::after{content:"–"}
.offer-details details p{max-width:46rem;
  margin:1.5rem 0 0;
  color:#232322;
  line-height:1.81;}
.offer-details .text-feature{
  margin-top:calc(0.92rem * 1.5);
  padding:calc(1.5rem * .75) 1.06rem;
  background:#f4f4f2;
  color:#232322;
  border-radius:0.44rem;
}
.offer-details .text-feature p{margin:0;
  line-height:1.81;}
.offer-details .text-feature a{color:#111111;
  text-decoration:underline;}
.offer-details .text-feature a:hover{color:#b3121a;}
@media(max-width:720px){.offer-details summary{font-size:16.3px}
}
.fresh-stack{
  --layer-content:calc(1.5rem * 1.15);
  --field-main:1px solid #dcdcd6;
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#ffffff;
  color:#111111;
}
.fresh-stack .fresh-flow{max-width:1040px;
  margin:0 auto;}
.fresh-stack h2,
.fresh-stack p{margin:0;}
.fresh-stack h2{font-size:calc(16.3px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.fresh-stack .text-region{max-width:calc(1040px * 0.72);
  padding-bottom:calc(0.92rem * 1.5);
  border-bottom:var(--field-main);}
.fresh-stack .main-menu{margin-top:1.5rem;
  font-size:16.3px;
  line-height:1.81;}
.fresh-stack .bottom-quote{display:flex;
  flex-direction:column;
  margin-top:var(--layer-content);}
.fresh-stack details{padding:calc(1.5rem * .75) 0;
  border-bottom:var(--field-main);}
.fresh-stack details:first-of-type{border-top:var(--field-main);}
.fresh-stack summary{cursor:pointer;
  font-size:calc(16.3px * 1.125);
  font-weight:700;
  line-height:1.3;
  list-style:none;
  padding-right:1.5rem;
  position:relative;}
.fresh-stack summary::-webkit-details-marker{display:none;}
.fresh-stack summary::after{content:"+";
  position:absolute;
  right:0;
  top:0;
  font-weight:400;}
.fresh-stack details[open] summary::after{content:"\2212";}
.fresh-stack details p{margin-top:calc(1.5rem / 2);
  max-width:calc(1040px * 0.82);
  font-size:16.3px;
  line-height:1.81;}
.fresh-stack .steady-rail{margin-top:calc(0.92rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:var(--field-main);
  font-size:calc(16.3px * .875);}
.fresh-stack .steady-rail a{text-decoration:underline;
  text-underline-offset:3px;}
.fresh-stack .steady-rail a:hover{}
@media (max-width:640px){.fresh-stack .text-region{
    max-width:none;
  }.fresh-stack details p{
    max-width:none;
  }
}
.public-quote{
  padding: calc(1.5rem * 2.4) 1.06rem;
  background: var(--line-deep);
  color: var(--paint-page);
}
.public-quote .fresh-flow{max-width: min(1040px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.92rem * 1.5);
  align-items: flex-start;}
.public-quote .main-menu{flex: 1 1 26rem;
  min-width: 0;}
.public-quote .main-menu h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * 2);
  line-height: 1.1;}
.public-quote .main-menu p{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.3px;
  line-height: 1.81;
  color: #cfcfca;}
.public-quote .main-menu a{
  display: inline-flex;
  align-items: center;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.44rem;
  background: #b3121a;
  color: #ffffff;
  text-decoration: none;
  font-size: calc(16.3px * .875);
  letter-spacing: .02em;
  transition: background var(--delay-soft) var(--ease-nav);
}
.public-quote .main-menu a:hover{
  background: #8f0d14;color:#111111;}
.public-quote .strong-track{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #ffffff;
  color: #111111;
  border: 1px solid #dcdcd6;
}
.public-quote .bottom-header{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;color:inherit;}
.public-quote .strong-track ul{list-style: none;
  margin: 0;
  padding: 0;}
.public-quote .strong-track li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #dcdcd6;}
.public-quote .strong-track li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.public-quote .strong-track li strong{display: block;
  font-size: 16.3px;
  line-height: 1.3;}
.public-quote .strong-track li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(16.3px * .875);
  line-height: 1.81;color:inherit;}
.public-quote .text-feature{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #dcdcd6;
  font-size: calc(16.3px * .875);color:inherit;}
@media (max-width: 760px) {.public-quote .fresh-flow{
    flex-direction: column;
  }
}
.contact-plan{--layer-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.contact-plan .fresh-flow{max-width:1040px;margin:0 auto;}
.contact-plan h2,.contact-plan h3,.contact-plan p{margin:0;}
.contact-plan h2{font-size:calc(16.3px * 2);line-height:1.12;}
.contact-plan h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.contact-plan p{font-size:16.3px;line-height:1.81;}
.contact-plan .text-region{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-start;padding-bottom:calc(0.92rem * 1.5);border-bottom:1px solid #dcdcd6;}
.contact-plan .text-region h2{flex:1 1 calc(1040px / 2.6);min-width:0;}
.contact-plan .text-region .main-menu{flex:1 1 calc(1040px / 2.6);min-width:0;color:#232322;}
.contact-plan .team-entries{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.contact-plan .strong-unit{flex:1 1 calc(1040px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #111111;}
.contact-plan .strong-unit .visual-copy{margin:0 0 calc(1.5rem / 3);font-size:calc(16.3px * .875);letter-spacing:.06em;text-transform:uppercase;color:#b3121a;}
.contact-plan .strong-unit h3{margin-bottom:calc(1.5rem / 3);}
.contact-plan .strong-unit p{color:#232322;}
.contact-plan .main-shell{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(16.3px * .875);color:#111111;text-decoration:none;border-bottom:1px solid #111111;}
.contact-plan .main-shell:hover{color:#b3121a;border-bottom-color:#b3121a;}
.contact-plan .steady-rail{margin-top:var(--layer-content);padding-top:calc(1.5rem * .75);border-top:1px solid #dcdcd6;font-size:calc(16.3px * .875);color:#232322;}
.contact-plan .steady-rail a{color:#111111;text-decoration:none;border-bottom:1px solid #dcdcd6;}
.contact-plan .steady-rail a:hover{color:#b3121a;border-bottom-color:#b3121a;}
@media (max-width:720px){.contact-plan .text-region h2,.contact-plan .text-region .main-menu,.contact-plan .strong-unit{flex:1 1 100%;}
}
.menu{padding:calc(calc(1.5rem * 2.4) * 1.4) 1.06rem;background:var(--line-deep);color:var(--paint-page);}
.menu .focused-wrap{max-width:1040px;margin:0 auto;display:grid;gap:calc(calc(0.92rem * 1.5) * 1.6);}
.menu h2,.menu h3,.menu p{margin:0;}
.menu .primary-visual{display:grid;gap:calc(0.92rem * 1.5);max-width:60ch;}
.menu .visual-copy{font-size:calc(16.3px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.72;}
.menu .main-menu{font-size:16.3px;line-height:1.81;}
.menu .strong-track{display:flex;flex-wrap:wrap;gap:0.92rem;}
.menu .strong-unit{flex:1 1 18rem;min-width:14rem;padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);border:1px solid #dcdcd6;border-radius:0.52rem;background:#ffffff;color:#111111;display:grid;gap:.45rem;}
.menu .strong-unit h3{font-size:calc(16.3px * 1.125);line-height:1.35;}
.menu .strong-unit p{font-size:calc(16.3px * .875);line-height:1.81;}
.menu .steady-rail{display:flex;flex-wrap:wrap;gap:calc(0.92rem * 1.2);padding-top:calc(0.92rem * 1.5);border-top:1px solid #dcdcd6;}
.menu .steady-rail a{color:var(--paint-page);text-decoration:none;border-bottom:1px solid #b3121a;padding-bottom:2px;font-size:calc(16.3px * .875);transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.menu .steady-rail a:hover{border-color:var(--paint-page);}
@media (max-width: 680px){.menu .strong-unit{flex:1 1 100%;}
    }
.media-headline{
  background:#f4f4f2;
  color:#232322;
  padding:calc(1.5rem * 2.4) 1.06rem;
}
.media-headline .fresh-flow{max-width:1040px;
  margin:0 auto;}
.media-headline .page-body{display:flex;
  flex-wrap:wrap;
  gap:0.92rem;
  align-items:flex-start;}
.media-headline .plain-fields{
  flex:1 1 22rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-left:3px solid #b3121a;
  background:#ffffff;
  border-radius:0.44rem;color:#111111;}
.media-headline h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.12;
  letter-spacing:0;}
.media-headline .plain-fields p{margin:1.5rem 0 0;
  font-size:calc(16.3px * 1.125);
  line-height:1.81;}
.media-headline .strong-benefit{flex:1 1 14rem;
  min-width:0;
  padding:1.5rem 0;
  border-top:1px solid #dcdcd6;}
.media-headline .strong-benefit strong{display:block;
  font-size:16.3px;
  line-height:1.3;}
.media-headline .strong-benefit span{display:block;
  margin-top:.4rem;
  font-size:calc(16.3px * .875);
  line-height:1.81;}
@media (max-width:780px){.media-headline .page-body{display:block}.media-headline .strong-benefit{margin-top:0.92rem}
}
.clear-plan{--layer-content:calc(1.5rem * 1.18);--field-content:calc(1040px / 2.5);--font-large:calc(1040px / 3.4);padding:calc(1.5rem * 2.4) 1.06rem;background:var(--line-deep);color:var(--paint-page);}
.clear-plan .fresh-flow{max-width:1040px;margin:0 auto;}
.clear-plan h2,.clear-plan h3,.clear-plan p{margin:0;}
.clear-plan h2{font-size:calc(16.3px * 2);line-height:1.12;}
.clear-plan h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.clear-plan p{font-size:16.3px;line-height:1.81;opacity:.82;}
.clear-plan .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.clear-plan .row-title h2{flex:1 1 calc(1040px / 3);min-width:0;}
.clear-plan .row-title>p{flex:1 1 calc(1040px / 3);min-width:0;max-width:var(--field-content);}
.clear-plan .team-entries{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.clear-plan .strong-unit{flex:1 1 var(--font-large);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid rgba(247,247,245,0.22);}
.clear-plan .strong-unit p{margin-top:calc(1.5rem / 3);}
.clear-plan .secondary-proof{padding-block-end:calc(var(--layer-content) / 3);}
.clear-plan .open-view{row-gap:calc(var(--layer-content) * .7);}
.soft-tile{
  background: #ffffff;
  color: #111111;
  padding: calc(1.5rem * 2.4) 1.06rem;
}
.soft-tile .fresh-flow{width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(0.92rem * 1.5);
  align-items: start;}
.soft-tile h2,
.soft-tile h3,
.soft-tile p{margin: 0;}
.soft-tile h2{font-size: calc(16.3px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.soft-tile h3{font-size: calc(16.3px * 1.35);
  line-height: 1.18;}
.soft-tile p{font-size: 16.3px;
  line-height: 1.81;}
.soft-tile .compact-view{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-top: 3px solid #b3121a;
  background: #f4f4f2;
  color: #232322;
}
.soft-tile .compact-view p{font-size: calc(16.3px * .875);}
.soft-tile .public-content{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #dcdcd6;}
.soft-tile .quiet-details{display: grid;
  grid-template-columns: 1.1rem minmax(7rem, .24fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.5rem;
  row-gap: 0.35rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dcdcd6;
  animation: peopleTimelineIn calc(var(--delay-soft) * 2.2) var(--ease-nav) both;
  animation-delay: var(--motion-extra-4, 0ms);}
.soft-tile .quiet-details i{
  grid-row: 1 / span 2;
  width: .55rem;
  height: .55rem;
  align-self: start;
  margin-top: .55rem;
  border-radius: 50%;
  background: #b3121a;color:#ffffff;}
.soft-tile .quiet-details span{grid-column: 2;
  grid-row: 1;
  font-size: calc(16.3px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.soft-tile .quiet-details h3{grid-column: 3;
  grid-row: 1;}
.soft-tile .quiet-details p{grid-column: 2 / span 2;
  grid-row: 2;
  font-size: calc(16.3px * .875);
  max-width: 62ch;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.92rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.soft-tile .fresh-flow{
    grid-template-columns: 1fr;
  }.soft-tile .quiet-details{
    grid-template-columns: 1.1rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }.soft-tile .quiet-details i{
    grid-row: 1 / span 3;
  }.soft-tile .quiet-details span,
  .soft-tile .quiet-details h3,
  .soft-tile .quiet-details p{
    grid-column: 2;
  }.soft-tile .quiet-details span{ grid-row: 1; }.soft-tile .quiet-details h3{ grid-row: 2; }.soft-tile .quiet-details p{ grid-row: 3; }
}
.contact-actions{
  background: #ffffff;
  color: #111111;
  padding: calc(1.5rem * 2.4) 1.06rem;
}
.contact-actions .fresh-flow{width: min(100%, 1040px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.92rem * 1.5);
  align-items: flex-start;}
.contact-actions h2,
.contact-actions p,
.contact-actions ul{margin: 0;}
.contact-actions .focused-track{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 0.15rem;}
.contact-actions h2{font-size: calc(16.3px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.contact-actions .text-feature{font-size: calc(16.3px * .875);
  color: #232322;
  border-left: 2px solid #b3121a;
  padding-left: 1.06rem;
  line-height: 1.5;}
.contact-actions .clear-team{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.contact-actions .main-menu{font-size: 16.3px;
  line-height: 1.81;}
.contact-actions .main-menu a{color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;}
.contact-actions .main-menu a:hover{color: #b3121a;}
.contact-actions ul.list{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #dcdcd6;}
.contact-actions li{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dcdcd6;}
.contact-actions li .service-story{flex: 0 0 9rem;
  min-width: 0;
  font-size: calc(16.3px * .875);
  color: #232322;
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.contact-actions li strong{flex: 1 1 12rem;
  min-width: 0;
  font-size: calc(16.3px * 1.35);
  line-height: 1.18;}
.contact-actions li p{flex: 1 1 100%;
  min-width: 0;
  color: #232322;
  line-height: 1.81;}
@media (max-width: 640px) {.contact-actions li .service-story{
    flex: 1 1 100%;
  }
}
.clear-flow{--layer-content:calc(1.5rem * 1.10);--font-large:calc(1040px / 3.42);padding:calc(1.5rem * 2.4) 1.06rem;background:#b3121a;color:#ffffff;}
.clear-flow .fresh-flow{max-width:1040px;margin:0 auto;}
.clear-flow h2,.clear-flow h3,.clear-flow p{margin:0;}
.clear-flow h2{font-size:calc(16.3px * 2);line-height:1.12;}
.clear-flow h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.clear-flow p{font-size:16.3px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-flow .plain-list{max-width:calc(1040px / 1.55);}
.clear-flow .main-menu{margin-top:1.5rem;}
.clear-flow .team-story{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:calc(var(--layer-content) * 1.15);}
.clear-flow .strong-unit{flex:1 1 var(--font-large);min-width:0;padding:calc(var(--layer-content) * .7);border-radius:0.44rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.clear-flow .strong-unit p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.clear-flow .strong-unit{flex-basis:100%;}}
.fresh-media{
  padding: calc(1.5rem * 2.4) 1.06rem;
  background: var(--line-deep);
  color: var(--paint-page);
}
.fresh-media .fresh-flow{max-width: min(1040px, 70rem);
  margin: 0 auto;}
.fresh-media .plain-list{max-width: 46rem;
  margin-bottom: calc(0.92rem * 1.5);}
.fresh-media h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * 2);
  line-height: 1.1;}
.fresh-media .primary-stack{margin: 0;
  font-size: calc(16.3px * 1.125);
  line-height: 1.81;
  color: #cfcfca;}
.fresh-media .strong-track{display: flex;
  flex-wrap: wrap;
  gap: 0.92rem;}
.fresh-media .strong-unit{flex: 1 1 min(100%, 22rem);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #232322;}
.fresh-media .text-region{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: calc(calc(1.5rem * .75) * .7);}
.fresh-media .offer-entries{font-weight: 700;
  font-size: 16.3px;}
.fresh-media .top-header{font-size: calc(16.3px * .875);
  color: #cfcfca;}
.fresh-media .strong-unit p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  color: #cfcfca;}
.fresh-media .strong-unit small{display: inline-block;
  font-size: calc(16.3px * .875);color:inherit;
  letter-spacing: 0.02em;}
.fresh-media .text-feature{margin-top: calc(0.92rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #232322;
  max-width: 52rem;}
.fresh-media .text-feature p{margin: 0;
  font-size: calc(16.3px * .875);
  color: #cfcfca;}
@media (max-width: 700px) {.fresh-media .strong-track{
    display: block;
  }.fresh-media .strong-unit + .strong-unit{
    margin-top: 0.92rem;
  }
}
.media-header{
  --layer-content:calc(1.5rem * 1.05);
  --layer-strong:calc(1040px / 2.42);
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#ffffff;
  color:#111111;
}
.media-header .fresh-flow{max-width:1040px;margin:0 auto;}
.media-header h2,
.media-header h3,
.media-header p{margin:0;}
.media-header h2{font-size:calc(16.3px * 2);line-height:1.12;}
.media-header h3{font-size:16.3px;line-height:1.3;font-weight:600;}
.media-header p{font-size:16.3px;line-height:1.81;}
.media-header a{text-decoration:underline;text-underline-offset:2px;}
.media-header a:hover{}
.media-header .main-menu{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.92rem;
  padding-bottom:calc(0.92rem * 1.5);
  border-bottom:1px solid #dcdcd6;}
.media-header .main-menu h2{flex:1 1 var(--layer-strong);min-width:0;}
.media-header .main-menu .text-feature{flex:1 1 var(--layer-strong);
  min-width:0;}
.media-header .team-entries{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-content) 0.92rem;
  margin-top:var(--layer-content);}
.media-header .strong-unit{flex:1 1 calc(1040px / 3.05);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #b3121a;}
.media-header .strong-unit p{}
.media-header .strong-unit h3{margin-top:calc(1.5rem / 2.4);
  font-size:calc(16.3px * .875);
  letter-spacing:.01em;
  text-transform:none;}
.media-header .focused-track{
  margin-top:calc(var(--layer-content) * 1.4);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#f4f4f2;
  color:#232322;
  border-radius:0.44rem;
  display:flex;
  flex-wrap:wrap;
  gap:0.92rem;
}
.media-header .focused-track p{flex:1 1 var(--layer-strong);min-width:0;font-size:calc(16.3px * .875);}
.media-header .focused-track .steady-rail{}
@media (max-width:640px){.media-header .main-menu h2,
  .media-header .main-menu .text-feature,
  .media-header .strong-unit,
  .media-header .focused-track p{flex:1 1 100%;}
}
.text-note{--layer-content:calc(1.5rem * 1.1);--field-content:calc(1040px / 2.4);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.text-note .fresh-flow{max-width:1040px;margin:0 auto;}
.text-note h2,.text-note h3,.text-note p{margin:0;}
.text-note h2{font-size:calc(16.3px * 2);line-height:1.14;}
.text-note h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.text-note p{font-size:16.3px;line-height:1.81;}
.text-note .text-feature{font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#232322;}
.text-note .main-menu{margin-top:calc(0.92rem * 1.5);max-width:var(--field-content);}
.text-note a{color:#111111;text-decoration:none;border-bottom:1px solid #dcdcd6;}
.text-note a:hover{color:#b3121a;border-bottom-color:#b3121a;}
.text-note .active-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.92rem;}
.text-note .active-benefit>.open-nav{flex:1 1 auto;min-width:0;}
.text-note .active-benefit>.content-feature{flex:0 0 auto;}
.text-note .content-feature{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.24rem;background:#111111;color:#ffffff;border-bottom:none;}
.text-note .content-feature:hover{background:#2b2b2b;color:#ffffff;}
.text-note .open-nav h2{margin-top:calc(1.5rem / 2);}
.text-note .team-entries{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:var(--layer-content);border-top:1px solid #dcdcd6;}
.text-note .strong-unit{padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;}
.text-note .strong-unit .open-nav{max-width:calc(1040px * 0.78);}
.text-note .strong-unit p{margin-top:calc(1.5rem / 3);}
.text-note .steady-rail{flex:1 1 100%;margin-top:var(--layer-content);font-size:calc(16.3px * .875);color:#232322;}
@media (max-width:720px){.text-note .active-benefit>.content-feature{flex:1 1 100%;}.text-note .strong-unit .open-nav{max-width:none;}
}
.active-section{
    padding:calc(1.5rem * 2.4) 1.06rem;
    background:#ffffff;
    color:#111111;
}
.active-section .fresh-flow{max-width:1040px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.92rem * 1.5);}
.active-section .main-menu{max-width:60ch;
    border-bottom:1px solid #dcdcd6;
    padding-bottom:calc(0.92rem * 1.5);}
.active-section .main-menu h2{margin:0 0 0.6rem;
    font-size:calc(16.3px * 2);
    line-height:1.2;}
.active-section .main-menu p{margin:0;
    font-size:16.3px;
    line-height:1.81;}
.active-section .visual-entries{display:flex;
    flex-wrap:wrap;
    gap:0.92rem;}
.active-section .steady-rail{
    flex:1 1 240px;
    min-width:0;
    padding:calc(1.5rem * .75);
    background:#f4f4f2;
    color:#232322;
    border-radius:0.44rem;
    border-left:3px solid #b3121a;
}
.active-section .steady-rail .service-header{display:block;
    font-size:calc(16.3px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    opacity:0.72;
    margin-bottom:0.4rem;}
.active-section .steady-rail a{display:inline-block;
    font-size:calc(16.3px * 1.125);
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.active-section .steady-rail a:hover{border-bottom-color:#b3121a;}
.active-section .steady-rail .steady-grid{margin:0;
    font-size:16.3px;
    line-height:1.5;}
.active-section .steady-rail .text-feature{margin:0.6rem 0 0;
    font-size:calc(16.3px * .875);
    line-height:1.55;
    opacity:0.85;}
.active-section .focused-track{display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:0.92rem;
    padding-top:calc(0.92rem * 1.5);
    border-top:1px solid #dcdcd6;}
.active-section .focused-track .open-nav{flex:1 1 280px;
    margin:0;
    font-size:16.3px;
    line-height:1.81;}
.active-section .service{flex:0 0 auto;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    align-self:center;}
.active-section .service a{font-size:calc(16.3px * .875);
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid #b3121a;
    padding-bottom:1px;
    transition:color var(--delay-soft) var(--ease-nav);}
.active-section .service a:hover{border-bottom-color:#8f0d14;}
@media (max-width:760px){.active-section .focused-track{
        flex-direction:column;
    }.active-section .service{
        align-self:flex-start;
    }
}
.wide-service{padding:calc(1.5rem * 2.4) 0;color:#111111;background:#ffffff;}
.wide-service .plain-section{max-width:1040px;margin:0 auto;padding:0 1.06rem;}
.wide-service .wide-media{max-width:760px;margin:0 auto;}
.wide-service .main-menu{margin-bottom:calc(0.92rem * 1.5);border-bottom:1px solid #dcdcd6;padding-bottom:calc(0.92rem * 1.5);}
.wide-service .visual-copy{margin:0 0 0.92rem;font-size:calc(16.3px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#232322;}
.wide-service .main-menu h1{margin:0 0 0.92rem;font-size:calc(16.3px * 2.65);line-height:1.15;}
.wide-service .narrow-body{margin:0;font-size:calc(16.3px * 1.125);line-height:1.81;}
.wide-service .open-nav p{margin:0 0 calc(0.92rem * 1.5);}
.wide-service .quiet-proof{margin-bottom:calc(0.92rem * 1.5);}
.wide-service .quiet-proof h2{margin:0 0 0.92rem;font-size:calc(16.3px * 1.35);}
.wide-service .team-entries{margin:0;padding-left:1.2rem;}
.wide-service .team-entries li{margin-bottom:0.5rem;line-height:1.81;}
.wide-service .wide-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.wide-service .simple-track{padding:calc(1.5rem * .75);background:#f4f4f2;color:#232322;border-radius:0.44rem;}
.wide-service .simple-track h3{margin:0 0 0.4rem;font-size:16.3px;}
.wide-service .simple-track p{margin:0;}
.wide-service .site-view{margin:0;padding-left:1.2rem;}
.wide-service .site-view li{margin-bottom:0.5rem;line-height:1.81;}
.wide-service .strong-proof{margin:calc(0.92rem * 1.5) 0;padding:calc(1.5rem * .75);background:#f4f4f2;color:#232322;border-left:3px solid #b3121a;border-radius:0.24rem;}
.wide-service .strong-proof p{margin:0;}
.wide-service .steady-rail{margin:calc(0.92rem * 1.5) 0;padding-top:calc(1.5rem * .75);border-top:1px solid #dcdcd6;font-size:calc(16.3px * .875);}
.wide-service .steady-rail p{margin:0;}
.wide-service .steady-rail a{color:#111111;text-decoration:underline;text-underline-offset:3px;transition:color var(--delay-soft) var(--ease-nav);}
.wide-service .steady-rail a:hover{color:#b3121a;}
.wide-service .content-feature{margin-top:calc(0.92rem * 1.5);}
.wide-service .active-footer{display:inline-block;padding:12px 30px;border-radius:0.44rem;font-weight:500;text-align:center;transition:background-color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);cursor:pointer;border:1px solid #111111;font-size:16.3px;background-color:#111111;color:#ffffff;text-decoration:none;}
.wide-service .active-footer:hover{background-color:#2b2b2b;border-color:#2b2b2b;color:#ffffff;}
@media (max-width:640px){.wide-service .main-menu h1{font-size:calc(16.3px * 2);}.wide-service .narrow-body{font-size:16.3px;}
}
.plain-tile{
  --layer-content:calc(1.5rem * 1.15);
  --field-content:calc(1040px / 2.4);
  padding:calc(1.5rem * 2.4) 1.06rem;
  background:#ffffff;
  color:#111111;
}
.plain-tile .fresh-flow{max-width:1040px;
  margin:0 auto;}
.plain-tile h2,
.plain-tile h3,
.plain-tile p{margin:0;}
.plain-tile h2{font-size:calc(16.3px * 2);
  line-height:1.12;}
.plain-tile h3{font-size:calc(16.3px * 1.35);
  line-height:1.22;}
.plain-tile p{font-size:16.3px;
  line-height:1.81;}
.plain-tile a{color:inherit;
  text-decoration:none;}
.plain-tile .text-region{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  max-width:var(--field-content);}
.plain-tile .main-menu{}
.plain-tile .strong-track{display:flex;
  flex-wrap:wrap;
  gap:0.92rem;
  margin-top:var(--layer-content);
  border-top:1px solid #dcdcd6;
  padding-top:var(--layer-content);}
.plain-tile .strong-unit{flex:1 1 calc(1040px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding-right:0.92rem;
  border-right:1px solid #dcdcd6;}
.plain-tile .strong-unit:last-child{border-right:0;
  padding-right:0;}
.plain-tile .open-nav{}
.plain-tile .content-feature{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.24rem;
  background:#b3121a;
  color:#ffffff;
  font-size:calc(16.3px * .875);
  transition:background var(--delay-soft) var(--ease-nav);
}
.plain-tile .content-feature:hover{
  background:#8f0d14;color:#111111;}
.plain-tile .text-feature{margin-top:var(--layer-content);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #dcdcd6;
  font-size:calc(16.3px * .875);}
.plain-tile .text-feature a{text-decoration:underline;}
.plain-tile .text-feature a:hover{}
@media (max-width:760px){.plain-tile .strong-unit{
    flex:1 1 100%;
    border-right:0;
    padding-right:0;
    padding-bottom:0.92rem;
    border-bottom:1px solid #dcdcd6;
  }.plain-tile .strong-unit:last-child{
    border-bottom:0;
    padding-bottom:0;
  }
}
.clear-intro{
    padding:calc(1.5rem * 2.4) 0;
    color:#111111;
    background:#ffffff;
}
.clear-intro .plain-section{max-width:1040px;
    margin:0 auto;
    padding:0 1.06rem;}
.clear-intro .main-menu{max-width:760px;
    margin-bottom:calc(0.92rem * 1.5);
    border-bottom:1px solid #dcdcd6;
    padding-bottom:calc(0.92rem * 1.5);}
.clear-intro .main-menu h1{font-size:calc(16.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.92rem;}
.clear-intro .main-menu .narrow-body{font-size:calc(16.3px * 1.125);
    line-height:1.81;
    margin:0;}
.clear-intro .wide-media{display:flex;
    flex-wrap:wrap;
    gap:calc(0.92rem * 1.5);
    align-items:flex-start;}
.clear-intro .open-nav{flex:1 1 480px;
    min-width:280px;}
.clear-intro .open-nav h2{font-size:calc(16.3px * 1.35);
    margin:calc(0.92rem * 1.5) 0 0.92rem;}
.clear-intro .open-nav h2:first-child{margin-top:0;}
.clear-intro .open-nav p{margin:0 0 0.92rem;
    line-height:1.81;}
.clear-intro .site-view{list-style:none;
    margin:0 0 0.92rem;
    padding:0;}
.clear-intro .site-view li{position:relative;
    padding:0 0 0 1.4rem;
    margin-bottom:0.6rem;
    line-height:1.81;}
.clear-intro .site-view li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.7em;
    width:0.5rem;
    height:1px;
    background:#b3121a;color:#ffffff;}
.clear-intro .text-feature{
    flex:0 1 300px;
    min-width:240px;
    background:#f4f4f2;
    color:#232322;
    border:1px solid #dcdcd6;
    border-radius:0.52rem;
    padding:calc(1.5rem * .75);
}
.clear-intro .local-contact{font-size:calc(16.3px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;
    margin:0 0 0.92rem;}
.clear-intro .text-feature p{margin:0 0 0.92rem;
    line-height:1.81;}
.clear-intro .text-feature p:last-child{margin-bottom:0;}
.clear-intro .steady-rail{display:flex;
    flex-direction:column;
    gap:0.4rem;}
.clear-intro .steady-rail a{color:#111111;
    text-decoration:none;
    border-bottom:1px solid #dcdcd6;
    padding-bottom:2px;
    transition:color var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);}
.clear-intro .steady-rail a:hover{color:#b3121a;
    border-color:#b3121a;}
.clear-intro .content-feature{margin-top:calc(0.92rem * 1.5);
    padding-top:calc(0.92rem * 1.5);
    border-top:1px solid #dcdcd6;}
.clear-intro .active-footer{
    display:inline-block;
    padding:12px 28px;
    border-radius:0.44rem;
    font-size:16.3px;
    font-weight:500;
    text-decoration:none;
    background:#111111;
    color:#ffffff;
    border:1px solid #111111;
    transition:background var(--delay-soft) var(--ease-nav),border-color var(--delay-soft) var(--ease-nav);
}
.clear-intro .active-footer:hover{
    background:#2b2b2b;
    border-color:#2b2b2b;
    color:#ffffff;
}
@media (max-width:640px){.clear-intro .main-menu h1{
        font-size:calc(16.3px * 2);
    }.clear-intro .main-menu .narrow-body{
        font-size:16.3px;
    }
}
.plain-footer{--layer-content:calc(1.5rem * 1.19);--field-content:calc(1040px / 2.25);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.plain-footer .fresh-flow{max-width:1040px;margin:0 auto;}
.plain-footer h2,.plain-footer h3,.plain-footer p{margin:0;}
.plain-footer h2{font-size:calc(16.3px * 2);line-height:1.12;}
.plain-footer h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.plain-footer p{font-size:16.3px;line-height:1.81;}
.plain-footer a{text-decoration:none;border-bottom:1px solid #dcdcd6;}
.plain-footer a:hover{}
.plain-footer .text-feature{max-width:var(--field-content);font-size:calc(16.3px * .875);}
.plain-footer .team-entries{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.plain-footer .strong-unit{flex:1 1 calc(1040px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.44rem;background:#ffffff;color:#111111;border:1px solid #dcdcd6;}
.plain-footer .strong-unit h3{margin-top:calc(1.5rem / 2);}
.plain-footer .strong-unit a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16.3px * .875);}
.plain-footer .contact-team>h2{margin-top:var(--layer-content);}
.narrow-panel{
    padding: calc(1.5rem * 2.4) 0;
    background: #ffffff;
    color: #111111;
}
.narrow-panel .plain-section{max-width: 1040px;
    margin: 0 auto;
    padding: 0 1.06rem;}
.narrow-panel .narrow-area{max-width: 760px;
    margin: 0 auto;}
.narrow-panel .main-menu{padding-bottom: calc(0.92rem * 1.5);
    border-bottom: 2px solid #111111;
    margin-bottom: calc(0.92rem * 1.5);}
.narrow-panel .main-menu h1{margin: 0 0 0.6rem;
    font-size: calc(16.3px * 2.65);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.narrow-panel .main-menu .narrow-body{margin: 0;
    font-size: calc(16.3px * 1.125);
    line-height: 1.81;
    color: #232322;
    max-width: 60ch;}
.narrow-panel .offer-links{margin-bottom: calc(0.92rem * 1.5);}
.narrow-panel .offer-links h2{margin: 0 0 0.8rem;
    font-size: calc(16.3px * 2);
    line-height: 1.2;}
.narrow-panel .offer-links p{margin: 0 0 1rem;
    font-size: 16.3px;
    line-height: 1.81;}
.narrow-panel .offer-links p:last-child{margin-bottom: 0;}
.narrow-panel .team-entries{margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dcdcd6;}
.narrow-panel .team-entries li{padding: 0.75rem 0 0.75rem 1.4rem;
    position: relative;
    border-bottom: 1px solid #dcdcd6;
    line-height: 1.81;}
.narrow-panel .team-entries li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1.25rem;
    width: 8px;
    height: 2px;
    background: #b3121a;color:#ffffff;}
.narrow-panel .text-feature{
    margin: calc(0.92rem * 1.5) 0;
    padding: calc(1.5rem * .75);
    background: #f4f4f2;
    color: #232322;
    border-left: 3px solid #b3121a;
    border-radius: 0 0.44rem 0.44rem 0;
}
.narrow-panel .text-feature p{margin: 0;
    font-size: calc(16.3px * .875);
    line-height: 1.81;}
.narrow-panel .steady-rail{margin-top: calc(0.92rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #dcdcd6;}
.narrow-panel .compact-body{margin: 0 0 0.6rem;
    font-size: calc(16.3px * .875);
    color: #232322;}
.narrow-panel .primary-area{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.92rem;}
.narrow-panel .primary-area a{color: #111111;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: calc(16.3px * .875);
    transition: color var(--delay-soft) var(--ease-nav);}
.narrow-panel .primary-area a:hover{color: #b3121a;}
.narrow-panel .content-feature{margin-top: calc(0.92rem * 1.5);}
.narrow-panel .active-footer{
    display: inline-block;
    padding: 0.75rem 1.9rem;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    border-radius: 0.44rem;
    font-size: 16.3px;
    font-weight: 500;
    text-decoration: none;
    transition: background var(--delay-soft) var(--ease-nav),
                border-color var(--delay-soft) var(--ease-nav),
                transform var(--delay-soft) var(--ease-nav);
}
.narrow-panel .active-footer:hover{
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff;
    transform: translateY(-2px);
}
@media (max-width: 640px) {.narrow-panel .main-menu h1{
        font-size: calc(16.3px * 2);
    }.narrow-panel .main-menu .narrow-body{
        font-size: 16.3px;
    }.narrow-panel .primary-area{
        flex-direction: column;
        gap: 0.5rem;
    }
}
.direct-list{--layer-content:calc(1.5rem * 1.19);--field-content:calc(1040px / 2.25);padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111;}
.direct-list .fresh-flow{max-width:1040px;margin:0 auto;}
.direct-list h2,.direct-list h3,.direct-list p{margin:0;}
.direct-list h2{font-size:calc(16.3px * 2);line-height:1.12;max-width:var(--field-content);}
.direct-list h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.direct-list p{font-size:16.3px;line-height:1.81;}
.direct-list .text-feature{font-size:calc(16.3px * .875);max-width:var(--field-content);}
.direct-list a{text-decoration:none;border-bottom:1px solid #dcdcd6;padding-bottom:2px;}
.direct-list a:hover{border-bottom-color:#b3121a;}
.direct-list .team-entries{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.direct-list .strong-unit{flex:1 1 calc(1040px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:#ffffff;color:#111111;border:1px solid #dcdcd6;}
.direct-list .strong-unit .steady-grid{font-size:calc(16.3px * .875);}
.direct-list .strong-unit h3{margin-top:calc(1.5rem / 3);}
.direct-list .strong-unit p{margin-top:calc(1.5rem / 3);}
.direct-list .strong-unit a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);}
.direct-list .contact-team>h2{margin-top:calc(1.5rem / 2);}
.direct-list .contact-team>.team-entries{margin-top:var(--layer-content);}
.main-footer{padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111}
.main-footer .fresh-flow{max-width:1040px;margin:0 auto}
.main-footer .text-region{display:flex;flex-wrap:wrap;gap:0.92rem;align-items:flex-end;justify-content:space-between;margin-bottom:calc(0.92rem * 1.5)}
.main-footer h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.main-footer .text-region p{flex:1 1 22rem;max-width:40rem;margin:0;color:#232322;line-height:1.81}
.main-footer .wide-flow{display:flex;flex-direction:column;gap:0;border-top:1px solid #dcdcd6}
.main-footer .wide-flow a{display:block;padding:calc(0.92rem * 1.5) 0;border-bottom:1px solid #dcdcd6;color:inherit;text-decoration:none;font-size:16.3px;overflow-wrap:anywhere}
.main-footer .wide-flow a:hover{color:#b3121a}
.main-footer .wide-flow span{display:block;margin-top:calc(1.5rem * .75);color:#232322;font-size:calc(16.3px * .875);line-height:1.81}
.main-footer .page-group{display:flex;flex-wrap:wrap;gap:calc(0.92rem * 1.5);margin-top:1.5rem}
.main-footer .page-group>*{flex:1 1 15rem;min-width:0;margin:0;line-height:1.81}
.main-footer .page-group strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase}
.main-footer .page-group a{color:inherit;text-decoration:none;overflow-wrap:anywhere}
.main-footer .page-group a:hover{color:#b3121a}
.main-footer .text-feature{margin:1.5rem 0 0;padding-top:calc(0.92rem * 1.5);border-top:1px solid #dcdcd6;color:#232322;font-size:calc(16.3px * .875);max-width:52rem}
@media(max-width:680px){.main-footer .text-region{display:block}.main-footer .text-region p{margin-top:1.5rem;max-width:none}.main-footer .page-group{flex-direction:column}
}
.local-story{position:relative;padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111}
.local-story .fresh-flow{max-width:1040px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.92rem * 1.5);align-items:flex-start}
.local-story .main-menu{flex:1 1 22rem;min-width:0}
.local-story .compact-inner{margin:0;font-size:calc(16.3px * 1.125);line-height:1.81;}
.local-story h2{margin:1.5rem 0 0;font-size:calc(16.3px * 2);line-height:1.1}
.local-story form{flex:1 1 26rem;min-width:0;padding:calc(1.5rem * .75);border:1px solid #dcdcd6;border-radius:0.52rem;background:#ffffff;color:#111111}
.local-story .simple-track{display:flex;flex-wrap:wrap;gap:0.92rem}
.local-story .simple-track .service-header{flex:1 1 12rem;min-width:0}
.local-story .service-header{display:block;margin-top:1.5rem}
.local-story .simple-track .service-header:first-child{margin-top:0}
.local-story .service-header span{display:block;margin-bottom:0.35rem;font-size:calc(16.3px * .875);letter-spacing:0.02em;text-transform:uppercase}
.local-story input,.local-story textarea{width:100%;padding:0.55rem 0.7rem;border:1px solid #dcdcd6;border-radius:0.24rem;background:#ffffff;color:#111111;font:inherit;outline:none}
.local-story input:focus,.local-story textarea:focus{border-color:#b3121a;box-shadow:0 0 0 2px #b3121a}
.local-story textarea{resize:vertical;min-height:6rem}
.local-story .content-feature{margin-top:calc(0.92rem * 1.5);display:flex;flex-wrap:wrap;gap:0.92rem;align-items:center}
.local-story button{padding:0.7rem 1.5rem;border:0;border-radius:0.24rem;background:#111111;color:#ffffff;font:inherit;cursor:pointer;transition:background var(--delay-soft) var(--ease-nav)}
.local-story button:hover{background:#2b2b2b;color:#111111;}
.local-story .text-feature{margin:0;flex:1 1 14rem;font-size:calc(16.3px * .875);}
.local-story .focused-track{flex:1 1 100%;margin-top:calc(0.92rem * 1.5);padding-top:calc(0.92rem * 1.5);border-top:1px solid #dcdcd6}
.local-story .focused-track .steady-grid{margin:0 0 0.4rem;font-size:calc(16.3px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.local-story .focused-track .open-nav{margin:0 0 0.5rem;font-size:16.3px;line-height:1.81}
.local-story .focused-track a{text-decoration:none}
.local-story .focused-track a:hover{text-decoration:underline}
@media(min-width:52rem){.local-story .focused-track{flex:1 1 22rem;margin-top:0;padding-top:0;padding-left:calc(0.92rem * 1.5);border-top:0;border-left:1px solid #dcdcd6}
}
.featured-method{padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111}
.featured-method .strong-track{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(0.92rem * 1.5)}
.featured-method .primary-stack{align-self:start;border-top:2px solid #111111;padding-top:1.5rem}
.featured-method h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.featured-method .primary-stack p{margin:1.5rem 0 0;font-size:16.3px;color:#232322;line-height:1.81}
.featured-method .narrow-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-method .service-steps{height:clamp(20rem,38vw,32rem);border-radius:0.52rem;overflow:hidden;border:1px solid #dcdcd6;background:#f4f4f2;color:#232322;}
.featured-method iframe{display:block;width:100%;height:100%;border:0}
.featured-method .bottom-media{display:flex;flex-wrap:wrap;gap:0.92rem}
.featured-method .compact-block{flex:1 1 15rem;padding:calc(1.5rem * .75);background:#ffffff;color:#111111;border:1px solid #dcdcd6;border-radius:0.44rem}
.featured-method .compact-block span{display:block;font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#232322}
.featured-method .compact-block strong{display:block;margin-top:.4rem;font-size:16.3px;white-space:pre-line;font-weight:600}
.featured-method .compact-block a{color:#111111;text-decoration:none;border-bottom:1px solid #dcdcd6}
.featured-method .compact-block a:hover{color:#b3121a;border-bottom-color:#b3121a}
.featured-method .text-feature{margin:0;font-size:calc(16.3px * .875);color:#232322;line-height:1.81;padding-top:1.5rem;border-top:1px solid #dcdcd6}
@media (max-width:760px){.featured-method .strong-track{grid-template-columns:1fr}.featured-method .service-steps{height:20rem}}
.top-surface{padding:calc(1.5rem * 2.4) 1.06rem;background:#ffffff;color:#111111}
.top-surface .wide-details{max-width:min(1040px,60rem);margin:0 auto}
.top-surface h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1;letter-spacing:-0.01em}
.top-surface .text-feature{margin:1.5rem 0 calc(0.92rem * 1.5);font-size:16.3px;color:#232322;max-width:52rem}
.top-surface .compact-menu{padding:calc(0.92rem * 1.5) 0;border-top:1px solid #dcdcd6}
.top-surface .compact-menu:last-child{border-bottom:1px solid #dcdcd6}
.top-surface h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 1.35);line-height:1.25}
.top-surface .compact-menu p{margin:0;font-size:16.3px;line-height:1.81;color:#232322;max-width:58rem}
.top-surface .compact-menu a{color:#111111;text-decoration:underline;text-underline-offset:2px}
.top-surface .compact-menu a:hover{color:#b3121a}
@media (max-width:640px){.top-surface h2{font-size:calc(16.3px * 1.35)}.top-surface .compact-menu{padding:calc(1.5rem * .75) 0}
}
.fresh-team{padding:calc(1.5rem * 2.4) 1.06rem;background:var(--line-deep);color:var(--paint-page)}
.fresh-team .open-nav{max-width:min(1040px,56rem);margin:0 auto}
.fresh-team h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.fresh-team .plain-list{margin:1.5rem 0 calc(0.92rem * 1.5);font-size:16.3px;line-height:1.81;color:color-mix(in srgb,currentColor 74%,transparent)}
.fresh-team .page-links{margin:0 0 calc(0.92rem * 1.5);padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 22%,transparent)}
.fresh-team .page-links:last-child{margin-bottom:0}
.fresh-team h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 1.35);line-height:1.25;letter-spacing:0.01em}
.fresh-team .page-links p{margin:0;font-size:calc(16.3px * .875);line-height:1.81;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.fresh-team .page-links{padding-left:0.92rem}.fresh-team h2{font-size:calc(16.3px * 1.35)}
}
.simple-flow{background:#ffffff;color:#111111;padding:calc(1.5rem * 2.4) 1.06rem}
.simple-flow .fresh-flow{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.92rem * 1.5)}
.simple-flow .main-menu{border-left:3px solid #b3121a;padding-left:calc(1.5rem * .75)}
.simple-flow h2{margin:0;font-size:calc(16.3px * 2);line-height:1.15;letter-spacing:0}
.simple-flow .main-menu p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(16.3px * 1.125);line-height:1.65}
.simple-flow .site-view{display:flex;flex-wrap:wrap;gap:0.92rem;border-top:1px solid #dcdcd6;padding-top:calc(0.92rem * 1.5)}
.simple-flow .strong-unit{flex:1 1 16rem;min-width:0;display:flex;gap:calc(1.5rem * .75)}
.simple-flow .narrow-content{flex:0 0 auto;width:1.9rem;height:1.9rem;display:flex;align-items:center;justify-content:center;border-radius:0.24rem;background:#b3121a;color:#ffffff;font-size:calc(16.3px * .875);font-weight:700}
.simple-flow .open-nav h3{margin:0;font-size:16.3px;line-height:1.3}
.simple-flow .open-nav p{margin:0.4rem 0 0;font-size:calc(16.3px * .875);line-height:1.6}
.simple-flow .compact-block{display:flex;flex-wrap:wrap;gap:calc(0.92rem * 1.5);background:#f4f4f2;color:#232322;border-radius:0.52rem;padding:calc(1.5rem * .75)}
.simple-flow .service-header{flex:1 1 14rem;min-width:0}
.simple-flow .page-menu{display:block;font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75;margin-bottom:0.35rem}
.simple-flow .service-header a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;font-size:16.3px}
.simple-flow .service-header a:hover{color:#b3121a}
.simple-flow .service-header p{margin:0;font-size:16.3px;line-height:1.5}
.simple-flow .steady-rail{display:flex;flex-wrap:wrap;gap:0.92rem;border-top:1px solid #dcdcd6;padding-top:calc(1.5rem * .75)}
.simple-flow .steady-rail a{color:#111111;text-decoration:none;font-size:calc(16.3px * .875);border-bottom:1px solid #dcdcd6;padding-bottom:2px}
.simple-flow .steady-rail a:hover{color:#b3121a;border-color:#b3121a}
@media(max-width:680px){.simple-flow .site-view{flex-direction:column}.simple-flow .compact-block{flex-direction:column}}
.local-service{--layer-content:calc(1.5rem * 0.89);--field-content:calc(1040px / 2.13);padding:calc(1.5rem * 2.4) 1.06rem;background:#111111;color:#ffffff;}
.local-service .fresh-flow{max-width:1040px;margin:0 auto;}
.local-service h1,.local-service h2,.local-service h3,.local-service p,.local-service ul{margin:0;}
.local-service h2{font-size:calc(16.3px * 2);line-height:1.12;}
.local-service p{font-size:16.3px;line-height:1.81;}
.local-service a{color:inherit;text-decoration:none;}
.local-service .open-content{padding-inline-start:calc(1.06rem / 2);}
.local-service .content-proof{display:flex;flex-direction:column;row-gap:calc(var(--layer-content) * 1.1);}
.local-service .text-feature{font-size:calc(16.3px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.72;max-width:calc(1040px / 3);}
.local-service .main-menu{max-width:var(--field-content);}
.local-service .open-nav{max-width:var(--field-content);opacity:.82;}
.local-service .direct-area{display:flex;flex-wrap:wrap;align-items:center;gap:0.92rem;padding-top:calc(var(--layer-content) / 3);}
.local-service .content-feature{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#ffffff;color:#111111;font-size:16.3px;transition:background var(--delay-soft) var(--ease-nav),color var(--delay-soft) var(--ease-nav);}
.local-service .content-feature:hover{background:#b3121a;color:#ffffff;}
.local-service .steady-rail{font-size:calc(16.3px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;opacity:.85;}
.local-service .steady-rail:hover{border-color:#b3121a;opacity:1;}
.local-service .text-shell{font-size:calc(16.3px * .875);opacity:.7;padding-top:calc(var(--layer-content) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-service .text-shell a{border-bottom:1px solid currentColor;}
.local-service .text-shell a:hover{border-color:#b3121a;}
@media (max-width:640px){.local-service .direct-area{flex-direction:column;align-items:flex-start;}.local-service .content-feature{width:100%;}
}
.featured-plan{
  background: #ffffff;
  color: #111111;
  padding: calc(1.5rem * 2.4) 1.06rem;
  border-top: 1px solid #dcdcd6;
}
.featured-plan .fresh-flow{width: min(100%, 1040px);
  margin: 0 auto;}
.featured-plan .visual-quote{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.featured-plan .text-feature{margin: 0 0 1.5rem;
  font-size: calc(16.3px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #232322;}
.featured-plan h1{margin: 0;
  font-size: clamp(calc(16.3px * 2), 7vw, calc(16.3px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.featured-plan .page-inner{margin: calc(0.92rem * 1.5) 0 0;
  max-width: 62ch;
  font-size: calc(16.3px * 1.125);
  line-height: 1.81;
  color: #111111;}
.featured-plan .active-quote{margin-top: calc(0.92rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.92rem;
  min-width: 0;}
.featured-plan a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.featured-plan .strong-method{
  padding: 0.85rem 1.25rem;
  border-radius: 0.44rem;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  transition: background var(--delay-soft) var(--ease-nav);
}
.featured-plan .strong-method:hover{
  background: #2b2b2b;color:#111111;}
.featured-plan .simple-block{padding: 0.85rem 0;
  color: #111111;
  border-bottom: 1px solid #dcdcd6;
  transition: color var(--delay-soft) var(--ease-nav), border-color var(--delay-soft) var(--ease-nav);}
.featured-plan .simple-block:hover{color: #b3121a;
  border-color: #b3121a;}
.featured-plan .steady-rail{margin-top: calc(0.92rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid #dcdcd6;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.92rem;
  font-size: calc(16.3px * .875);}
.featured-plan .service-area{color: #232322;
  text-transform: uppercase;
  letter-spacing: 0.08em;}
.featured-plan .steady-rail a{color: #111111;
  border-bottom: 1px solid transparent;
  transition: color var(--delay-soft) var(--ease-nav), border-color var(--delay-soft) var(--ease-nav);}
.featured-plan .steady-rail a:hover{color: #b3121a;
  border-color: #b3121a;}
@media (max-width: 640px) {.featured-plan .active-quote{
    flex-direction: column;
    align-items: flex-start;
  }.featured-plan .steady-rail{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
