body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.quiet-figure {
    width: 100%;
    background: #ffffff;
    color: #16222f;
    border-bottom: 1px solid #e2e7ee;
  }
:root {
  --surface-primary: #2b3949;
  --speed-fast: ease;
  --tone-panel: #f4f6f9;
}
.start {
    max-width: 1640px;
    margin: 0 auto;
    padding: 1.5rem 1.81rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
.team-copy {
    font-size: calc(18.6px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #16222f;
    text-decoration: none;
    white-space: nowrap;
  }
.team-copy:hover {
    color: #3d84c6;
  }
.nav-desktop {
    margin-left: auto;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
.nav-list a {
    color: #16222f;
    text-decoration: none;
    font-size: 18.6px;
    padding: 0.35rem 0.25rem;
    border-radius: 0.3rem;
    transition: color 260ms var(--speed-fast);
  }
.nav-list a:hover {
    color: #3d84c6;
  }
.secondary-rail {
    display: inline-block;
    background: #2f6fb0;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(18.6px * .875);
    padding: 0.55rem 1rem;
    border-radius: 0.57rem;
    white-space: nowrap;
    transition: background 260ms var(--speed-fast);
  }
.secondary-rail:hover{
    background: #255c95;color:#16222f;}
.open-feature {
    display: none;
    background: transparent;
    border: 1px solid #e2e7ee;
    border-radius: 0.3rem;
    padding: 0.5rem;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
  }
.header{
    display: block;
    width: 22px;
    height: 2px;
    background: #16222f;
    border-radius: 2px;color:#16222f;}
.nav-mobile{
    display: none;
    border-top: 1px solid #e2e7ee;
    background: #ffffff;color:#16222f;}
.nav-list-mobile {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.81rem;
    display: flex;
    flex-direction: column;
    gap: calc(2.5rem * 1.5);
  }
.nav-list-mobile a {
    color: #16222f;
    text-decoration: none;
    font-size: 18.6px;
    display: block;
    padding: 0.5rem 0;
  }
.nav-list-mobile a:hover {
    color: #3d84c6;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .secondary-rail {
      display: none;
    }

    .open-feature {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.direct-media{padding:calc(1.5rem * 2.4) 1.81rem;font-family:"Space Grotesk", sans-serif;font-size:18.6px;line-height:1.8;background:#16222f;color:#f4f6f9;}
.fresh-figure{max-width:1640px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;gap:calc(2.5rem * 1.5)}
.open-tile{display:flex;flex-direction:column;gap:1.5rem}
.person{margin:0;font-size:calc(18.6px * 1.35);letter-spacing:0.02em}
.wide-grid{margin:0;max-width:38ch;font-size:calc(18.6px * .875);opacity:0.85}
.narrow-area{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.site-track ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.site-track a{color:inherit;text-decoration:none;font-size:calc(18.6px * .875);border-bottom:1px solid transparent;transition:border-color 260ms var(--speed-fast)}
.site-track a:hover,
  .site-track a:focus-visible{border-bottom-color:currentColor;color:inherit}
.fresh-group{grid-column:1 / -1;display:flex;flex-direction:column;gap:0.35rem;padding-top:calc(2.5rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(18.6px * .875)}
.fresh-group p{margin:0}
.primary-visual{font-size:18.6px;margin-bottom:0.25rem}
.fresh-group a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 260ms var(--speed-fast)}
.fresh-group a:hover,
  .fresh-group a:focus-visible{border-bottom-color:currentColor;color:inherit}
.compact-content{grid-column:1 / -1;display:flex;flex-direction:column;gap:0.5rem;padding-top:calc(2.5rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(18.6px * .875)}
.offer-note{margin:0;opacity:0.8;max-width:80ch}
.site-plan{margin:0;opacity:0.7}
@media (max-width: 900px) {.fresh-figure{grid-template-columns:1fr}.narrow-area{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.narrow-area{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .team-brand{max-width:1640px;margin:0 auto;padding:calc(1.5rem * .8) 1.81rem;background:#ffffff;border:1px solid #e2e7ee;border-radius:0.99rem 0.99rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 2.5rem;align-items:center;justify-content:space-between;color:#16222f;}
.cookies .compact-lead{flex:1 1 420px;}
.cookies .compact-lead strong{display:block;margin-bottom:4px;}
.cookies .compact-lead p{margin:0;}
.cookies .bottom-track{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .bottom-track button{border:1px solid #e2e7ee;background:#ffffff;color:#16222f;border-radius:0.3rem;padding:8px 12px;cursor:pointer;}
.cookies .bottom-track button.cookie-accept{background:#3d84c6;color:#ffffff;border-color:transparent;font-weight:700;}
.visual-nav{padding:calc(1.5rem*2.6) 1.81rem calc(1.5rem*2.2);background:#ffffff;color:#16222f;}
.visual-nav .main-lead{max-width:1640px;margin:0 auto;display:flex;align-items:center;gap:calc(2.5rem*1.1);flex-wrap:wrap-reverse;}
.visual-nav .site-proof{flex:1 1 32rem;min-width:0;}
.visual-nav h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em;}
.visual-nav p{margin:1.1rem 0 0;color:var(--surface-primary);max-width:44rem;font-size:18.6px;}
.visual-nav .service-proof{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:0.6rem 1.4rem;align-items:center;}
.visual-nav .go{color:#2f6fb0;text-decoration:none;font-size:calc(18.6px * .875);border-bottom:1px solid transparent;padding-bottom:2px;transition:color 260ms var(--speed-fast),border-color 260ms var(--speed-fast);}
.visual-nav .go:hover{color:inherit;border-bottom-color:#3d84c6;}
.visual-nav .contact-surface{flex:0 1 min(29rem,36vw);margin:0;min-width:16rem;}
.visual-nav .text-shell{width:100%;height:auto;display:block;object-fit:cover;border-radius:1.11rem;box-shadow:0 1px 5px rgba(0,0,0,0.18);}
@media (max-width:820px){
  .visual-nav .contact-surface{flex:1 1 100%;}
  .visual-nav .text-shell{max-height:22rem;}
}
.focused-panel{padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--surface-primary)}
.focused-panel .main-lead{max-width:1640px;margin:0 auto}
.focused-panel .bottom-proof{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start}
.focused-panel .strong-track{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-panel .strong-track .site-nav{margin:0;font-size:calc(18.6px * .875);line-height:1.8;padding-left:1.5rem;border-left:2px solid #e2e7ee}
.focused-panel .local-details{flex:2 1 40rem;min-width:0}
.focused-panel h2{margin:0 0 calc(2.5rem * 1.5);font-size:calc(18.6px * 2);line-height:1.15}
.focused-panel .clear-details{display:flex;flex-direction:column;gap:1.5rem}
.focused-panel .focused-stack{display:flex;gap:1.5rem;align-items:baseline;padding-bottom:1.5rem;border-bottom:1px solid #e2e7ee}
.focused-panel .focused-stack:last-child{border-bottom:0;padding-bottom:0}
.focused-panel .focused-stack strong{flex:0 1 13rem;min-width:0;font-size:calc(18.6px * .875);letter-spacing:0.01em}
.focused-panel .focused-stack span{flex:1 1 26rem;min-width:0;line-height:1.8}
@media(max-width:760px){.focused-panel .bottom-proof{display:block}.focused-panel .local-details{margin-top:calc(2.5rem * 1.5)}.focused-panel .focused-stack{display:block;padding-bottom:calc(1.5rem * .75)}.focused-panel .focused-stack span{display:block;margin-top:calc(1.5rem * .75)}.focused-panel h2{font-size:calc(18.6px * 1.35)}
}
.public-method{--field-control:calc(1.5rem * 1.18);--layer-content:calc(1640px / 2.05);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.public-method .main-lead{max-width:1640px;margin:0 auto;}
.public-method h1,.public-method h2,.public-method h3,.public-method p{margin:0;}
.public-method h2{font-size:calc(18.6px * 2);line-height:1.14;max-width:var(--layer-content);}
.public-method p{font-size:18.6px;line-height:1.8;}
.public-method a{color:#2f6fb0;text-decoration:underline;text-underline-offset:3px;}
.public-method a:hover{color:inherit;}
.public-method .direct-panel{max-width:var(--layer-content);font-size:calc(18.6px * 1.125);color:var(--surface-primary);}
.public-method .plain-rail h2{margin-top:calc(1.5rem / 2.4);}
.public-method .steady-nav{margin-top:var(--field-control);display:flex;flex-direction:column;gap:0;border-top:1px solid #e2e7ee;}
.public-method details{padding:calc(calc(1.5rem * .75) * 1.05) 0;border-bottom:1px solid #e2e7ee;}
.public-method summary{cursor:pointer;font-weight:700;font-size:18.6px;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2.5rem;}
.public-method summary::-webkit-details-marker{display:none;}
.public-method summary::after{content:"+";font-weight:400;color:var(--surface-primary);flex:0 0 auto;}
.public-method details[open] summary::after{content:"–";}
.public-method details p{margin-top:calc(1.5rem / 3);max-width:var(--layer-content);color:var(--surface-primary);}
@media (max-width:640px){.public-method summary{font-size:calc(18.6px * .875);}.public-method .direct-panel{font-size:18.6px;}
}
.plain-note{--field-control:calc(1.5rem * 1.4);--layer-content:calc(1640px / 2.4);padding:calc(1.5rem * 2.4) 1.81rem;background:#3d84c6;color:#ffffff;}
.plain-note .main-lead{max-width:1640px;margin:0 auto;}
.plain-note h2,.plain-note h3,.plain-note p{margin:0;}
.plain-note h2{font-size:calc(18.6px * 2);line-height:1.14;max-width:var(--layer-content);}
.plain-note p{font-size:18.6px;line-height:1.8;}
.plain-note .direct-panel{max-width:calc(var(--layer-content) * 1.05);margin-top:calc(2.5rem * 1.5);}
.plain-note .site-nav{font-size:calc(18.6px * .875);max-width:var(--layer-content);opacity:.86;}
.plain-note a{color:inherit;}
.plain-note .focused-headline{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:var(--field-control);}
.plain-note .content-feature{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#ffffff;color:#3d84c6;text-decoration:none;font-size:18.6px;transition:background 260ms var(--speed-fast),color 260ms var(--speed-fast);}
.plain-note .content-feature:hover{background:#255c95;color:#ffffff;}
.plain-note .service-proof{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);}
.plain-note .service-proof a{text-decoration:underline;text-underline-offset:3px;}
.plain-note .service-proof a:hover{opacity:.82;}
@media (max-width:640px){.plain-note .focused-headline{flex-direction:column;align-items:flex-start;}.plain-note .content-feature{width:100%;}
}
.narrow-track{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.narrow-track .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.5rem,4vw,2.5rem);}
.narrow-track .direct-panel{flex:1 1 26rem;
    min-width:0;}
.narrow-track h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(18.6px * 2.65));
    line-height:1.05;
    font-weight:750;
    letter-spacing:-0.01em;}
.narrow-track .service-unit{margin:clamp(0.9rem,1.8vw,1.5rem) 0 0;
    max-width:34rem;
    font-size:clamp(1rem,1.32vw,calc(18.6px * 1.125));
    line-height:1.7;}
.narrow-track .site-nav{flex:0 1 20rem;
    min-width:0;
    padding-top:0.35rem;
    border-top:1px solid #e2e7ee;}
.narrow-track .site-nav p{margin:0;
    font-size:calc(18.6px * .875);
    line-height:1.75;}
@media (max-width:760px){.narrow-track{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.narrow-track .site-nav{
      flex-basis:100%;
    }
  }
.strong-plan{
  --field-control:calc(1.5rem * 1.35);
  --layer-content:calc(1640px / 2.4);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#ffffff;
  color:#16222f;
}
.strong-plan .main-lead{max-width:1640px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-control);}
.strong-plan h2,
.strong-plan h3,
.strong-plan p{margin:0;}
.strong-plan h2{font-size:calc(18.6px * 2);
  line-height:1.15;}
.strong-plan h3{font-size:calc(18.6px * 1.35);
  line-height:1.25;}
.strong-plan p{font-size:18.6px;
  line-height:1.8;}
.strong-plan .quiet-unit{max-width:var(--layer-content);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.strong-plan .direct-panel{color:var(--surface-primary);}
.strong-plan .top-details{display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:2.5rem;
  border-top:1px solid #e2e7ee;
  padding-top:var(--field-control);}
.strong-plan .open-nav{min-width:0;
  padding-left:calc(1.81rem / 1.4);
  border-left:2px solid #3d84c6;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.strong-plan .open-nav p{color:var(--surface-primary);}
.strong-plan .site-nav{max-width:var(--layer-content);
  padding-top:calc(2.5rem * 1.5);
  border-top:1px solid #e2e7ee;
  font-size:calc(18.6px * .875);
  color:var(--surface-primary);}
@media (max-width:640px){.strong-plan .top-details{
    grid-template-columns:1fr;
  }
}
.secondary-method{--field-control:calc(1.5rem * 1.35);--layer-content:calc(1640px / 2.4);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.secondary-method .main-lead{max-width:1640px;margin:0 auto;}
.secondary-method h2,.secondary-method h3,.secondary-method p{margin:0;}
.secondary-method h2{font-size:calc(18.6px * 2);line-height:1.14;}
.secondary-method h3{font-size:calc(18.6px * 1.35);line-height:1.22;}
.secondary-method p{font-size:18.6px;line-height:1.8;}
.secondary-method .quiet-unit{max-width:var(--layer-content);}
.secondary-method .direct-panel{margin-top:calc(1.5rem / 2);}
.secondary-method .top-details{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);border-top:1px solid #e2e7ee;}
.secondary-method .open-nav{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding-top:calc(2.5rem * 1.5);border-bottom:1px solid #e2e7ee;padding-bottom:calc(2.5rem * 1.5);}
.secondary-method .content-rail{font-size:calc(18.6px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.secondary-method .open-nav p{max-width:var(--layer-content);}
.secondary-method .site-nav{margin-top:var(--field-control);padding:calc(1.5rem * .75) 1.5rem;background:var(--tone-panel);color:var(--surface-primary);border-radius:0.57rem;max-width:var(--layer-content);}
@media (min-width:900px){.secondary-method .open-nav{grid-template-columns:calc(1640px / 5.2) minmax(0,1fr);column-gap:2.5rem;align-items:start;}.secondary-method .open-nav h3{grid-column:2;}.secondary-method .open-nav p{grid-column:2;}.secondary-method .content-rail{grid-row:1 / span 2;}
}
.wide-entries{
    padding:calc(1.5rem * 2.4) 1.81rem;
    background:var(--tone-panel);
    color:var(--surface-primary);
}
.wide-entries .main-lead{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.5rem;
    align-items:flex-start;}
.wide-entries .quiet-team{flex:1 1 320px;
    min-width:280px;}
.wide-entries .quiet-team img{width:100%;
    height:auto;
    display:block;
    border-radius:0.99rem;
    border:1px solid #e2e7ee;
    box-shadow:0 1px 5px rgba(0,0,0,0.18);}
.wide-entries .active-inner{flex:1 1 460px;
    min-width:300px;
    max-width:64ch;}
.wide-entries .active-inner h2{margin:0 0 calc(2.5rem * 1.5);
    font-size:calc(18.6px * 2);
    line-height:1.25;}
.wide-entries .active-inner h3{margin:0 0 calc(calc(2.5rem * 1.5) * 0.6);
    font-size:18.6px;
    font-weight:500;
    letter-spacing:0.01em;
    opacity:0.75;}
.wide-entries .active-inner p{margin:0 0 calc(2.5rem * 1.5);
    font-size:18.6px;
    line-height:1.8;}
.wide-entries .active-inner ul{margin:calc(calc(2.5rem * 1.5) * 0.4) 0 0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:calc(calc(2.5rem * 1.5) * 0.45);}
.wide-entries .active-inner li{position:relative;
    padding-left:1.1rem;
    font-size:calc(18.6px * .875);
    line-height:1.6;}
.wide-entries .active-inner li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.6em;
    width:0.4rem;
    height:0.4rem;
    border-radius:0.3rem;
    background:#3d84c6;color:#ffffff;}
@media (max-width:820px){.wide-entries .main-lead{
        flex-direction:column;
    }.wide-entries .active-inner{
        max-width:none;
    }
}
.soft-content{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;
    background:#ffffff;
    color:#16222f;
    border-bottom:1px solid #e2e7ee;
  }
.soft-content .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);}
.soft-content .direct-panel{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,1.5rem);
    padding-left:clamp(1rem,2.4vw,1.81rem);
    border-left:2px solid #2f6fb0;}
.soft-content h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.soft-content .site-proof{margin:0;
    max-width:46rem;
    font-size:clamp(1rem,1.32vw,calc(18.6px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.soft-content{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.soft-content .direct-panel{
      padding-left:1.81rem;
    }
  }
.local-region{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #ffffff;
        color: #16222f;
    }
.local-region .main-lead{max-width: 1640px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5);}
.local-region h2{font-size: calc(18.6px * 2);
        line-height: 1.15;
        margin: 0;}
.local-region .secondary-body{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: calc(1640px / 1.7);}
.local-region .direct-panel{margin: 0;
        font-size: 18.6px;
        line-height: 1.8;
        color: var(--surface-primary);}
.local-region .steady-nav{display: flex;
        flex-direction: column;
        border-top: 1px solid #e2e7ee;}
.local-region details{border-bottom: 1px solid #e2e7ee;
        padding: calc(1.5rem * .75) 0;}
.local-region summary{cursor: pointer;
        font-size: calc(18.6px * 1.125);
        font-weight: 600;
        line-height: 1.35;
        list-style: none;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 2.5rem;}
.local-region summary::-webkit-details-marker{display: none;}
.local-region summary::after{content: "+";
        font-size: calc(18.6px * 1.125);
        color: #2f6fb0;
        flex-shrink: 0;}
.local-region details[open] summary::after{content: "–";}
.local-region details p{margin: calc(1.5rem * .75) 0 0;
        font-size: 18.6px;
        line-height: 1.8;
        color: var(--surface-primary);
        max-width: calc(1640px / 1.55);}
.local-region .service-proof{margin: 0;
        font-size: calc(18.6px * .875);
        color: var(--surface-primary);
        line-height: 1.8;}
.local-region .service-proof a{color: #2f6fb0;
        text-decoration: underline;
        text-underline-offset: 3px;}
.local-region .service-proof a:hover{color:inherit;}
@media (max-width: 720px) {.local-region summary{
            font-size: 18.6px;
        }
    }
.compact-view{--field-control:calc(1.5rem * 0.85);--layer-content:calc(1640px / 2.4);--copy-lead:calc(1640px / 3.6);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.compact-view .main-lead{max-width:1640px;margin:0 auto;}
.compact-view h2,.compact-view h3,.compact-view p{margin:0;}
.compact-view h2{font-size:calc(18.6px * 2);line-height:1.14;max-width:var(--layer-content);}
.compact-view h3{font-size:calc(18.6px * 1.35);line-height:1.22;}
.compact-view p{font-size:18.6px;line-height:1.8;}
.compact-view a{text-decoration:none;}
.compact-view a:hover{}
.compact-view img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.compact-view .fresh-flow>img{margin-top:var(--field-control);max-width:calc(1640px / 1.6);}
.compact-view .fresh-flow>.direct-panel{margin-top:1.5rem;max-width:var(--layer-content);}
.compact-view .top-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;margin-top:var(--field-control);}
.compact-view .open-nav{flex:1 1 calc(1640px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2e7ee;}
.compact-view .open-nav p{margin-top:calc(1.5rem / 3);}
.compact-view .site-nav{margin-top:var(--field-control);max-width:var(--layer-content);font-size:calc(18.6px * .875);}
@media (max-width:720px){.compact-view .open-nav{flex:1 1 100%;}.compact-view .fresh-flow>img{max-width:100%;}
}
.visual-entries{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.visual-entries .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.25rem,3vw,2.5rem);}
.visual-entries .direct-panel{flex:1 1 34rem;
    min-width:min(100%,20rem);
    padding-left:clamp(.9rem,2.4vw,calc(2.5rem * 1.5));
    border-left:2px solid #3d84c6;}
.visual-entries h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.visual-entries .site-proof{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:clamp(1rem,1.3vw,calc(18.6px * 1.125));
    line-height:1.72;}
.visual-entries .site-nav{
    flex:0 1 20rem;
    align-self:flex-end;
    padding:calc(1.5rem * .75) calc(1.5rem * .75);
    background:#ffffff;
    color:#16222f;
    border:1px solid #e2e7ee;
    border-radius:0.57rem;
  }
.visual-entries .site-nav p{margin:0;
    font-size:calc(18.6px * .875);
    line-height:1.65;}
@media (max-width:760px){.visual-entries{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.visual-entries .site-nav{align-self:stretch;flex-basis:100%;}
  }
.offer-intro{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);color:#16222f}
.offer-intro .main-lead{max-width:1640px;margin:0 auto}
.offer-intro .soft-contact{max-width:56rem;margin-bottom:calc(2.5rem * 1.5)}
.offer-intro h2{margin:0;font-size:calc(18.6px * 2.65);line-height:1.04}
.offer-intro .soft-contact p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(18.6px * 1.125);line-height:1.8}
.offer-intro .active-story{display:flex;align-items:flex-start;gap:calc(2.5rem * 1.5)}
.offer-intro .steady-nav{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #e2e7ee;padding-left:calc(1.5rem * .75)}
.offer-intro button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 260ms var(--speed-fast),transform 260ms var(--speed-fast)}
.offer-intro button:hover,.offer-intro button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.offer-intro .page-block{flex:1 1 30rem;align-self:start}
.offer-intro [data-response]{display:none}
.offer-intro [data-response].is-active{display:block;animation:clarifyFocusIn calc(260ms*1.8) var(--speed-fast) both}
.offer-intro h3{margin:0;font-size:calc(18.6px * 2);line-height:1.1}
.offer-intro [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(18.6px * 1.125);line-height:1.8}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.5rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.offer-intro .active-story{display:block}.offer-intro .steady-nav{margin-bottom:calc(2.5rem * 1.5);border-left:0;padding-left:0;border-top:2px solid #e2e7ee;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.offer-intro [data-response].is-active{animation:none}}
.focused-figure{--field-control:calc(1.5rem * 1.02);--layer-content:calc(1640px / 2.55);--copy-lead:calc(1640px / 3.94);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--surface-primary);}
.focused-figure .main-lead{max-width:1640px;margin:0 auto;}
.focused-figure h1,.focused-figure h2,.focused-figure h3,.focused-figure p{margin:0;}
.focused-figure h1{font-size:calc(18.6px * 2.65);line-height:1.08;}
.focused-figure h2{font-size:calc(18.6px * 2);line-height:1.14;}
.focused-figure h3{font-size:calc(18.6px * 1.35);line-height:1.22;}
.focused-figure p{font-size:18.6px;line-height:1.8;}
.focused-figure a{color:#2f6fb0;text-decoration:none;border-bottom:1px solid rgba(47, 111, 176, 0.35);}
.focused-figure a:hover{color:inherit;}
.focused-figure img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.focused-figure .top-details{display:flex;flex-direction:column;gap:var(--field-control);margin-top:0;}
.focused-figure .open-nav{min-width:0;padding-bottom:calc(2.5rem * 1.5);border-bottom:1px solid #e2e7ee;}
.focused-figure .open-nav:last-of-type{border-bottom:0;padding-bottom:0;}
.focused-figure .open-nav p{margin-top:calc(1.5rem / 3);}
.focused-figure .narrow-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.focused-figure .narrow-story>.site-proof{flex:1 1 calc(1640px / 3);min-width:0;}
.focused-figure .narrow-story>.top-details{flex:2 1 calc(1640px / 2);}
.focused-figure .narrow-story>img{margin-left:auto;max-width:calc(var(--copy-lead) * 1.1);}
.focused-figure .site-proof .direct-panel{margin-top:1.5rem;}
.focused-figure .site-proof .site-nav{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);color:var(--surface-primary);opacity:.75;}
.focused-figure .service-proof{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);}
@media (max-width:900px){.focused-figure .narrow-story>img{max-width:100%;margin-left:0;}
}
.featured-items{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.featured-items .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:2.5rem;}
.featured-items h1{flex:1 1 22rem;
    margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.featured-items .site-proof{flex:1 1 24rem;
    padding-top:0.35rem;
    border-top:1px solid #e2e7ee;}
.featured-items p{margin:0;
    max-width:42rem;
    font-size:18.6px;
    line-height:1.75;}
@media (max-width:760px){.featured-items{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.featured-items .bottom-proof{gap:calc(2.5rem * 1.5);}.featured-items h1{flex:1 1 100%;}.featured-items .site-proof{flex:1 1 100%;}
  }
.simple-body{
  --field-control:calc(1.5rem * 1.19);
  --type-extra-5:calc(1640px / 3.52);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#16222f;
  color:#f4f6f9;
}
.simple-body .main-lead{max-width:1640px;margin:0 auto;}
.simple-body h2,
.simple-body h3,
.simple-body p{margin:0;}
.simple-body h2{font-size:calc(18.6px * 2);line-height:1.12;}
.simple-body h3{font-size:calc(18.6px * 1.35);line-height:1.2;}
.simple-body p{font-size:18.6px;line-height:1.8;color:inherit;}
.simple-body a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.simple-body a:hover{opacity:.75;}
.simple-body .bottom-contact{padding-inline-start:calc(1.81rem / 2);}
.simple-body .steady-form{row-gap:calc(var(--field-control) * 1.2);}
.simple-body .direct-panel{margin-top:1.5rem;max-width:calc(1640px / 2);}
.simple-body .active-surface{display:flex;
  flex-wrap:wrap;
  gap:var(--field-control);
  margin-top:var(--field-control);}
.simple-body .open-nav{
  flex:1 1 var(--type-extra-5);
  min-width:0;
  padding:calc(var(--field-control) * .75);
  border-radius:0.57rem;
  background:var(--tone-panel);
  color:var(--surface-primary);
}
.simple-body .open-nav .secondary-story{display:block;
  font-size:calc(18.6px * .875);
  letter-spacing:.08em;color:inherit;
  margin-bottom:calc(1.5rem / 3);}
.simple-body .open-nav h3{color:inherit;}
.simple-body .open-nav p{margin-top:calc(1.5rem / 3);}
.simple-body .site-nav{margin-top:var(--field-control);
  max-width:calc(1640px / 1.9);
  font-size:calc(18.6px * .875);color:inherit;}
@media (max-width:720px){.simple-body .bottom-contact{padding-inline-start:0;}.simple-body .open-nav{flex:1 1 100%;}
}
.bottom-view{--field-control:calc(1.5rem * 1.2);--layer-content:calc(1640px / 2.6);--copy-lead:calc(1640px / 3.8);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.bottom-view .main-lead{max-width:1640px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.bottom-view h2,.bottom-view h3,.bottom-view p{margin:0;}
.bottom-view h2{font-size:calc(18.6px * 2);line-height:1.12;}
.bottom-view h3{font-size:calc(18.6px * 1.35);line-height:1.25;}
.bottom-view p{font-size:18.6px;line-height:1.8;}
.bottom-view .site-proof{flex:1 1 calc(1640px / 3);min-width:0;}
.bottom-view .site-proof .direct-panel{margin-top:1.5rem;}
.bottom-view .top-details{flex:2 1 calc(1640px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--field-control);}
.bottom-view .open-nav{min-width:0;padding-bottom:var(--field-control);border-bottom:1px solid #e2e7ee;}
.bottom-view .open-nav:last-child{border-bottom:0;padding-bottom:0;}
.bottom-view .open-nav p{margin-top:calc(1.5rem / 3);}
.bottom-view .fresh-lead{flex:1 1 calc(1640px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(2.5rem * 1.5);}
.bottom-view .fresh-lead img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.bottom-view .site-nav{font-size:calc(18.6px * .875);}
.bottom-view .site-nav a{text-decoration:none;border-bottom:1px solid #2f6fb0;}
.bottom-view .site-nav a:hover{border-bottom-color:#3d84c6;}
@media (max-width: 900px){.bottom-view .main-lead{flex-direction:column;}.bottom-view .site-proof,.bottom-view .top-details,.bottom-view .fresh-lead{flex:1 1 auto;width:100%;}
}
.simple-entries{
  --field-control:calc(1.5rem * 1.00);
  --layer-content:calc(1640px / 2.24);
  --type-extra-5:calc(1640px / 3.31);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#16222f;
  color:#f4f6f9;
}
.simple-entries .main-lead{max-width:1640px;
  margin:0 auto;}
.simple-entries h2,
.simple-entries h3,
.simple-entries p{margin:0;}
.simple-entries h2{font-size:calc(18.6px * 2);
  line-height:1.12;}
.simple-entries h3{font-size:calc(18.6px * 1.35);
  line-height:1.2;}
.simple-entries p{font-size:18.6px;
  line-height:1.8;color:inherit;}
.simple-entries .media-figure{padding-inline-start:calc(1.5rem * .75);}
.simple-entries .steady-form{row-gap:calc(var(--field-control) * 1.2);}
.simple-entries .form{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.simple-entries .direct-panel{margin-top:1.5rem;
  max-width:calc(1640px / 2);}
.simple-entries .active-surface{display:flex;
  flex-wrap:wrap;
  gap:var(--field-control);
  margin-top:var(--field-control);}
.simple-entries .open-nav{
  flex:1 1 var(--type-extra-5);
  min-width:0;
  padding:calc(var(--field-control) * .75);
  border-radius:0.57rem;
  background:var(--tone-panel);color:var(--surface-primary);}
.simple-entries .open-nav p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.simple-entries .direct-panel{
    max-width:none;
  }.simple-entries .open-nav{
    flex:1 1 100%;
  }
}
.secondary-shell{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.secondary-shell .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.5rem,4vw,2.5rem);}
.secondary-shell .direct-panel{flex:1 1 32rem;
    min-width:0;
    padding-left:clamp(1rem,2.5vw,calc(2.5rem * 1.5));
    border-left:2px solid #2f6fb0;}
.secondary-shell h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.secondary-shell .site-proof{margin:clamp(1rem,2vw,1.5rem) 0 0;
    max-width:42rem;
    font-size:clamp(1rem,1.3vw,calc(18.6px * 1.125));
    line-height:1.75;}
.secondary-shell .site-nav{
    flex:1 1 18rem;
    max-width:24rem;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#16222f;
    border:1px solid #e2e7ee;
    border-radius:0.99rem;
    box-shadow:var(--depth-panel,0 1px 5px rgba(0,0,0,0.18));
  }
.secondary-shell .site-nav p{margin:0;
    font-size:calc(18.6px * .875);
    line-height:1.7;}
@media (max-width:760px){.secondary-shell{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.secondary-shell .direct-panel{padding-left:1.81rem;}.secondary-shell .site-nav{max-width:100%;}
  }
.bottom-summary{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);
  color: #16222f;
}
.bottom-summary .main-lead{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1640px;
  margin: 0 auto;}
.bottom-summary .compact-menu{max-width: 62rem;
  margin: 0 0 calc(2.5rem * 1.5);
  padding: 1.5rem 0;}
.bottom-summary h2{margin: 0;
  font-size: calc(18.6px * 2.65);
  line-height: 1.05;}
.bottom-summary .compact-menu p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: calc(18.6px * 1.125);
  line-height: 1.8;}
.bottom-summary .soft-brand{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.bottom-summary .main-section{display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;}
.bottom-summary .main-section p{max-width: 26rem;
  margin: 0;
  line-height: 1.8;}
.bottom-summary .bottom-track{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.bottom-summary .bottom-track a{color: inherit;
  font-size: calc(18.6px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.bottom-summary .narrow-media{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.bottom-summary .narrow-media a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  font-size: 18.6px;}
.bottom-summary .narrow-media span{display: block;
  font-size: calc(18.6px * .875);
  opacity: .65;}
@media (max-width: 720px) {.bottom-summary .soft-brand,
  .bottom-summary .main-section{
    display: block;
  }.bottom-summary .main-section p + p{
    margin-top: calc(1.5rem * .75);
  }.bottom-summary .bottom-track{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.site-media{
  background:#ffffff;
  color:#16222f;
  padding:calc(1.5rem * 2.4) 1.81rem;
}
.site-media .main-lead{max-width:60rem;
  margin:0 auto;}
.site-media .quiet-unit{display:flex;
  gap:calc(2.5rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.site-media h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.site-media .quiet-unit p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--surface-primary);
  line-height:1.8;}
.site-media .steady-entries{margin-top:calc(2.5rem * 1.5);
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:2.5rem;}
.site-media .steady-entries a{
  display:block;
  color:#16222f;
  background:#ffffff;
  border:1px solid #e2e7ee;
  border-radius:0.99rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color 260ms var(--speed-fast), box-shadow 260ms var(--speed-fast);
}
.site-media .steady-entries a:hover{border-color:#3d84c6;
  box-shadow:0 1px 5px rgba(0,0,0,0.18);}
.site-media .steady-entries strong{display:block;
  font-size:18.6px;
  line-height:1.3;}
.site-media .steady-entries span{display:block;
  margin-top:.5rem;
  color:var(--surface-primary);
  font-size:calc(18.6px * .875);
  line-height:1.8;}
.site-media .service-proof{margin-top:calc(2.5rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #e2e7ee;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;}
.site-media .service-proof p{margin:0;
  flex:1 1 22rem;
  min-width:0;
  color:var(--surface-primary);
  line-height:1.8;}
.site-media .service-proof p a{color:#2f6fb0;
  text-decoration:underline;
  text-underline-offset:2px;}
.site-media .service-proof p a:hover{color:inherit;}
.site-media .content-feature{
  display:inline-flex;
  align-items:center;
  background:#2f6fb0;
  color:#ffffff;
  text-decoration:none;
  border-radius:1.11rem;
  padding:.75rem 1.15rem;
  font-size:calc(18.6px * .875);
  transition:background 260ms var(--speed-fast);
}
.site-media .content-feature:hover{
  background:#255c95;color:#16222f;}
@media (max-width:680px){.site-media .quiet-unit{display:block}.site-media .quiet-unit p{margin-top:1.5rem}.site-media .steady-entries{grid-template-columns:1fr}.site-media .service-proof{display:block}.site-media .content-feature{margin-top:1.5rem}
}
.grid-_second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.grid-_second-hero-block .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);
    padding-left:clamp(1rem,3vw,calc(2.5rem * 1.5));
    border-left:1px solid #e2e7ee;}
.grid-_second-hero-block .direct-panel{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,1.5rem);}
.grid-_second-hero-block h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(18.6px * 2.65));
    line-height:1.04;
    font-weight:750;
    letter-spacing:-0.01em;}
.grid-_second-hero-block .site-proof{max-width:44rem;}
.grid-_second-hero-block p{margin:0;
    font-size:clamp(1rem,1.35vw,calc(18.6px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.grid-_second-hero-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.grid-_second-hero-block .bottom-proof{
      padding-left:1.81rem;
    }
  }
.offer-stack{--field-control:calc(1.5rem * 1.02);--layer-content:calc(1640px / 2.25);--copy-lead:calc(1640px / 3.83);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.offer-stack .main-lead{max-width:1640px;margin:0 auto;}
.offer-stack h1,.offer-stack h2,.offer-stack h3,.offer-stack p{margin:0;}
.offer-stack h1{font-size:calc(18.6px * 2.65);line-height:1.08;}
.offer-stack h2{font-size:calc(18.6px * 2);line-height:1.12;}
.offer-stack h3{font-size:calc(18.6px * 1.35);line-height:1.2;}
.offer-stack p{font-size:18.6px;line-height:1.8;}
.offer-stack a{text-decoration:none;}
.offer-stack a:hover{}
.offer-stack img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.offer-stack .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.3rem;background:#2f6fb0;color:#ffffff;}
.offer-stack .content-feature:hover{background:#255c95;color:#ffffff;}
.offer-stack .site-nav{font-size:calc(18.6px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.offer-stack .direct-panel{max-width:var(--layer-content);margin-top:calc(1.5rem / 2);}
.offer-stack .top-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;margin-top:var(--field-control);}
.offer-stack .open-nav{flex:1 1 calc(1640px / 4);min-width:0;}
.offer-stack .open-nav p,.offer-stack .open-nav a{margin-top:calc(1.5rem / 3);}
.offer-stack .open-nav img{margin-bottom:calc(1.5rem / 2);}
.offer-stack .open-nav a{font-size:calc(18.6px * .875);}
.offer-stack .fresh-lead{margin-top:var(--field-control);max-width:var(--layer-content);font-size:calc(18.6px * .875);}
.offer-stack .offer-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.offer-stack .offer-track>.site-proof{flex:1 1 auto;min-width:0;}
.offer-stack .offer-track>.content-feature{flex:0 0 auto;}
.offer-stack .offer-track>.top-details{flex:1 1 100%;}
.offer-stack .site-proof h2{margin-top:calc(1.5rem / 2);}
.contact-actions{--field-control:calc(1.5rem * 0.9);--layer-content:calc(1640px / 3.2);--axis-static:calc(1640px / 5.2);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.contact-actions .main-lead{max-width:1640px;margin:0 auto;}
.contact-actions h2,.contact-actions h3,.contact-actions p{margin:0;}
.contact-actions h2{font-size:calc(18.6px * 2);line-height:1.12;}
.contact-actions h3{font-size:calc(18.6px * 1.35);line-height:1.22;}
.contact-actions p{font-size:18.6px;line-height:1.8;}
.contact-actions .site-proof p{color:var(--surface-primary);}
.contact-actions .site-proof .direct-panel{color:#16222f;}
.contact-actions .site-nav{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);color:var(--surface-primary);}
.contact-actions .service-proof{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);color:var(--surface-primary);}
.contact-actions .service-proof a{color:#2f6fb0;text-decoration:underline;text-underline-offset:3px;}
.contact-actions .service-proof a:hover{color:inherit;}
.contact-actions img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.contact-actions .narrow-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.contact-actions .narrow-story>.site-proof{flex:1 1 var(--layer-content);min-width:0;}
.contact-actions .narrow-story>.top-details{flex:2 1 calc(1640px / 2.1);min-width:0;display:flex;flex-direction:column;gap:var(--field-control);}
.contact-actions .open-nav{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:flex-start;padding-bottom:var(--field-control);border-bottom:1px solid #e2e7ee;}
.contact-actions .open-nav:last-child{border-bottom:0;padding-bottom:0;}
.contact-actions .open-nav img{flex:0 0 var(--axis-static);max-width:var(--axis-static);border-radius:0.3rem;}
.contact-actions .open-nav h3{flex:1 1 100%;}
.contact-actions .open-nav p{flex:1 1 100%;color:var(--surface-primary);}
@media (min-width:900px){.contact-actions .open-nav h3{flex:1 1 calc(100% - var(--axis-static) - calc(1.5rem * .75));}.contact-actions .open-nav p{flex:1 1 calc(100% - var(--axis-static) - calc(1.5rem * .75));}
}
.quiet-summary{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff,#eef3f9 55%,#e2ebf5));
    color:#16222f;
  }
.quiet-summary .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.25rem,3vw,2.5rem);}
.quiet-summary .direct-panel{flex:1 1 34rem;
    min-width:0;
    padding-left:clamp(0.9rem,2.4vw,calc(2.5rem * 1.5));
    border-left:2px solid #3d84c6;}
.quiet-summary h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;
    max-width:22ch;}
.quiet-summary .site-proof{margin-top:clamp(0.9rem,1.8vw,1.5rem);
    max-width:44rem;}
.quiet-summary p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(18.6px * 1.125));
    line-height:1.72;}
.quiet-summary .fresh-lead{
    flex:0 1 20rem;
    align-self:flex-end;
    padding:calc(1.5rem * .75) calc(2.5rem * 1.5);
    background:#ffffff;
    color:#16222f;
    border:1px solid #e2e7ee;
    border-radius:0.57rem;
  }
.quiet-summary .site-nav{margin:0;
    font-size:calc(18.6px * .875);
    line-height:1.65;}
@media (max-width:860px){.quiet-summary .fresh-lead{
      flex:1 1 100%;
      align-self:stretch;
    }
  }
@media (max-width:620px){.quiet-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.quiet-summary .direct-panel{
      padding-left:1.81rem;
    }.quiet-summary h1{
      max-width:100%;
    }
  }
.service-shell{
  --field-control:calc(1.5rem * 1.35);
  --layer-content:calc(1640px / 2.4);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:var(--tone-panel);
  color:var(--surface-primary);
}
.service-shell .main-lead{max-width:1640px;
  margin:0 auto;}
.service-shell h2,
.service-shell p{margin:0;}
.service-shell h2{font-size:calc(18.6px * 2);
  line-height:1.14;}
.service-shell p{font-size:18.6px;
  line-height:1.8;}
.service-shell a{color:inherit;text-decoration:none;}
.service-shell .steady-block{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(2.5rem * 1.5) 2.5rem;}
.service-shell .site-proof{flex:1 1 22rem;
  max-width:var(--layer-content);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.service-shell .service-proof{flex:0 1 18rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-left:1.5rem;
  border-left:1px solid #e2e7ee;}
.service-shell .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.3rem;
  background:#2f6fb0;
  color:#ffffff;
  font-size:calc(18.6px * .875);
  transition:background 260ms var(--speed-fast);
}
.service-shell .content-feature:hover{background:#255c95;color:#16222f;}
.service-shell .site-nav{font-size:calc(18.6px * .875);
  color:var(--surface-primary);}
.service-shell .site-nav a{color:#2f6fb0;
  text-decoration:underline;
  text-underline-offset:2px;}
.service-shell .site-nav a:hover{color:inherit;}
@media (max-width:720px){.service-shell .service-proof{
    padding-left:0;
    padding-top:calc(1.5rem * .75);
    border-left:0;
    border-top:1px solid #e2e7ee;
  }
}
.open-links{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);
        color: #16222f;
    }
.open-links .main-lead{max-width: 1640px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.5rem * 1.5);}
.open-links .direct-panel{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.open-links h2{margin: 0;
        font-size: calc(18.6px * 2);
        line-height: 1.1;}
.open-links .direct-panel p{margin: 0;
        font-size: calc(18.6px * 1.125);
        line-height: 1.8;}
.open-links .area{display: flex;
        flex-wrap: wrap;
        gap: 2.5rem;}
.open-links .active-region{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid #e2e7ee;
        border-radius: 0.99rem;
        background: #ffffff;
        color: #16222f;
        box-shadow: 0 1px 5px rgba(0,0,0,0.18);
    }
.open-links .strong-proof{margin: 0;
        font-size: 18.6px;
        line-height: 1.8;}
.open-links .contact-quote{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #e2e7ee;}
.open-links .contact-quote strong{font-size: calc(18.6px * .875);}
.open-links .contact-quote span{font-size: calc(18.6px * .875);}
@media (max-width: 760px) {.open-links .active-region{
            flex: 1 1 100%;
        }
    }
.page-details{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.page-details .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.5rem,4vw,2.5rem);
    border-bottom:1px solid #e2e7ee;
    padding-bottom:clamp(1.25rem,3vw,calc(2.5rem * 1.5));}
.page-details .direct-panel{flex:1 1 34rem;
    min-width:0;}
.page-details h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.page-details .site-proof{margin-top:clamp(.85rem,1.8vw,1.5rem);
    max-width:44rem;}
.page-details p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(18.6px * 1.125));
    line-height:1.7;}
.page-details .fresh-lead{flex:0 1 22rem;
    min-width:0;
    padding-left:clamp(0rem,2vw,calc(2.5rem * 1.5));
    border-left:1px solid #e2e7ee;}
.page-details .site-nav{margin:0;
    font-size:calc(18.6px * .875);
    line-height:1.65;}
@media (max-width:820px){.page-details .fresh-lead{
      flex:1 1 100%;
      padding-left:0;
      border-left:0;
      border-top:1px solid #e2e7ee;
      padding-top:1.5rem;
    }
  }
@media (max-width:620px){.page-details{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.page-details h1{
      font-size:clamp(1.7rem,7vw,2.4rem);
    }
  }
.active-flow{
        --field-control: calc(1.5rem * 1.05);
        --layer-content: calc(1640px / 2.6);
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #ffffff;
        color: #16222f;
    }
.active-flow .main-lead{max-width: 1640px;
        margin: 0 auto;}
.active-flow h2,
    .active-flow h3,
    .active-flow p{margin: 0;}
.active-flow h2{font-size: calc(18.6px * 2);
        line-height: 1.14;}
.active-flow h3{font-size: calc(18.6px * 1.35);
        line-height: 1.22;}
.active-flow p{font-size: 18.6px;
        line-height: 1.8;}
.active-flow .quiet-unit{display: flex;
        flex-direction: column;
        gap: 1.5rem;
        max-width: var(--layer-content);}
.active-flow .direct-panel{color: var(--surface-primary);}
.active-flow .top-details{display: flex;
        flex-direction: column;
        margin-top: calc(var(--field-control) * 1.4);
        border-top: 1px solid #e2e7ee;}
.active-flow .open-nav{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: 2.5rem;
        padding-block: calc(1.5rem * .75);
        border-bottom: 1px solid #e2e7ee;}
.active-flow .open-nav p{color: var(--surface-primary);}
.active-flow .service-proof{
        margin-top: calc(var(--field-control) * 1.2);
        padding: calc(1.5rem * .75) 1.5rem;
        background: var(--tone-panel);
        color: var(--surface-primary);
        border-radius: 0.57rem;
        font-size: calc(18.6px * .875);
    }
.active-flow .service-proof a{color: #2f6fb0;
        text-decoration: underline;
        text-underline-offset: 3px;}
.active-flow .service-proof a:hover{color:inherit;}
@media (max-width: 760px) {.active-flow .open-nav{
            grid-template-columns: 1fr;
            gap: calc(1.5rem / 2);
        }
    }
.text-flow{--field-control:calc(1.5rem * 1.2);--layer-content:calc(1640px / 2.6);--copy-lead:calc(1640px / 3.8);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.text-flow .main-lead{max-width:1640px;margin:0 auto;}
.text-flow h1,.text-flow h2,.text-flow h3,.text-flow p{margin:0;}
.text-flow h2{font-size:calc(18.6px * 2);line-height:1.12;}
.text-flow h3{font-size:calc(18.6px * 1.35);line-height:1.25;}
.text-flow p{font-size:18.6px;line-height:1.8;}
.text-flow a{text-decoration:none;}
.text-flow a:hover{}
.text-flow img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.text-flow .direct-panel{max-width:var(--layer-content);}
.text-flow .site-nav{margin-top:calc(2.5rem * 1.5);max-width:var(--layer-content);}
.text-flow .service-proof{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);}
.text-flow .top-details{display:flex;flex-direction:column;gap:var(--field-control);}
.text-flow .open-nav{min-width:0;padding-bottom:var(--field-control);border-bottom:1px solid #e2e7ee;}
.text-flow .open-nav:last-child{padding-bottom:0;border-bottom:0;}
.text-flow .open-nav p{margin-top:calc(1.5rem / 3);}
.text-flow .narrow-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.text-flow .narrow-story>.site-proof{flex:1 1 calc(1640px / 3);min-width:0;}
.text-flow .narrow-story>.top-details{flex:2 1 calc(1640px / 2);}
.text-flow .narrow-story>img{margin-left:auto;max-width:var(--copy-lead);}
.text-flow .site-proof .direct-panel{margin-top:1.5rem;}
@media (max-width:900px){.text-flow .narrow-story>img{margin-left:0;max-width:100%;}
}
.site-intro{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.site-intro .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(2.5rem * 1.5));
    padding-left:clamp(1rem,3vw,calc(2.5rem * 1.5));
    border-left:2px solid #3d84c6;}
.site-intro h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;
    max-width:22ch;}
.site-intro .site-proof{max-width:46rem;}
.site-intro p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(18.6px * 1.125));
    line-height:1.75;}
@media (max-width:680px){.site-intro{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.site-intro .bottom-proof{
      padding-left:1.81rem;
    }.site-intro h1{
      max-width:100%;
    }
  }
.featured-rail{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #3d84c6 0%, #2f6fb0 100%);color:#ffffff}
.featured-rail .main-lead{max-width:1640px;margin:0 auto}
.featured-rail .fresh-story{display:flex;flex-wrap:wrap;gap:calc(2.5rem * 1.5);align-items:flex-start}
.featured-rail .quiet-unit{flex:1 1 22rem;min-width:0}
.featured-rail h2{margin:0;font-size:calc(18.6px * 2.65);line-height:1.06}
.featured-rail .quiet-unit p{margin:1.5rem 0 0;font-size:calc(18.6px * 1.125);line-height:1.8}
.featured-rail .quiet-unit .site-nav{margin-top:calc(1.5rem * .75);font-size:calc(18.6px * .875);opacity:.85}
.featured-rail .quiet-details{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1px;background:color-mix(in srgb,#ffffff 22%,transparent);border-radius:0.57rem;overflow:hidden;color:#16222f;}
.featured-rail .quiet-details a{display:block;background:color-mix(in srgb,#ffffff 12%,transparent);color:#ffffff;padding:1.5rem;text-decoration:none;transition:background 260ms var(--speed-fast)}
.featured-rail .quiet-details a:hover{background:color-mix(in srgb,#ffffff 22%,transparent);color:#16222f;}
.featured-rail strong{display:block;font-size:calc(18.6px * 1.35);line-height:1.2}
.featured-rail span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.6px * .875);line-height:1.5}
@media(max-width:780px){.featured-rail h2{font-size:calc(18.6px * 2)}.featured-rail .quiet-unit p{font-size:18.6px}}
.plain-items{--field-control:calc(1.5rem * 1.19);--layer-content:calc(1640px / 3.10);--copy-lead:calc(1640px / 3.27);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:#16222f;}
.plain-items .main-lead{max-width:1640px;margin:0 auto;}
.plain-items h1,.plain-items h2,.plain-items h3,.plain-items p{margin:0;}
.plain-items h1{font-size:calc(18.6px * 2.65);line-height:1.08;}
.plain-items h2{font-size:calc(18.6px * 2);line-height:1.12;}
.plain-items h3{font-size:calc(18.6px * 1.35);line-height:1.2;}
.plain-items p{font-size:18.6px;line-height:1.8;}
.plain-items a{color:inherit;text-decoration:none;}
.plain-items img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.plain-items .top-details{display:flex;flex-direction:column;gap:var(--field-control);margin-top:var(--field-control);}
.plain-items .open-nav{min-width:0;}
.plain-items .open-nav p{margin-top:calc(1.5rem / 3);color:var(--surface-primary);}
.plain-items .open-nav img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-lead) * .7);}
.plain-items .narrow-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.plain-items .narrow-story>.site-proof{flex:1 1 calc(1640px / 3);min-width:0;}
.plain-items .narrow-story>.top-details{flex:2 1 calc(1640px / 2);margin-top:0;}
.plain-items .narrow-story>img{margin-left:auto;max-width:calc(var(--copy-lead) * .8);}
.plain-items .site-proof .direct-panel{margin-top:1.5rem;}
.plain-items .site-proof .site-nav{margin-top:calc(1.5rem / 2);font-size:calc(18.6px * .875);color:var(--surface-primary);}
.plain-items .service-proof{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:calc(1.5rem * 1.2);}
.plain-items .service-proof a{font-size:calc(18.6px * .875);color:#2f6fb0;border-bottom:1px solid #e2e7ee;padding-bottom:2px;}
.plain-items .service-proof a:hover{color:inherit;}
@media (max-width:900px){.plain-items .narrow-story>.site-proof,.plain-items .narrow-story>.top-details{flex:1 1 100%;}.plain-items .narrow-story>img{margin-left:0;max-width:100%;}
}
.text-form{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem calc(calc(1.5rem * 2.4)*.6);
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.text-form .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.5rem,4vw,2.5rem);}
.text-form h1{flex:1 1 22rem;
    margin:0;
    font-size:clamp(2rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.text-form .site-proof{flex:1 1 24rem;
    padding-top:0.35rem;
    border-top:2px solid #e2e7ee;}
.text-form p{margin:0;
    font-size:18.6px;
    line-height:1.75;}
@media (max-width:720px){.text-form{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.45);
    }.text-form .bottom-proof{
      flex-direction:column;
      gap:1.5rem;
    }.text-form h1{
      flex:1 1 auto;
    }.text-form .site-proof{
      flex:1 1 auto;
    }
  }
.question{--field-control:calc(1.5rem * 1.18);--layer-content:calc(1640px / 2.9);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.question .main-lead{max-width:1640px;margin:0 auto;}
.question h2,.question h3,.question p{margin:0;}
.question h2{font-size:calc(18.6px * 2);line-height:1.14;}
.question h3{font-size:calc(18.6px * 1.35);line-height:1.24;}
.question p{font-size:18.6px;line-height:1.8;}
.question .direct-panel{margin-top:1.5rem;max-width:var(--layer-content);}
.question .site-nav{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);color:var(--surface-primary);padding-left:calc(1.5rem * .75);border-left:2px solid #e2e7ee;}
.question .top-details{display:flex;flex-direction:column;gap:0;margin-top:0;}
.question .open-nav{min-width:0;padding:calc(2.5rem * 1.5) 0;border-top:1px solid #e2e7ee;}
.question .open-nav:first-child{border-top:0;padding-top:0;}
.question .open-nav p{margin-top:calc(1.5rem / 3.2);color:var(--surface-primary);}
.question .quiet-stack{display:flex;align-items:flex-start;gap:calc(2.5rem * 1.1);}
.question .quiet-stack>.site-proof{flex:1 1 calc(1640px / 3.1);min-width:0;}
.question .quiet-stack>.top-details{flex:1.6 1 calc(1640px / 2.1);}
@media(max-width:820px){.question .quiet-stack{flex-direction:column;}.question .quiet-stack>.top-details{margin-top:var(--field-control);}}
.open-list{padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--surface-primary)}
.open-list .main-lead{max-width:1640px;margin:0 auto}
.open-list .fresh-story{display:flex;flex-wrap:wrap;gap:calc(2.5rem * 1.5);align-items:flex-start}
.open-list .quiet-unit{flex:1 1 320px;min-width:0}
.open-list h2{margin:0;font-size:calc(18.6px * 2);line-height:1.1}
.open-list .quiet-unit p{margin:1.5rem 0 0;font-size:18.6px;line-height:1.8}
.open-list .quiet-details{flex:1 1 460px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-list .quiet-details a{display:block;min-width:0;background:#ffffff;color:#16222f;border:1px solid #e2e7ee;border-radius:0.57rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 260ms var(--speed-fast)}
.open-list .quiet-details a:hover{border-color:#2f6fb0}
.open-list strong{display:block;font-size:18.6px;line-height:1.2}
.open-list span{display:block;margin-top:0.4rem;font-size:calc(18.6px * .875);line-height:1.55}
@media(max-width:780px){.open-list .fresh-story{display:block}.open-list .quiet-details{margin-top:calc(2.5rem * 1.5)}.open-list h2{font-size:calc(18.6px * 1.35)}}
.compact-entries{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.compact-entries .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);
    border-left:1px solid #e2e7ee;
    padding-left:clamp(1rem,3vw,calc(2.5rem * 1.5));}
.compact-entries .direct-panel{max-width:52rem;}
.compact-entries h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.compact-entries .site-proof{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.32vw,calc(18.6px * 1.125));
    line-height:1.7;}
.compact-entries .site-nav{margin:0;
    max-width:44rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #e2e7ee;
    font-size:calc(18.6px * .875);
    line-height:1.65;}
@media (max-width:620px){.compact-entries{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.compact-entries .bottom-proof{padding-left:1.81rem;gap:1.5rem;}
  }
.primary-surface{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: var(--tone-panel);
  color: var(--surface-primary);
}
.primary-surface .main-lead{max-width: min(1640px, 68rem);
  margin: 0 auto;}
.primary-surface .quiet-unit{max-width: 46rem;
  margin-bottom: calc(2.5rem * 1.5);}
.primary-surface h2{margin: 0;
  font-size: calc(18.6px * 2);
  line-height: 1.12;}
.primary-surface .featured-copy{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.6px * 1.125);}
.primary-surface .bottom-proof{display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;}
.primary-surface .open-nav{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #16222f;
  border: 1px solid #e2e7ee;
  border-radius: 0.99rem;
  box-shadow: 0 1px 5px rgba(0,0,0,0.18);
}
.primary-surface .open-nav header{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.primary-surface .featured-quote{font-weight: 700;
  font-size: 18.6px;}
.primary-surface .site-brand{font-size: calc(18.6px * .875);color:inherit;}
.primary-surface .open-nav p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 18.6px;
  line-height: 1.8;}
.primary-surface .open-nav small{display: block;
  font-size: calc(18.6px * .875);color:inherit;}
.primary-surface .site-nav{margin: calc(2.5rem * 1.5) 0 0;
  font-size: calc(18.6px * .875);}
.primary-surface .site-nav a{color: #2f6fb0;
  text-decoration: underline;}
.primary-surface .site-nav a:hover{color:inherit;}
@media (max-width: 700px) {.primary-surface .bottom-proof{
    display: block;
  }.primary-surface .open-nav + .open-nav{
    margin-top: 2.5rem;
  }
}
.strong-figure{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);color:#16222f}
.strong-figure .main-lead{max-width:1640px;margin:0 auto}
.strong-figure .quiet-unit{max-width:42rem;margin-bottom:calc(2.5rem * 1.5)}
.strong-figure h2{margin:0;font-size:calc(18.6px * 2);line-height:1.06}
.strong-figure .quiet-unit p{margin:1.5rem 0 0;font-size:calc(18.6px * 1.125);line-height:1.8}
.strong-figure .fresh-story{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;border-top:1px solid #e2e7ee;padding-top:calc(2.5rem * 1.5)}
.strong-figure .offer-block{flex:1 1 20rem;max-width:30rem;padding:0}
.strong-figure .offer-block strong{display:block;font-size:calc(18.6px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem * .75)}
.strong-figure .offer-block p{margin:0;font-size:18.6px;line-height:1.8}
.strong-figure .service-proof{margin:calc(2.5rem * 1.5) 0 0;font-size:calc(18.6px * .875);line-height:1.8;}
.strong-figure .service-proof a{text-decoration:underline;text-underline-offset:3px}
.strong-figure .service-proof a:hover{}
@media(max-width:760px){.strong-figure .fresh-story{display:block;border-top:0;padding-top:0}.strong-figure .offer-block{max-width:none;padding:calc(1.5rem * .75) 0;border-top:1px solid #e2e7ee}
}
.media-method{--field-control:calc(1.5rem * 1.05);--layer-content:calc(1640px / 2.90);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.media-method .main-lead{max-width:1640px;margin:0 auto;}
.media-method h1,.media-method h2,.media-method h3,.media-method p{margin:0;}
.media-method h2{font-size:calc(18.6px * 2);line-height:1.12;}
.media-method p{font-size:18.6px;line-height:1.8;}
.media-method a{color:#2f6fb0;text-decoration:none;}
.media-method a:hover{color:inherit;}
.media-method .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.3rem;background:#2f6fb0;color:#ffffff;}
.media-method .content-feature:hover{background:#255c95;color:#ffffff;}
.media-method .offer-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;}
.media-method .site-proof{flex:1 1 auto;min-width:0;max-width:var(--layer-content);}
.media-method .site-proof .direct-panel{margin-top:1.5rem;color:var(--surface-primary);}
.media-method .steady-nav{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--field-control);}
.media-method details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.57rem;background:var(--tone-panel);color:var(--surface-primary);border:1px solid #e2e7ee;}
.media-method summary{cursor:pointer;font-weight:700;font-size:calc(18.6px * 1.125);}
.media-method details p{margin-top:calc(1.5rem / 3);}
.media-method .service-proof{flex:1 1 100%;font-size:calc(18.6px * .875);color:var(--surface-primary);}
.compact-story{padding:calc(1.5rem * 2.4) 0;background:#ffffff;color:#16222f;}
.compact-story .team-brand{max-width:1640px;margin:0 auto;padding:0 1.81rem;}
.compact-story .active-region{max-width:820px;margin:0 auto;}
.compact-story .offer-visual{margin-bottom:calc(2.5rem * 1.5);}
.compact-story .content-brand{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;font-size:calc(18.6px * .875);color:var(--surface-primary);margin:0 0 0.9rem;}
.compact-story .content-brand .top-fields{opacity:0.6;}
.compact-story .offer-visual h1{margin:0 0 1rem;font-size:calc(18.6px * 2.65);line-height:1.2;}
.compact-story .direct-panel{font-size:calc(18.6px * 1.125);color:var(--surface-primary);margin:0 0 calc(1.5rem * .75);max-width:60ch;}
.compact-story .service-grid{margin:0;border-radius:0.99rem;overflow:hidden;border:1px solid #e2e7ee;background:var(--tone-panel);color:var(--surface-primary);}
.compact-story .service-grid img{display:block;width:100%;height:auto;}
.compact-story .site-proof p{margin:0 0 1.4rem;}
.compact-story .site-proof h2{margin:2.2rem 0 0.9rem;font-size:calc(18.6px * 2);line-height:1.25;}
.compact-story .site-proof ul{margin:0 0 1.6rem;padding-left:1.4rem;}
.compact-story .site-proof li{margin-bottom:0.55rem;}
.compact-story .secondary-inner{margin:2rem 0;padding:calc(1.5rem * .75);background:var(--tone-panel);color:var(--surface-primary);border:1px solid #e2e7ee;border-radius:0.99rem;}
.compact-story .secondary-inner p{margin:0;}
.compact-story .compact-benefit{font-size:calc(18.6px * .875);color:var(--surface-primary);margin-top:2rem;}
.compact-story .compact-benefit a{color:#2f6fb0;text-decoration:underline;text-underline-offset:3px;}
.compact-story .compact-benefit a:hover{color:inherit;}
.compact-story .entry-foot{margin-top:calc(2.5rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #e2e7ee;}
.compact-story .offer-wrap{display:inline-block;padding:12px 28px;border-radius:0.57rem;font-size:18.6px;font-weight:500;text-align:center;background:#2f6fb0;color:#ffffff;border:1px solid #2f6fb0;transition:background 260ms var(--speed-fast),border-color 260ms var(--speed-fast);}
.compact-story .offer-wrap:hover{background:#255c95;border-color:#255c95;color:#ffffff;}
@media (max-width:640px){.compact-story .offer-visual h1{font-size:calc(18.6px * 2);}.compact-story .direct-panel{font-size:18.6px;}
}
.steady-summary{
    padding:calc(1.5rem * 2.4) 0;
    background:#ffffff;
    color:#16222f;
}
.steady-summary .team-brand{max-width:1640px;
    margin:0 auto;
    padding:0 1.81rem;}
.steady-summary .offer-unit{max-width:820px;
    margin:0 auto;}
.steady-summary .secondary-body{margin-bottom:calc(2.5rem * 1.5);}
.steady-summary .content-contact{margin:0 0 0.6rem;
    font-size:calc(18.6px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--surface-primary);}
.steady-summary h1{margin:0 0 1rem;
    font-size:calc(18.6px * 2.65);
    line-height:1.2;}
.steady-summary .direct-panel{margin:0 0 0.9rem;
    font-size:calc(18.6px * 1.125);
    line-height:1.55;
    color:var(--surface-primary);}
.steady-summary .open-content{margin:0;
    font-size:calc(18.6px * .875);
    color:var(--surface-primary);}
.steady-summary .wide-section{margin:0 0 calc(2.5rem * 1.5);}
.steady-summary .wide-section img{display:block;
    width:100%;
    height:auto;
    border-radius:0.99rem;
    border:1px solid #e2e7ee;}
.steady-summary .wide-section figcaption{margin-top:0.7rem;
    font-size:calc(18.6px * .875);
    color:var(--surface-primary);}
.steady-summary .active-inner h2{margin:calc(2.5rem * 1.5) 0 0.9rem;
    font-size:calc(18.6px * 2);
    line-height:1.25;}
.steady-summary .active-inner p{margin:0 0 1.4rem;
    line-height:1.8;}
.steady-summary .active-inner ul{margin:0 0 1.4rem;
    padding-left:1.4rem;}
.steady-summary .active-inner li{margin-bottom:0.55rem;
    line-height:1.65;}
.steady-summary .secondary-inner{
    margin:calc(2.5rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:var(--tone-panel);
    color:var(--surface-primary);
    border:1px solid #e2e7ee;
    border-radius:0.99rem;
}
.steady-summary .secondary-inner p{margin:0;
    font-size:18.6px;}
.steady-summary .local-links{margin-top:calc(2.5rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #e2e7ee;
    display:flex;
    flex-wrap:wrap;
    gap:2.5rem;
    align-items:flex-start;
    justify-content:space-between;}
.steady-summary .service-proof{display:flex;
    flex-direction:column;
    gap:0.45rem;
    max-width:520px;}
.steady-summary .route-title{margin:0 0 0.2rem;
    font-size:calc(18.6px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--surface-primary);}
.steady-summary .service-proof a{color:#2f6fb0;
    text-decoration:none;
    font-size:18.6px;
    line-height:1.5;
    transition:color 260ms var(--speed-fast);}
.steady-summary .service-proof a:hover{color:inherit;
    text-decoration:underline;}
.steady-summary .bottom-track{display:flex;
    align-items:center;}
.steady-summary .offer-wrap{
    display:inline-block;
    padding:0.75rem 1.7rem;
    border-radius:0.57rem;
    border:1px solid #2f6fb0;
    background:#2f6fb0;
    color:#ffffff;
    font-size:18.6px;
    font-weight:500;
    text-decoration:none;
    transition:background 260ms var(--speed-fast), border-color 260ms var(--speed-fast), box-shadow 260ms var(--speed-fast);
}
.steady-summary .offer-wrap:hover{
    background:#255c95;
    border-color:#255c95;
    color:#ffffff;
    box-shadow:0 12px 14px rgba(0,0,0,0.23);
}
@media (max-width:640px){.steady-summary .local-links{
        flex-direction:column;
        align-items:stretch;
    }.steady-summary .bottom-track{
        justify-content:flex-start;
    }
}
.compact-grid{padding:calc(1.5rem * 2.4) 0;color:#16222f;background:#ffffff;}
.compact-grid .team-brand{max-width:1640px;margin:0 auto;padding:0 1.81rem;}
.compact-grid .offer-unit{max-width:760px;margin:0 auto;}
.compact-grid .secondary-body{margin-bottom:calc(2.5rem * 1.5);}
.compact-grid .frame{margin:0 0 .6rem;font-size:calc(18.6px * .875);color:var(--surface-primary);letter-spacing:.02em;text-transform:uppercase;}
.compact-grid h1{margin:0 0 1rem;font-size:calc(18.6px * 2.65);line-height:1.2;}
.compact-grid .direct-panel{margin:0;font-size:calc(18.6px * 1.125);color:var(--surface-primary);line-height:1.55;}
.compact-grid .fresh-entries{margin:0 0 calc(2.5rem * 1.5);border-radius:0.99rem;overflow:hidden;border:1px solid #e2e7ee;}
.compact-grid .fresh-entries img{display:block;width:100%;height:auto;}
.compact-grid h2{margin:calc(2.5rem * 1.5) 0 .8rem;font-size:calc(18.6px * 1.35);line-height:1.3;}
.compact-grid p{margin:0 0 1.4rem;line-height:1.8;}
.compact-grid ul{margin:0 0 1.6rem;padding-left:1.2rem;}
.compact-grid li{margin-bottom:.5rem;line-height:1.65;}
.compact-grid .secondary-inner{margin:calc(2.5rem * 1.5) 0;padding:calc(1.5rem * .75);background:var(--tone-panel);border-radius:0.99rem;border:1px solid #e2e7ee;color:var(--surface-primary);}
.compact-grid .secondary-inner p{margin:0;}
.compact-grid .service-proof{display:flex;flex-wrap:wrap;gap:2.5rem;margin:calc(2.5rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2e7ee;}
.compact-grid .service-proof a{color:#2f6fb0;text-decoration:none;font-size:18.6px;border-bottom:1px solid transparent;transition:color 260ms var(--speed-fast),border-color 260ms var(--speed-fast);}
.compact-grid .service-proof a:hover{color:inherit;border-color:#3d84c6;}
.compact-grid .bottom-track{margin-top:calc(2.5rem * 1.5);}
.compact-grid .offer-wrap{display:inline-block;padding:12px 30px;border-radius:0.57rem;font-weight:500;text-align:center;transition:background-color 260ms var(--speed-fast),transform 260ms var(--speed-fast),box-shadow 260ms var(--speed-fast);cursor:pointer;border:1px solid #2f6fb0;font-size:18.6px;background-color:#2f6fb0;color:#ffffff;text-decoration:none;}
.compact-grid .offer-wrap:hover{background-color:#255c95;border-color:#255c95;transform:translateY(-2px);box-shadow:0 12px 14px rgba(0,0,0,0.23);color:#ffffff;}
@media (max-width:640px){.compact-grid .service-proof{flex-direction:column;gap:.8rem;}
}
.primary-form{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--line-light,linear-gradient(180deg,#2e473a,#1f332c));
    color:#16222f;
  }
.primary-form .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.25rem,3vw,calc(2.5rem * 1.5));
    border-left:1px solid color-mix(in srgb,currentColor 26%,transparent);
    padding-left:clamp(1rem,3vw,calc(2.5rem * 1.5));}
.primary-form h1{margin:0;
    flex:1 1 22rem;
    font-size:clamp(1.95rem,5.2vw,calc(18.6px * 2.65));
    line-height:1.06;
    font-weight:750;
    letter-spacing:-0.01em;}
.primary-form .site-proof{flex:1 1 20rem;
    max-width:34rem;
    padding-bottom:0.35rem;}
.primary-form p{margin:0;
    font-size:clamp(1rem,1.32vw,calc(18.6px * 1.125));
    line-height:1.72;
    color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:820px){.primary-form .bottom-proof{
      align-items:flex-start;
      gap:1.5rem;
    }.primary-form h1{
      flex:1 1 100%;
    }.primary-form .site-proof{
      flex:1 1 100%;
      max-width:100%;
    }
  }
@media (max-width:620px){.primary-form{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.primary-form .bottom-proof{
      padding-left:1.81rem;
    }
  }
.active-media{background:#ffffff;color:#16222f;padding:calc(1.5rem * 2.4) 1.81rem}
.active-media .main-lead{max-width:1640px;margin:0 auto}
.active-media .area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.5rem * 1.5)}
.active-media .quiet-unit{flex:1 1 26rem;min-width:0}
.active-media h2{margin:0;font-size:calc(18.6px * 2);line-height:1.15;letter-spacing:0}
.active-media p{margin:1.5rem 0 0;color:var(--surface-primary);font-size:calc(18.6px * 1.125);line-height:1.65}
.active-media .open-content{margin-top:calc(2.5rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #e2e7ee;padding-top:calc(1.5rem * .75)}
.active-media .open-content .contact-feature{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:baseline}
.active-media .open-content .media-panel{flex:0 0 6.5rem;font-size:calc(18.6px * .875);text-transform:uppercase;letter-spacing:.04em;color:var(--surface-primary)}
.active-media .open-content a{color:#2f6fb0;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 260ms var(--speed-fast)}
.active-media .open-content a:hover{color:inherit;border-bottom-color:#3d84c6}
.active-media .clear-details{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #e2e7ee}
.active-media .focused-stack{display:flex;flex-wrap:wrap;gap:2.5rem;padding:1.5rem 0;border-bottom:1px solid #e2e7ee}
.active-media .focused-stack strong{flex:0 1 15rem;min-width:0;font-size:18.6px}
.active-media .focused-stack span{flex:1 1 18rem;min-width:0;color:var(--surface-primary);line-height:1.6}
@media(max-width:760px){.active-media .area{flex-direction:column}.active-media .focused-stack{gap:calc(calc(1.5rem * .75)*.5)}.active-media .open-content .media-panel{flex-basis:100%}
}
.direct-feature{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);color:#16222f}
.direct-feature .main-lead{max-width:1640px;margin:0 auto;display:grid;gap:calc(2.5rem * 1.5)}
.direct-feature .quiet-unit{max-width:62ch}
.direct-feature h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.6px * 2);line-height:1.15}
.direct-feature .direct-panel{margin:0;font-size:18.6px;line-height:1.8}
.direct-feature .top-feature{display:grid;gap:calc(2.5rem * 1.5);padding:1.5rem;border:1px solid #e2e7ee;border-radius:1.11rem;background:#ffffff;color:#16222f}
.direct-feature .fresh-header{display:flex;flex-wrap:wrap;gap:1.5rem}
.direct-feature .simple-service{flex:1 1 220px;min-width:0;display:block}
.direct-feature .open-form{flex:1 1 100%}
.direct-feature .simple-service span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.6px * .875);}
.direct-feature input,
.direct-feature select{width:100%;border:1px solid #e2e7ee;border-radius:0.57rem;background:#ffffff;color:inherit;font:inherit;padding:calc(1.5rem * .75);outline:none}
.direct-feature input:focus,
.direct-feature select:focus{box-shadow:0 0 0 2px rgba(47, 111, 176, 0.35)}
.direct-feature .content-feature{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;border-top:1px solid #e2e7ee;padding-top:calc(2.5rem * 1.5)}
.direct-feature button{border:0;border-radius:0.57rem;background:#2f6fb0;color:#ffffff;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 260ms var(--speed-fast)}
.direct-feature button:hover{background:#255c95;color:#16222f;}
.direct-feature .site-nav{flex:1 1 260px;margin:0;font-size:calc(18.6px * .875);line-height:1.8}
.direct-feature .local-links{margin:0;font-size:calc(18.6px * .875);line-height:1.8}
.direct-feature .local-links a{text-decoration:none;border-bottom:1px solid currentColor}
.direct-feature .local-links a:hover{}
@media(max-width:720px){.direct-feature .fresh-header{display:block}.direct-feature .simple-service{margin-bottom:1.5rem}.direct-feature .open-form{margin-bottom:0}.direct-feature .content-feature{display:block}.direct-feature button{width:100%;margin-bottom:calc(1.5rem * .75)}
}
.bottom-header{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: linear-gradient(160deg, #ffffff 0%, #eef3f9 55%, #e2ebf5 100%);
  color: #16222f;
}
.bottom-header .offer-team{
  max-width: 1640px;
  margin: 0 auto;
  border-radius: 1.11rem;
  overflow: hidden;
  background: #ffffff;
  color: #16222f;
  border: 1px solid #e2e7ee;
}
.bottom-header .focused-quote{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.5rem * 1.5);
  border-bottom: 1px solid #e2e7ee;
  background: var(--tone-panel);color:var(--surface-primary);}
.bottom-header .focused-quote span,
.bottom-header .focused-quote strong{font-size: calc(18.6px * .875);
  font-weight: 500;}
.bottom-header .active-inner{display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 2.5rem;
  padding: calc(2.5rem * 1.5);}
.bottom-header .site-proof h2{margin: 0;
  font-size: calc(18.6px * 2);
  line-height: 1.15;}
.bottom-header .site-proof p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.6px;
  line-height: 1.8;}
.bottom-header .top-details{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.bottom-header .contact-feature{
  display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: var(--tone-panel);
  color: #16222f;
  border-left: 3px solid #3d84c6;
}
.bottom-header .contact-feature span{font-size: calc(18.6px * .875);
  font-weight: 500;
  letter-spacing: 0.01em;}
.bottom-header .contact-feature h3{margin: 0;
  font-size: calc(18.6px * 1.35);
  line-height: 1.25;}
.bottom-header .contact-feature p{margin: calc(calc(1.5rem * .75) * .4) 0 0;
  font-size: calc(18.6px * .875);
  line-height: 1.8;}
.bottom-header .local-steps{
  padding: calc(2.5rem * 1.5);
  border-top: 1px solid #e2e7ee;
  background: var(--tone-panel);color:var(--surface-primary);}
.bottom-header .local-steps p{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.6px;}
.bottom-header .local-steps ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.5rem;}
.bottom-header .local-steps li{font-size: calc(18.6px * .875);}
.bottom-header .local-steps a{text-decoration: none;
  border-bottom: 1px solid #e2e7ee;
  transition: color 260ms var(--speed-fast), border-color 260ms var(--speed-fast);}
.bottom-header .local-steps a:hover{border-color: #3d84c6;}
@media (max-width: 860px) {.bottom-header .active-inner{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.bottom-header .contact-feature{
    grid-template-columns: 1fr;
  }.bottom-header .focused-quote,
  .bottom-header .local-steps{
    padding: calc(1.5rem * .75);
  }
}
.media-actions{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #ffffff;
  color: #16222f;
}
.media-actions .main-lead{max-width: min(1640px, 60rem);
  margin: 0 auto;}
.media-actions .secondary-body{padding-bottom: calc(2.5rem * 1.5);
  border-bottom: 1px solid #e2e7ee;}
.media-actions h2{margin: 0;
  font-size: calc(18.6px * 2);
  line-height: 1.1;}
.media-actions .quiet-unit{margin: calc(1.5rem * .75) 0 0;
  max-width: 46rem;
  font-size: calc(18.6px * 1.125);
  color: var(--surface-primary);}
.media-actions .active-benefit{display: flex;
  flex-direction: column;
  gap: calc(2.5rem * 1.5);
  margin-top: calc(2.5rem * 1.5);}
.media-actions .open-nav{padding-left: calc(1.5rem * .75);
  border-left: 2px solid #3d84c6;}
.media-actions h3{margin: 0;
  font-size: calc(18.6px * 1.35);
  line-height: 1.25;}
.media-actions .open-nav p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: var(--surface-primary);
  font-size: 18.6px;}
.media-actions .open-nav a{color: #2f6fb0;
  text-decoration: underline;
  text-underline-offset: 2px;}
.media-actions .open-nav a:hover{color:inherit;}
.media-actions .site-nav{margin: calc(2.5rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #e2e7ee;
  font-size: calc(18.6px * .875);
  color: var(--surface-primary);}
@media (max-width: 640px) {.media-actions .open-nav{
    padding-left: calc(1.5rem * .75);
  }
}
.direct-group{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem;
    background:var(--line-light,linear-gradient(160deg,#ffffff 0%,#eef3f9 55%,#e2ebf5 100%));
    color:#16222f;
  }
.direct-group .bottom-proof{max-width:1640px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.5rem * 1.5);
    padding-left:clamp(1rem,2.4vw,1.81rem);
    border-left:2px solid #3d84c6;}
.direct-group h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18.6px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.direct-group .site-proof{max-width:46rem;}
.direct-group p{margin:0;
    font-size:clamp(1rem,1.3vw,calc(18.6px * 1.125));
    line-height:1.75;}
@media (max-width:700px){.direct-group{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.direct-group .bottom-proof{
      gap:1.5rem;
      padding-left:1.81rem;
    }
  }
.quiet-fields{background:#ffffff;color:#16222f;padding:calc(1.5rem * 2.4) 1.81rem}
.quiet-fields .main-lead{max-width:1640px;margin:0 auto}
.quiet-fields .local-summary{display:flex;flex-direction:column;gap:calc(2.5rem * 1.5)}
.quiet-fields .direct-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:62rem}
.quiet-fields h2{margin:0;font-size:clamp(calc(18.6px * 2),4.4vw,calc(18.6px * 2.65));line-height:1.12;letter-spacing:0}
.quiet-fields .site-proof{margin:0;font-size:calc(18.6px * 1.125);line-height:1.7;}
.quiet-fields .active-surface{display:flex;flex-wrap:wrap;gap:2.5rem;border-top:1px solid #e2e7ee;padding-top:calc(2.5rem * 1.5)}
.quiet-fields .soft-links{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:0.5rem}
.quiet-fields .secondary-story{font-size:calc(18.6px * .875);letter-spacing:0.08em;}
.quiet-fields .soft-links h3{margin:0;font-size:18.6px;line-height:1.3}
.quiet-fields .soft-links p{margin:0;font-size:calc(18.6px * .875);line-height:1.65;}
.quiet-fields .local-steps{display:flex;flex-wrap:wrap;gap:calc(2.5rem * 1.5);background:var(--tone-panel);color:var(--surface-primary);padding:calc(1.5rem * .75);border-radius:0.57rem}
.quiet-fields .simple-service{flex:1 1 14rem;min-width:0;display:flex;flex-direction:column;gap:0.35rem}
.quiet-fields .top-inner{font-size:calc(18.6px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.75}
.quiet-fields .simple-service a,.quiet-fields .simple-service p{margin:0;font-size:18.6px;line-height:1.5;color:inherit;text-decoration:none;word-break:break-word}
.quiet-fields .simple-service a{border-bottom:1px solid transparent;transition:border-color 260ms var(--speed-fast)}
.quiet-fields .simple-service a:hover{border-bottom-color:#3d84c6}
.quiet-fields .service-proof{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75)}
.quiet-fields .site-nav{margin:0;flex:1 1 100%;font-size:calc(18.6px * .875);}
.quiet-fields .service-proof a{padding:0.55rem 0.9rem;border-radius:0.3rem;background:#ffffff;color:#16222f;border:1px solid #e2e7ee;text-decoration:none;font-size:calc(18.6px * .875);transition:background 260ms var(--speed-fast),border-color 260ms var(--speed-fast)}
.quiet-fields .service-proof a:hover{background:var(--tone-panel);border-color:#2f6fb0;color:var(--surface-primary);}
@media(max-width:760px){.quiet-fields .active-surface{flex-direction:column}.quiet-fields .local-steps{flex-direction:column}
}
.text-steps{--field-control:calc(1.5rem * 1.18);--layer-content:calc(1640px / 2.35);padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f;}
.text-steps .main-lead{max-width:1640px;margin:0 auto;}
.text-steps h2{margin:0;font-size:calc(18.6px * 2);line-height:1.14;}
.text-steps p{margin:0;font-size:18.6px;line-height:1.8;}
.text-steps .direct-panel{max-width:var(--layer-content);font-size:calc(18.6px * 1.125);color:#16222f;}
.text-steps .site-nav{max-width:var(--layer-content);color:var(--surface-primary);}
.text-steps .service-proof{margin-top:calc(2.5rem * 1.5);font-size:calc(18.6px * .875);color:var(--surface-primary);}
.text-steps .service-proof a{color:#2f6fb0;text-decoration:underline;text-underline-offset:2px;}
.text-steps .service-proof a:hover{color:inherit;}
.text-steps .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.3rem;background:#2f6fb0;color:#ffffff;font-size:18.6px;text-decoration:none;transition:background 260ms var(--speed-fast);}
.text-steps .content-feature:hover{background:#255c95;color:#16222f;}
.text-steps .steady-block>*+*{margin-top:var(--field-control);}
@media (max-width:640px){.text-steps .direct-panel,.text-steps .site-nav{max-width:100%;}.text-steps .content-feature{width:100%;}
}
.plain-block{padding:calc(1.5rem * 2.4) 1.81rem;background:#ffffff;color:#16222f}
.plain-block .main-lead{max-width:1640px;margin:0 auto}
.plain-block .compact-nav{display:flex;gap:calc(2.5rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.plain-block .direct-panel{flex:1 1 34rem;min-width:0}
.plain-block .site-nav{margin:0 0 1.5rem;max-width:30rem;font-size:calc(18.6px * .875);letter-spacing:.02em;text-transform:uppercase;color:var(--surface-primary)}
.plain-block h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.6px * 2.65);line-height:1.06}
.plain-block .site-proof{margin:0;max-width:36rem;font-size:18.6px;line-height:1.8;color:var(--surface-primary)}
.plain-block .secondary-flow{flex:0 1 28rem;min-width:0;padding-top:1.5rem}
.plain-block .compact-lead{margin:0 0 calc(2.5rem * 1.5);line-height:1.8;color:var(--surface-primary)}
.plain-block .service-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-block .service-proof .content-feature{align-self:flex-start;display:inline-flex;border-radius:0.57rem;background:#2f6fb0;color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 260ms var(--speed-fast)}
.plain-block .service-proof .content-feature:hover{background:#255c95;color:#16222f;}
.plain-block .service-proof .contact-feature{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e2e7ee;color:#2f6fb0;text-decoration:none}
.plain-block .service-proof .contact-feature:hover{color:inherit;}
.plain-block .fresh-lead{margin:calc(2.5rem * 1.5) 0 0;font-size:calc(18.6px * .875);line-height:1.8;color:var(--surface-primary)}
.plain-block .fresh-lead a{color:#2f6fb0;text-decoration:underline}
.plain-block .fresh-lead a:hover{color:inherit;}
@media(max-width:760px){.plain-block .compact-nav{display:block}.plain-block h2{font-size:calc(18.6px * 2)}.plain-block .secondary-flow{margin-top:calc(2.5rem * 1.5);padding-top:0}}
