body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.compact-region {
    width: 100%;
    background: var(--tone-soft);
    color: var(--surface-page);
    border-bottom: 1px solid var(--surface-dark);
  }
:root {
  --surface-page: #0B1B33;
  --surface-dark: #D6E1EF;
  --motion-entry: cubic-bezier(0.22,1,0.36,1);
  --tone-soft: #F7FAFD;
}
.media-benefit {
    max-width: 940px;
    margin: 0 auto;
    padding: calc(0.97rem * 1.5) 1.49rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.97rem;
  }
.soft-plan {
    grid-column: 2;
    justify-self: center;
    font-size: calc(15px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--surface-page);
    text-decoration: none;
    white-space: nowrap;
  }
.soft-plan:hover {
    color: #0E7FB8;
  }
.nav-desktop {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid var(--surface-dark);
    padding-top: calc(0.97rem * 1.5);
    margin-top: calc(0.97rem * 1.5);
  }
.nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(0.97rem * 1.5);
  }
.nav-desktop a {
    display: inline-block;
    font-size: calc(15px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1E3350;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color 400ms var(--motion-entry),
                border-color 400ms var(--motion-entry);
  }
.nav-desktop a:hover {
    color: var(--surface-page);
    border-bottom-color: #0E7FB8;
  }
.clear-steps {
    grid-column: 3;
    justify-self: end;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: var(--surface-page);
    border: 1px solid var(--surface-dark);
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.clear-steps span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
.clear-steps:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#0B1B33;}
.nav-mobile {
    display: none;
    border-top: 1px solid var(--surface-dark);
    background: #EAF1F9;
    color: #1E3350;
  }
.nav-mobile ul{list-style: none;
    margin: 0 auto;
    padding: calc(0.97rem * 1.5) 1.49rem;
    max-width: 940px;
    display: flex;
    flex-direction: column;
    gap: calc(0.97rem * 1.5);}
.nav-mobile a{display: block;
    font-size: 15px;
    color: #1E3350;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--surface-dark);}
.nav-mobile a:hover{color: var(--surface-page);}
@media (max-width: 767px) {
    .media-benefit {
      grid-template-columns: auto 1fr auto;
      padding: calc(0.97rem * 1.5) 1.49rem;
    }

    .soft-plan {
      grid-column: 2;
      justify-self: center;
      font-size: 15px;
    }

    .nav-desktop {
      display: none;
    }

    .clear-steps {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.bottom-entries{font-family:"Playfair Display", sans-serif;font-size:15px;line-height:1.85;width:100%;padding:0;background:#0B2A5B;color:#FFFFFF;}
.public-intro{max-width:940px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.49rem}
.site-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:calc(0.97rem * 1.5);align-items:start}
.narrow-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-menu{margin:0;font-size:calc(15px * 1.35);font-weight:700;letter-spacing:0.01em}
.steady-area{margin:0;font-size:calc(15px * .875);max-width:34ch;opacity:0.85}
.direct-footer{margin:0 0 calc(1.5rem * .75) 0;font-size:15px;font-weight:600;letter-spacing:0.02em;text-transform:uppercase;opacity:0.9}
.service-note{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.service-note li{margin:0}
.service-note a{color:inherit;text-decoration:none;font-size:calc(15px * .875);border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-entry)}
.service-note a:hover,
  .service-note a:focus-visible{border-bottom-color:currentColor;color:inherit}
.text-feature{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-feature li{display:flex;flex-direction:column;gap:0.25rem}
.quiet-section{font-size:calc(15px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.direct-nav{font-size:calc(15px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value{border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-entry);color:inherit}
a.footer-value:hover,
  a.footer-value:focus-visible{border-bottom-color:currentColor;color:inherit}
.offer-entries{margin-top:calc(0.97rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:0.5rem}
.public-form{margin:0;font-size:calc(15px * .875);line-height:1.85;max-width:90ch;opacity:0.85}
.page-callout{margin:0;font-size:calc(15px * .875);opacity:0.7}
@media (max-width: 960px) {.site-inner{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.site-inner{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.public-intro{padding:calc(0.97rem * 1.5) 1.49rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .strong-entries{width:min(38rem,calc(100vw - 1.49rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.67rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 12px 28px rgba(0,0,0,0.12)}
.cookies strong{font-size:calc(15px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.85}
.cookies .steady-track{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .steady-track>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.24rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#0B2A5B;color:#FFFFFF;border-color:#0B2A5B}
.text-block{
  position:relative;
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:
    linear-gradient(90deg,rgba(11,42,91,.86) 0%,rgba(11,42,91,.62) 55%,rgba(14,127,184,.42) 100%),
    url("https://images.pexels.com/photos/1554646/pexels-photo-1554646.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,
    #0B2A5B;
  color:#FFFFFF;
}
.text-block .simple-flow{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.97rem * 1.5);}
.text-block .secondary-items{padding-block:calc(1.5rem * 1.1);}
.text-block .primary-actions{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.text-block h1{margin:0;
  font-size:calc(15px * 2.65);
  line-height:1.1;
  letter-spacing:-0.01em;}
.text-block .featured-callout{margin:0;
  font-size:calc(15px * 1.125);
  line-height:1.85;
  color:rgba(255,255,255,.92);}
.text-block .compact-inner{margin:0;
  font-size:15px;
  line-height:1.85;
  color:rgba(255,255,255,.78);}
.text-block .steady-contact{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.97rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255,255,255,.22);}
.text-block .steady-contact a{font-size:calc(15px * .875);
  text-decoration:none;
  padding:0.55rem 0.95rem;
  border-radius:0.42rem;
  transition:background 400ms var(--motion-entry), color 400ms var(--motion-entry);}
.text-block .focused-flow{
  background:#0E7FB8;
  color:#FFFFFF;
}
.text-block .focused-flow:hover{
  background:#0A6A9C;color:#0B1B33;}
.text-block .page-method,
.text-block .featured-header{
  background:transparent;
  color:#FFFFFF;
  border:1px solid rgba(255,255,255,.4);
}
.text-block .page-method:hover,
.text-block .featured-header:hover{
  background:rgba(255,255,255,.12);
}
@media (max-width:640px){.text-block .steady-contact{
    flex-direction:column;
    align-items:stretch;
  }.text-block .steady-contact a{
    text-align:center;
  }
}
.direct-body{--field-local:calc(1.5rem * 0.87);--state-strong:calc(940px / 2.11);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.direct-body .simple-flow{max-width:940px;margin:0 auto;}
.direct-body h2,.direct-body p{margin:0;}
.direct-body h2{font-size:calc(15px * 2);line-height:1.14;}
.direct-body p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-body a{color:inherit;text-decoration:none;}
.direct-body .clear-story{text-align:center;}
.direct-body .clear-story p{margin:1.5rem auto 0;max-width:calc(940px / 1.55);}
.direct-body .focused-flow{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#0B2A5B;font-size:15px;transition:background 400ms var(--motion-entry),color 400ms var(--motion-entry);}
.direct-body .focused-flow:hover,.direct-body .focused-flow:focus-visible{background:#0E7FB8;color:#FFFFFF;}
.direct-body .steady-contact{margin-top:calc(var(--field-local) * .8);font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-body .steady-contact a{text-decoration:underline;text-underline-offset:3px;}
.direct-body .steady-contact a:hover,.direct-body .steady-contact a:focus-visible{}
.direct-body .content-section{row-gap:calc(var(--field-local) * 1.2);}
.direct-body .wide-footer{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.direct-body .primary-section{padding-block:calc(var(--field-local) / 2);}
@media (max-width:640px){.direct-body .clear-story p{max-width:100%;}.direct-body .focused-flow{width:100%;}
}
.primary-rail{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.primary-rail .simple-flow{max-width:940px;margin:0 auto;}
.primary-rail h2,.primary-rail h3,.primary-rail p{margin:0;}
.primary-rail h2{font-size:calc(15px * 2);line-height:1.15;}
.primary-rail h3{font-size:calc(15px * 1.35);line-height:1.25;}
.primary-rail p{font-size:15px;line-height:1.85;}
.primary-rail .primary-actions{display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.primary-rail .featured-callout{color:#1E3350;}
.primary-rail .steady-form{margin-top:calc(0.97rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.primary-rail .focused-content{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.42rem;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);box-shadow:0 1px 2px rgba(0,0,0,0.08);}
.primary-rail .focused-content p{margin-top:calc(1.5rem / 3);color:#1E3350;}
.primary-rail .compact-inner{margin-top:calc(0.97rem * 1.5);padding-top:calc(0.97rem * 1.5);border-top:1px solid var(--surface-dark);font-size:calc(15px * .875);color:#1E3350;}
.primary-rail .compact-inner a{color:#0B2A5B;text-decoration:underline;}
.primary-rail .compact-inner a:hover{color:inherit;}
@media (min-width:768px){.primary-rail .steady-form{display:grid;grid-template-columns:1fr 1fr;gap:0.97rem;}
}
.plain-flow{--field-local:calc(1.5rem * 0.91);--label-strong:calc(940px / 3.21);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.plain-flow .simple-flow{max-width:940px;margin:0 auto;}
.plain-flow h1,.plain-flow h2,.plain-flow h3,.plain-flow p,.plain-flow ul{margin:0;}
.plain-flow h2{font-size:calc(15px * 2);line-height:1.12;}
.plain-flow h3{font-size:calc(15px * 1.35);line-height:1.2;}
.plain-flow p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-flow a{color:inherit;text-decoration:none;}
.plain-flow .site-details{padding-block:calc(var(--field-local) / 2);}
.plain-flow .content-section{row-gap:calc(var(--field-local) * 1.2);}
.plain-flow .featured-callout{margin-top:1.5rem;}
.plain-flow .text-lead{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.plain-flow .focused-content{flex:1 1 var(--label-strong);min-width:0;padding:calc(var(--field-local) * .75);border-radius:0.42rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.plain-flow .focused-content p{margin-top:calc(1.5rem / 3);}
.plain-flow .steady-contact{margin-top:var(--field-local);font-size:calc(15px * .875);}
.plain-flow .steady-contact a{text-decoration:underline;text-underline-offset:3px;}
.plain-flow .steady-contact a:hover{}
.strong-flow{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:#EAF1F9;
    color:#1E3350;
}
.strong-flow .simple-flow{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.strong-flow .narrow-plan h2{margin:0;
    font-size:calc(15px * 2);
    line-height:1.2;}
.strong-flow .narrow-plan p{margin:calc(0.97rem * 1.5) 0 0;
    font-size:15px;
    line-height:1.85;}
.strong-flow .direct-tile{display:flex;
    flex-wrap:wrap;
    gap:0.97rem;}
.strong-flow .focused-content{
    flex:1 1 260px;
    background:#FFFFFF;
    color:#0B1B33;
    border:1px solid var(--surface-dark);
    border-radius:0.42rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);
}
.strong-flow .focused-content h3{margin:0 0 0.5rem;
    font-size:calc(15px * 1.35);
    line-height:1.3;}
.strong-flow .focused-content p{margin:0 0 0.75rem;
    font-size:calc(15px * .875);
    line-height:1.85;}
.strong-flow .focused-content p.note{margin:0;
    font-size:calc(15px * .875);
    color:#1E3350;}
.strong-flow .focused-content a{display:inline-block;
    font-weight:600;
    color:#0B2A5B;
    text-decoration:none;
    border-bottom:1px solid var(--surface-dark);
    padding-bottom:2px;
    transition:color 400ms var(--motion-entry), border-color 400ms var(--motion-entry);}
.strong-flow .focused-content a:hover{color:inherit;
    border-color:#0E7FB8;}
.strong-flow .compact-plan{display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);
    font-size:15px;
    line-height:1.85;}
.strong-flow .compact-plan p{margin:0;}
.strong-flow .steady-contact{display:flex;
    flex-wrap:wrap;
    gap:0.97rem;
    padding-top:calc(0.97rem * 1.5);
    border-top:1px solid var(--surface-dark);}
.strong-flow .steady-contact a{font-weight:600;
    color:#0B2A5B;
    text-decoration:none;
    border-bottom:1px solid #0B2A5B;
    padding-bottom:2px;
    transition:color 400ms var(--motion-entry), border-color 400ms var(--motion-entry);}
.strong-flow .steady-contact a:hover{color:inherit;
    border-color:#0E7FB8;}
@media (max-width: 640px){.strong-flow .focused-content{
        flex:1 1 100%;
    }
}
.primary-block{
    padding: calc(1.5rem * 2.4) 1.49rem;
    background: var(--tone-soft);
    color: var(--surface-page);
}
.primary-block .team-content{max-width: 940px;
    margin: 0 auto;}
.primary-block .direct-tile{margin-bottom: calc(0.97rem * 1.5);}
.primary-block .focused-rail{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15px * 2);
    line-height: 1.25;}
.primary-block .featured-callout{margin: 0;
    font-size: 15px;
    line-height: 1.85;}
.primary-block .text-lead{display: flex;
    flex-direction: column;
    gap: 0.97rem;}
.primary-block .focused-content{
    display: flex;
    align-items: flex-start;
    gap: 0.97rem;
    padding: calc(1.5rem * .75);
    border-radius: 0.5rem;
    border: 1px solid var(--surface-dark);
    background: #FFFFFF;
    color: #0B1B33;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.primary-block .strong-tile{border-left: 3px solid #0E7FB8;}
.primary-block .offer{border-left: 3px solid #0B2A5B;}
.primary-block .main-view{
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 0.42rem;
    background: #0E7FB8;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(15px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
}
.primary-block .compact-plan{flex: 1 1 auto;
    min-width: 0;}
.primary-block .public-copy{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;}
.primary-block .team-copy{font-size: calc(15px * .875);
    font-weight: 600;}
.primary-block .page-view{font-size: calc(15px * .875);}
.primary-block .contact-entries{margin: 0;
    font-size: 15px;
    line-height: 1.85;}
.primary-block .compact-inner{margin: calc(0.97rem * 1.5) 0 0;
    font-size: calc(15px * .875);}
.primary-block .compact-inner a{text-decoration: underline;}
.primary-block .compact-inner a:hover{}
@media (max-width: 600px) {.primary-block .focused-content{
        flex-direction: column;
        gap: 0.6rem;
    }.primary-block .public-copy{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
    }
}
.compact-feature{
  background:var(--tone-soft);
  color:var(--surface-page);
  padding:calc(1.5rem * 2.4) 1.49rem;
}
.compact-feature .simple-flow{max-width:940px;
  margin:0 auto;}
.compact-feature .primary-actions{max-width:44rem;}
.compact-feature h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.15;
  letter-spacing:0;}
.compact-feature .primary-actions p{margin:1.5rem 0 0;
  color:#1E3350;
  font-size:calc(15px * 1.125);
  line-height:1.85;}
.compact-feature .primary-team{margin-top:calc(0.97rem * 1.5);}
.compact-feature .focused-content{display:flex;
  gap:0.97rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.compact-feature .focused-content + .focused-content{border-top:1px solid var(--surface-dark);}
.compact-feature .focused-content strong{flex:0 0 15rem;
  min-width:0;
  font-size:15px;
  line-height:1.4;}
.compact-feature .focused-content span{min-width:0;
  color:#1E3350;
  line-height:1.85;}
.compact-feature .steady-contact{margin:calc(0.97rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--surface-dark);
  font-size:calc(15px * .875);
  color:#1E3350;}
.compact-feature .steady-contact a{color:#0B2A5B;
  text-decoration:underline;
  text-underline-offset:2px;}
.compact-feature .steady-contact a:hover{color:inherit;}
@media (max-width:620px){.compact-feature .focused-content{display:block}.compact-feature .focused-content span{display:block;margin-top:.35rem}
}
.narrow-region{padding:calc(1.5rem * 2.4) 1.49rem;background:linear-gradient(135deg, #0B2A5B 0%, #0E7FB8 100%);color:#FFFFFF}
.narrow-region .simple-flow{max-width:940px;margin:0 auto}
.narrow-region .direct-tile{display:flex;gap:calc(0.97rem * 1.5);align-items:flex-start}
.narrow-region .content-headline{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 30%,transparent);padding-left:1.5rem}
.narrow-region .content-headline p{margin:0;font-size:calc(15px * .875);line-height:1.85}
.narrow-region .local-copy{flex:1 1 44rem;min-width:0}
.narrow-region h2{margin:0;font-size:calc(15px * 2);line-height:1.1}
.narrow-region .primary-team{margin-top:calc(0.97rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.narrow-region .primary-team p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#FFFFFF 18%,transparent)}
.narrow-region .primary-team p:last-child{border-bottom:0;padding-bottom:0}
.narrow-region strong{flex:0 1 13rem;min-width:0;font-size:calc(15px * .875);letter-spacing:0.02em;text-transform:uppercase}
.narrow-region span{flex:1 1 28rem;min-width:0;line-height:1.85}
@media(max-width:760px){.narrow-region .direct-tile,.narrow-region .primary-team p{display:block}.narrow-region .content-headline{border-left:0;padding-left:0}.narrow-region .local-copy{margin-top:calc(0.97rem * 1.5)}.narrow-region span{display:block;margin-top:calc(1.5rem * .75)}.narrow-region h2{font-size:calc(15px * 1.35)}}
.bottom-contact{
        padding:calc(1.5rem * 2.4) 1.49rem;
        background:#EAF1F9;
        color:#1E3350;
    }
.bottom-contact .simple-flow{max-width:940px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(0.97rem * 1.5);}
.bottom-contact .featured-callout h3{margin:0 0 calc(1.5rem * .75);
        font-size:calc(15px * 1.35);}
.bottom-contact .featured-callout p{margin:0;
        font-size:15px;
        line-height:1.85;}
.bottom-contact .featured-callout a{color:#0B2A5B;
        text-decoration:underline;
        text-underline-offset:2px;}
.bottom-contact .featured-callout a:hover{color:inherit;}
.bottom-contact .primary-team{display:flex;
        flex-wrap:wrap;
        gap:0.97rem;}
.bottom-contact .focused-content{
        flex:1 1 260px;
        padding:calc(1.5rem * .75) 1.49rem;
        border:1px solid var(--surface-dark);
        border-radius:0.42rem;
        background:#FFFFFF;
        color:#0B1B33;
        box-shadow:0 1px 2px rgba(0,0,0,0.08);
    }
.bottom-contact .focused-content h3{margin:0 0 6px;
        font-size:calc(15px * 1.125);}
.bottom-contact .focused-content p{margin:0;
        font-size:calc(15px * .875);
        line-height:1.85;}
.bottom-contact .focused-content a{color:#0B2A5B;
        text-decoration:underline;
        text-underline-offset:2px;}
.bottom-contact .focused-content a:hover{color:inherit;}
@media (max-width:700px){.bottom-contact .primary-team{
            flex-direction:column;
        }
    }
.secondary-quote{
  --field-local:calc(1.5rem * 1.35);
  --field-strong:calc(940px / 3.6);
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#0B2A5B;
  color:#FFFFFF;
}
.secondary-quote .simple-flow{max-width:940px;
  margin:0 auto;}
.secondary-quote h2,
.secondary-quote h3,
.secondary-quote p{margin:0;}
.secondary-quote h2{font-size:calc(15px * 2);
  line-height:1.14;}
.secondary-quote h3{font-size:calc(15px * 1.35);
  line-height:1.22;}
.secondary-quote p{font-size:15px;
  line-height:1.85;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-quote a{color:inherit;
  text-decoration:none;}
.secondary-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.42rem;
  object-fit:cover;}
.secondary-quote .primary-actions .featured-callout{margin-top:1.5rem;}
.secondary-quote .text-lead{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.97rem;
  margin-top:var(--field-local);}
.secondary-quote .focused-content{flex:1 1 calc(940px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;}
.secondary-quote .focused-content img{margin-bottom:calc(1.5rem / 2);}
.secondary-quote .focused-content p{margin-top:calc(1.5rem / 3);}
.secondary-quote .focused-flow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.5rem * .75);
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.24rem;
  background:#0E7FB8;
  color:#FFFFFF;
  font-size:calc(15px * .875);
  transition:background 400ms var(--motion-entry);
}
.secondary-quote .focused-flow:hover{
  background:#0A6A9C;color:#0B1B33;}
.secondary-quote .compact-inner{margin-top:var(--field-local);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-size:calc(15px * .875);}
.secondary-quote .compact-inner a{text-decoration:underline;
  text-underline-offset:3px;}
.secondary-quote .compact-inner a:hover{}
@media (max-width:720px){.secondary-quote .focused-content{
    flex:1 1 100%;
  }
}
.direct-figure{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.team-shell{max-width:940px;margin:0 auto;}
.direct-figure h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08;}
.steady-media{
  background:#EAF1F9;
  color:#1E3350;
  padding:calc(1.5rem * 2.4) 1.49rem;
}
.steady-media .simple-flow{max-width:940px;
  margin:0 auto;}
.steady-media .featured-track{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:0.97rem;
  align-items:start;}
.steady-media .local-copy{
  grid-row:span 2;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.67rem;
  background:#FFFFFF;
  color:#0B1B33;
  border:1px solid var(--surface-dark);
}
.steady-media h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.1;
  letter-spacing:0;}
.steady-media .local-copy p{margin:1.5rem 0 0;
  font-size:15px;
  line-height:1.85;}
.steady-media .clear-view{
  min-width:0;
  padding:1.5rem;
  border-radius:0.5rem;
  background:#FFFFFF;
  color:#0B1B33;
  border:1px solid var(--surface-dark);
}
.steady-media .clear-view strong,
.steady-media .clear-view span{display:block;}
.steady-media .clear-view strong{font-size:15px;
  line-height:1.3;}
.steady-media .clear-view span{margin-top:.5rem;
  font-size:calc(15px * .875);
  line-height:1.85;}
@media (max-width:820px){.steady-media .featured-track{
    grid-template-columns:1fr 1fr;
  }.steady-media .local-copy{
    grid-column:span 2;
    grid-row:auto;
  }
}
@media (max-width:560px){.steady-media .featured-track{
    display:block;
  }.steady-media .clear-view{
    margin-top:0.97rem;
  }
}
.team-story{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:#EAF1F9;
    color:#1E3350;
}
.team-story .simple-flow{max-width:940px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(0.97rem * 1.6);
    align-items:start;}
.team-story .service-copy img{width:100%;
    height:auto;
    display:block;
    border-radius:0.5rem;
    border:1px solid var(--surface-dark);
    box-shadow:0 1px 2px rgba(0,0,0,0.08);}
.team-story .compact-plan h2{margin:0 0 calc(0.97rem * 1.5);
    font-size:calc(15px * 2);
    line-height:1.2;}
.team-story .compact-plan h3{margin:0 0 calc(0.97rem * 1.5);
    font-size:15px;
    font-weight:400;
    letter-spacing:0.01em;
    opacity:0.78;}
.team-story .compact-plan p{margin:0 0 calc(0.97rem * 1.5);
    font-size:15px;
    line-height:1.85;}
.team-story .compact-plan ul{margin:0;
    padding-left:1.1rem;
    display:grid;
    gap:calc(0.97rem * 0.55);}
.team-story .compact-plan li{font-size:calc(15px * .875);
    line-height:1.7;}
@media (max-width:820px){.team-story .simple-flow{
        grid-template-columns:1fr;
        gap:0.97rem;
    }
}
.content-summary{--field-local:calc(1.5rem * 1.18);--label-strong:calc(940px / 3.2);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.content-summary .simple-flow{max-width:940px;margin:0 auto;}
.content-summary h2,.content-summary h3,.content-summary p{margin:0;}
.content-summary h2{font-size:calc(15px * 2);line-height:1.14;}
.content-summary h3{font-size:calc(15px * 1.35);line-height:1.22;}
.content-summary p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-summary .open{padding-block-start:var(--field-local);}
.content-summary .bottom-lead{padding-block-end:calc(var(--field-local) * .6);}
.content-summary .featured-callout{margin-top:1.5rem;max-width:calc(940px / 1.9);}
.content-summary .text-lead{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:calc(var(--field-local) * 1.1);}
.content-summary .focused-content{flex:1 1 var(--label-strong);min-width:0;padding:calc(var(--field-local) * .72);border-radius:0.42rem;background:color-mix(in srgb, currentColor 9%, transparent);}
.content-summary .focused-content p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.content-summary .featured-callout{max-width:none;}.content-summary .focused-content{flex-basis:100%;}
}
.main-lead{--field-local:calc(1.5rem * 1.15);--field-content:calc(940px / 7.5);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.main-lead .simple-flow{max-width:940px;margin:0 auto;}
.main-lead h2,.main-lead h3,.main-lead p{margin:0;}
.main-lead h2{font-size:calc(15px * 2);line-height:1.14;}
.main-lead h3{font-size:calc(15px * 1.35);line-height:1.22;}
.main-lead p{font-size:15px;line-height:1.85;}
.main-lead .local-inner{display:flex;flex-wrap:wrap;gap:0.97rem;align-items:flex-start;}
.main-lead .local-inner>h2{flex:1 1 calc(940px / 3.2);min-width:0;}
.main-lead .local-inner>.featured-callout{flex:1 1 calc(940px / 2.6);min-width:0;color:#1E3350;}
.main-lead .direct-tile{list-style:none;margin:var(--field-local) 0 0;padding:0;display:flex;flex-direction:column;gap:0;}
.main-lead .focused-content{display:flex;flex-wrap:wrap;gap:0.97rem;padding:calc(calc(1.5rem * .75) * 1.1) 0;border-top:1px solid var(--surface-dark);}
.main-lead .focused-content:last-child{border-bottom:1px solid var(--surface-dark);}
.main-lead .open-body{flex:0 0 var(--field-content);min-width:0;font-size:calc(15px * 1.125);line-height:1.2;color:inherit;letter-spacing:.02em;}
.main-lead .soft-quote{flex:1 1 calc(940px / 2);min-width:0;}
.main-lead .soft-quote p{margin-top:calc(1.5rem / 3);color:#1E3350;}
.main-lead .compact-inner{margin-top:var(--field-local);padding:calc(calc(1.5rem * .75) * .9) calc(1.5rem * .75);background:#EAF1F9;color:#1E3350;border-radius:0.42rem;}
@media (max-width:640px){.main-lead .open-body{flex:1 1 100%;}.main-lead .soft-quote{flex:1 1 100%;}
}
.soft-note{
  --field-local:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:#0E7FB8;
  color:#FFFFFF;
}
.soft-note .simple-flow{max-width:940px;
  margin:0 auto;}
.soft-note h2,
.soft-note h3,
.soft-note p{margin:0;}
.soft-note h2{font-size:calc(15px * 2);
  line-height:1.14;}
.soft-note h3{font-size:calc(15px * 1.35);
  line-height:1.24;}
.soft-note p{font-size:15px;
  line-height:1.85;}
.soft-note .primary-actions{display:flex;
  flex-direction:column;
  gap:calc(0.97rem * 1.5);}
.soft-note .featured-callout{font-size:calc(15px * 1.125);
  line-height:1.6;
  opacity:.92;}
.soft-note .page-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--field-local) calc(0.97rem * 1.3);
  margin-top:calc(var(--field-local) * 1.4);
  padding-top:var(--field-local);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.soft-note .focused-content{flex:1 1 calc(50% - 0.97rem);
  min-width:min(100%, 260px);}
.soft-note .focused-content p{margin-top:calc(1.5rem / 3);
  opacity:.86;}
.soft-note .compact-inner{margin-top:calc(var(--field-local) * 1.2);
  padding-top:var(--field-local);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);
  font-size:calc(15px * .875);
  opacity:.82;}
@media (max-width:720px){.soft-note .focused-content{
    flex-basis:100%;
  }
}
.primary-unit{--field-local:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.primary-unit .simple-flow{max-width:940px;margin:0 auto;}
.primary-unit h1,.primary-unit h2,.primary-unit h3,.primary-unit p{margin:0;}
.primary-unit h2{font-size:calc(15px * 2);line-height:1.12;}
.primary-unit h3{font-size:calc(15px * 1.35);line-height:1.2;}
.primary-unit p{font-size:15px;line-height:1.85;}
.primary-unit a{color:inherit;text-decoration:none;}
.primary-unit .compact-inner{font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.primary-unit .featured-callout{margin-top:calc(1.5rem / 2);}
.primary-unit .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#0E7FB8;color:#FFFFFF;}
.primary-unit .focused-flow:hover{background:#0A6A9C;color:#0B1B33;}
.primary-unit .text-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;margin-top:var(--field-local);}
.primary-unit .focused-content{flex:1 1 calc(940px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid rgba(255,255,255,0.22);}
.primary-unit .focused-content p{margin-top:calc(1.5rem / 3);opacity:0.86;}
.primary-unit .focused-content a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.primary-unit .plain-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;}
.primary-unit .plain-actions>.soft-quote{flex:1 1 auto;min-width:0;}
.primary-unit .plain-actions>.focused-flow{flex:0 0 auto;}
.primary-unit .plain-actions>.text-lead{flex:1 1 100%;}
.primary-unit .soft-quote h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.primary-unit .focused-content{flex:1 1 100%;}
}
.grid-_scope{--field-local:calc(1.5rem * 1.42);--state-strong:calc(940px / 2.30);--font-button:calc(940px / 3.66);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.grid-_scope .simple-flow{max-width:940px;margin:0 auto;}
.grid-_scope h1,.grid-_scope h2,.grid-_scope h3,.grid-_scope p{margin:0;}
.grid-_scope h1{font-size:calc(15px * 2.65);line-height:1.08;}
.grid-_scope h2{font-size:calc(15px * 2);line-height:1.12;}
.grid-_scope h3{font-size:calc(15px * 1.35);line-height:1.2;}
.grid-_scope p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 74%, transparent);}
.grid-_scope a{color:inherit;text-decoration:none;}
.grid-_scope img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.grid-_scope .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#0B2A5B;}
.grid-_scope .featured-callout,.grid-_scope .compact-inner{}
.grid-_scope .text-lead{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.grid-_scope .focused-content{flex:1 1 calc(940px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.42rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.grid-_scope .focused-content p,.grid-_scope .focused-content a{margin-top:calc(1.5rem / 3);}
.grid-_scope .focused-content img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.grid-_scope .wide-shell>.text-lead{margin-top:var(--field-local);}
.grid-_scope .wide-shell>h2{margin-top:var(--field-local);}
.grid-_scope .wide-shell>.featured-callout{margin-top:calc(1.5rem / 2);}
.grid-_scope .featured-callout a{text-decoration:underline;text-underline-offset:3px;}
.grid-_scope .featured-callout a:hover{}
.wide-tile{--field-local:calc(1.5rem * 1.29);--state-strong:calc(940px / 3.25);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.wide-tile .simple-flow{max-width:940px;margin:0 auto;}
.wide-tile h2,.wide-tile h3,.wide-tile p{margin:0;}
.wide-tile h2{font-size:calc(15px * 2);line-height:1.12;}
.wide-tile h3{font-size:calc(15px * 1.35);line-height:1.2;}
.wide-tile p{font-size:15px;line-height:1.85;color:#1E3350;}
.wide-tile a{color:#0B2A5B;text-decoration:underline;text-underline-offset:3px;}
.wide-tile a:hover{color:inherit;}
.wide-tile .primary-actions{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.wide-tile .featured-callout{font-size:calc(15px * 1.125);color:var(--surface-page);}
.wide-tile .text-lead{list-style:none;margin:var(--field-local) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--field-local);}
.wide-tile .focused-content{display:flex;gap:1.5rem;align-items:flex-start;padding-top:var(--field-local);border-top:1px solid var(--surface-dark);}
.wide-tile .focused-content:first-child{padding-top:0;border-top:0;}
.wide-tile .content-story{flex:0 0 auto;font-size:calc(15px * .875);letter-spacing:0.08em;color:inherit;font-variant-numeric:tabular-nums;padding-top:0.35em;}
.wide-tile .compact-plan{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.wide-tile .compact-inner{margin-top:var(--field-local);padding-top:var(--field-local);border-top:1px solid var(--surface-dark);}
@media (max-width:640px){.wide-tile .focused-content{flex-direction:column;gap:calc(1.5rem / 3);}.wide-tile .content-story{padding-top:0;}
}
.narrow-benefit{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #EAF1F9;
  color: #1E3350;
}
.narrow-benefit .local-story{max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(0.97rem * 1.5);
  align-items: start;}
.narrow-benefit .primary-shell{
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #0B2A5B;
  color: #FFFFFF;
  position: sticky;
  top: calc(1.5rem * .75);
}
.narrow-benefit h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.12;}
.narrow-benefit .primary-shell p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15px;
  line-height: 1.85;}
.narrow-benefit .team-inner{display: flex;
  flex-direction: column;
  gap: 0.97rem;}
.narrow-benefit .offer-proof{
  display: grid;
  grid-template-columns: minmax(5rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: #FFFFFF;
  color: #0B1B33;
  border: 1px solid var(--surface-dark);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.narrow-benefit .process{font-size: calc(15px * .875);
  font-weight: 600;
  word-break: break-word;
  letter-spacing: .02em;}
.narrow-benefit h3{margin: 0;
  font-size: calc(15px * 1.35);
  line-height: 1.25;}
.narrow-benefit .offer-proof p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.85;}
.narrow-benefit small{font-size: calc(15px * .875);
  display: block;}
@media (max-width: 820px) {.narrow-benefit .local-story{
    grid-template-columns: 1fr;
  }.narrow-benefit .primary-shell{
    position: static;
  }.narrow-benefit .offer-proof{
    grid-template-columns: 1fr;
  }
}
.service-summary{--field-local:calc(1.5rem * 1.06);--label-strong:calc(940px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.service-summary .simple-flow{max-width:940px;margin:0 auto;}
.service-summary h2,.service-summary h3,.service-summary p,.service-summary span{margin:0;}
.service-summary h2{font-size:calc(15px * 2);line-height:1.12;}
.service-summary h3{font-size:calc(15px * 1.35);line-height:1.2;}
.service-summary p{font-size:15px;line-height:1.85;}
.service-summary .featured-callout{margin-top:1.5rem;max-width:calc(940px / 1.9);opacity:.88;}
.service-summary .text-lead{display:flex;flex-wrap:wrap;gap:var(--field-local);margin-top:var(--field-local);}
.service-summary .focused-content{flex:1 1 var(--label-strong);min-width:0;padding:calc(var(--field-local) * .75);border-radius:0.42rem;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);}
.service-summary .focused-content p{color:inherit;}
.service-summary .focused-content h3{margin-top:calc(1.5rem / 2);}
.service-summary .focused-content .main-entries{display:block;margin-top:calc(1.5rem / 4);font-size:calc(15px * .875);color:inherit;}
.service-summary .soft-flow{padding-inline-start:calc(1.49rem / 2);}
.service-summary .site-details{padding-block:calc(var(--field-local) / 2);}
.service-summary .bottom-lead{row-gap:calc(var(--field-local) * .7);}
@media (max-width:640px){.service-summary .focused-content{flex-basis:100%;}
}
.secondary-feature{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #0E7FB8;
  color: #FFFFFF;
}
.secondary-feature .secondary-stack{
  max-width: 940px;
  margin: 0 auto;
  border-radius: 0.67rem;
  overflow: hidden;
  background: var(--tone-soft);
  color: var(--surface-page);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.secondary-feature .simple-story{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.97rem * 1.5);
  border-bottom: 1px solid var(--surface-dark);}
.secondary-feature .simple-story span{font-size: calc(15px * .875);
  letter-spacing: 0.02em;}
.secondary-feature a{text-decoration: none;}
.secondary-feature .simple-story a{font-size: calc(15px * .875);
  border-bottom: 1px solid var(--surface-dark);
  padding-bottom: 2px;}
.secondary-feature .simple-story a:hover{}
.secondary-feature .compact-plan{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(0.97rem * 1.5);
  padding: calc(0.97rem * 1.5);}
.secondary-feature h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.1;}
.secondary-feature .featured-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15px;
  line-height: 1.85;}
.secondary-feature .top-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-feature .top-figure a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--surface-dark);
  border-radius: 0.42rem;
  background: #FFFFFF;
  color: #0B1B33;
  transition: border-color 400ms var(--motion-entry);
}
.secondary-feature .top-figure a:hover{border-color: #0E7FB8;}
.secondary-feature .top-figure span,
.secondary-feature .top-figure small{display: block;
  font-size: calc(15px * .875);}
.secondary-feature .top-figure strong{display: block;
  margin: calc(calc(1.5rem * .75) * 0.35) 0;
  font-size: calc(15px * 1.35);
  line-height: 1.25;}
@media (max-width: 780px) {.secondary-feature .compact-plan{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.secondary-feature .simple-story{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.narrow-intro{padding:calc(1.5rem * 2.4) 1.49rem;background:linear-gradient(180deg,#FFFFFF,#EAF1F9);color:#0B1B33;}
.narrow-intro .simple-flow{max-width:940px;margin:0 auto;}
.narrow-intro .narrow-plan{margin-bottom:calc(0.97rem * 1.5);}
.narrow-intro .narrow-plan p{margin:0;font-size:calc(15px * .875);letter-spacing:.1em;text-transform:uppercase;color:#1E3350;}
.narrow-intro .narrow-plan h2{margin:.5rem 0 0;font-size:calc(15px * 2);line-height:1.2;}
.narrow-intro .text-lead{display:flex;flex-direction:column;gap:0.97rem;}
.narrow-intro .text-lead article{padding:calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;border:1px solid var(--surface-dark);color:#0B1B33;}
.narrow-intro .public-copy{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline;margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:1px solid var(--surface-dark);}
.narrow-intro .public-copy strong{font-size:calc(15px * 1.125);letter-spacing:.04em;}
.narrow-intro .public-copy span{font-size:calc(15px * .875);color:#1E3350;}
.narrow-intro .main-items{display:grid;grid-template-columns:15rem 1fr;gap:0.97rem;align-items:start;}
.narrow-intro .main-items img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.42rem;}
.narrow-intro .main-items small{display:block;font-size:calc(15px * .875);color:#1E3350;letter-spacing:.04em;}
.narrow-intro .main-items h3{margin:.45rem 0 .35rem;font-size:calc(15px * 1.35);}
.narrow-intro .main-items p{margin:0;font-size:15px;line-height:1.85;}
@media (max-width:680px){.narrow-intro .main-items{grid-template-columns:1fr;}.narrow-intro .main-items img{height:9rem;}
    }
.direct-actions{--field-local:calc(1.5rem * 1.42);--state-strong:calc(940px / 2.90);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.direct-actions .simple-flow{max-width:940px;margin:0 auto;}
.direct-actions h2,.direct-actions p{margin:0;}
.direct-actions h2{font-size:calc(15px * 2);line-height:1.12;}
.direct-actions p{font-size:15px;line-height:1.85;}
.direct-actions a{color:inherit;text-decoration:none;}
.direct-actions .compact-inner{font-size:calc(15px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.72;}
.direct-actions .featured-callout{color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-actions .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#0B2A5B;transition:background 400ms var(--motion-entry),color 400ms var(--motion-entry);}
.direct-actions .focused-flow:hover{background:#0E7FB8;color:#FFFFFF;}
.direct-actions .steady-contact{margin-top:calc(0.97rem * 1.5);font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.direct-actions .steady-contact a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-actions .steady-contact a:hover{}
.direct-actions .steady-visual>h2,.direct-actions .steady-visual>p,.direct-actions .steady-visual>.focused-flow{margin-top:1.5rem;}
.direct-actions .steady-visual>.compact-inner{margin-top:0;}
.strong-plan{--field-local:calc(1.5rem * 1.1);--state-strong:calc(940px / 2.6);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.strong-plan .simple-flow{max-width:940px;margin:0 auto;}
.strong-plan h1,.strong-plan h2,.strong-plan h3,.strong-plan p{margin:0;}
.strong-plan h2{font-size:calc(15px * 2);line-height:1.14;}
.strong-plan h3{font-size:calc(15px * 1.35);line-height:1.22;}
.strong-plan p{font-size:15px;line-height:1.85;}
.strong-plan .compact-inner{font-size:calc(15px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#1E3350;margin-bottom:calc(1.5rem / 3);}
.strong-plan a{color:#0B2A5B;text-decoration:none;border-bottom:1px solid transparent;transition:color 400ms var(--motion-entry),border-color 400ms var(--motion-entry);}
.strong-plan a:hover{color:inherit;border-bottom-color:#0E7FB8;}
.strong-plan .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;border-bottom:none;font-size:calc(15px * .875);letter-spacing:0.03em;}
.strong-plan .focused-flow:hover{background:#081F45;color:#FFFFFF;border-bottom-color:transparent;}
.strong-plan .plain-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;}
.strong-plan .plain-actions>.soft-quote{flex:1 1 auto;min-width:0;}
.strong-plan .plain-actions>.focused-flow{flex:0 0 auto;margin-top:calc(1.5rem / 4);}
.strong-plan .text-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;margin-top:var(--field-local);}
.strong-plan .focused-content{flex:1 1 calc(940px / 3.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--surface-dark);}
.strong-plan .focused-content p{margin-top:calc(1.5rem / 3);color:#1E3350;}
.strong-plan .steady-contact{flex:1 1 100%;margin-top:var(--field-local);font-size:calc(15px * .875);color:#1E3350;}
.strong-plan .steady-contact a{color:#0B2A5B;}
.strong-plan .steady-contact a:hover{color:inherit;}
@media (max-width:720px){.strong-plan .focused-content{flex:1 1 100%;}.strong-plan .plain-actions>.focused-flow{margin-top:0;}
}
.secondary-figure{--field-local:calc(1.5rem * 1.32);--font-button:calc(940px / 3.6);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.secondary-figure .simple-flow{max-width:940px;margin:0 auto;}
.secondary-figure h1,.secondary-figure h2,.secondary-figure h3,.secondary-figure p{margin:0;}
.secondary-figure h2{font-size:calc(15px * 2);line-height:1.14;}
.secondary-figure h3{font-size:calc(15px * 1.35);line-height:1.22;}
.secondary-figure p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 76%, transparent);}
.secondary-figure img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.secondary-figure .direct-copy{display:flex;align-items:flex-start;gap:0.97rem;}
.secondary-figure .direct-copy>img{flex:0 0 var(--font-button);max-width:var(--font-button);}
.secondary-figure .direct-copy>.soft-quote{flex:1 1 auto;min-width:0;}
.secondary-figure .soft-quote .featured-callout{margin-top:1.5rem;}
.secondary-figure .text-lead{display:flex;flex-direction:column;gap:0;margin-top:var(--field-local);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-figure .focused-content{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.secondary-figure .focused-content p{margin-top:calc(1.5rem / 2.6);}
@media(max-width:760px){.secondary-figure .direct-copy{flex-direction:column;}.secondary-figure .direct-copy>img{flex:1 1 auto;max-width:100%;}}
.quiet-entries{--field-local:calc(1.5rem * 0.9);--copy-body:calc(1.5rem * 1.6);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.quiet-entries .simple-flow{max-width:940px;margin:0 auto;}
.quiet-entries h1,.quiet-entries h2,.quiet-entries h3,.quiet-entries p{margin:0;}
.quiet-entries h2{font-size:calc(15px * 2);line-height:1.14;}
.quiet-entries h3{font-size:calc(15px * 1.35);line-height:1.22;}
.quiet-entries p{font-size:15px;line-height:1.85;}
.quiet-entries a{color:#0B2A5B;text-decoration:none;border-bottom:1px solid var(--surface-dark);}
.quiet-entries a:hover{color:inherit;border-bottom-color:#0E7FB8;}
.quiet-entries .compact-inner{font-size:calc(15px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#1E3350;}
.quiet-entries .featured-callout{margin-top:calc(1.5rem / 2);color:#1E3350;}
.quiet-entries .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;border-bottom:none;font-size:calc(15px * .875);}
.quiet-entries .focused-flow:hover{background:#081F45;color:#FFFFFF;}
.quiet-entries .plain-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;}
.quiet-entries .plain-actions>.soft-quote{flex:1 1 auto;min-width:0;}
.quiet-entries .plain-actions>.focused-flow{flex:0 0 auto;}
.quiet-entries .text-lead{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:var(--field-local);border-top:1px solid var(--surface-dark);}
.quiet-entries .focused-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.97rem;padding:calc(0.97rem * 1.5) 0;border-bottom:1px solid var(--surface-dark);}
.quiet-entries .focused-content .soft-quote{flex:1 1 calc(940px / 2);min-width:0;}
.quiet-entries .content-story{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:var(--copy-body);height:var(--copy-body);border-radius:0.24rem;background:#0E7FB8;color:#FFFFFF;font-size:calc(15px * .875);}
.quiet-entries .focused-content p{margin-top:calc(1.5rem / 3);color:#1E3350;}
.quiet-entries .steady-contact{flex:1 1 100%;margin-top:var(--field-local);font-size:calc(15px * .875);color:#1E3350;}
@media (max-width:640px){.quiet-entries .focused-content{gap:calc(0.97rem * 0.75);}.quiet-entries .content-story{width:calc(var(--copy-body) * 0.85);height:calc(var(--copy-body) * 0.85);}
}
.strong-panel{background:#EAF1F9;color:#1E3350;padding:calc(1.5rem * 2.4) 1.49rem}
.strong-panel .simple-flow{max-width:940px;margin:0 auto}
.strong-panel .direct-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.97rem * 1.5)}
.strong-panel .soft-quote{flex:1 1 22rem;min-width:0}
.strong-panel h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.strong-panel p{margin:1.5rem 0 0;font-size:15px;line-height:1.85}
.strong-panel .soft-quote a{display:inline-flex;margin-top:1.5rem;padding:calc(calc(1.5rem * .75) * .8) 0.97rem;border-radius:0.42rem;background:#0B2A5B;color:#FFFFFF;text-decoration:none;font-weight:700;font-size:calc(15px * .875)}
.strong-panel .soft-quote a:hover{background:#081F45;color:#0B1B33;}
.strong-panel .direct-intro{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.08)}
.strong-panel .text-lead{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.strong-panel .focused-content{padding-bottom:1.5rem;border-bottom:1px solid var(--surface-dark)}
.strong-panel .focused-content:last-child{border-bottom:0;padding-bottom:0}
.strong-panel strong{display:block;font-size:15px}
.strong-panel span{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:calc(15px * .875);line-height:1.7}
@media(max-width:780px){.strong-panel .direct-panel{flex-direction:column}.strong-panel .direct-intro{flex-basis:auto;min-width:0;aspect-ratio:16/9}.strong-panel .text-lead{width:100%}}
.quiet-header{--field-local:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.quiet-header .simple-flow{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.97rem * 1.5);}
.quiet-header h2,.quiet-header p{margin:0;}
.quiet-header h2{font-size:calc(15px * 2);line-height:1.14;}
.quiet-header p{font-size:15px;line-height:1.85;}
.quiet-header a{color:#0B2A5B;text-decoration:none;}
.quiet-header a:hover{color:inherit;}
.quiet-header .soft-quote{display:flex;flex-direction:column;gap:1.5rem;}
.quiet-header .featured-callout{color:#1E3350;}
.quiet-header .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .85) 1.5rem;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;font-size:calc(15px * .875);}
.quiet-header .focused-flow:hover{background:#081F45;color:#FFFFFF;}
.quiet-header .steady-form{display:flex;flex-direction:column;gap:var(--field-local);margin-top:1.5rem;}
.quiet-header details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.42rem;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);box-shadow:0 1px 2px rgba(0,0,0,0.08);}
.quiet-header summary{cursor:pointer;font-weight:700;font-size:calc(15px * 1.125);line-height:1.3;list-style:none;}
.quiet-header summary::-webkit-details-marker{display:none;}
.quiet-header summary::after{content:"+";float:right;font-weight:400;color:#1E3350;}
.quiet-header details[open] summary::after{content:"–";}
.quiet-header details p{margin-top:calc(1.5rem / 2.4);color:#1E3350;}
.quiet-header .steady-contact{margin-top:1.5rem;font-size:calc(15px * .875);color:#1E3350;}
@media (max-width:720px){.quiet-header .simple-flow{gap:1.5rem;}.quiet-header summary{font-size:15px;}
}
.site-summary{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:var(--tone-soft);
    color:var(--surface-page);
}
.site-summary .simple-flow{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.site-summary .featured-callout h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15px * 2);
    line-height:1.2;}
.site-summary .featured-callout p{margin:0;
    font-size:15px;
    line-height:1.85;}
.site-summary .direct-tile{display:flex;
    flex-direction:column;
    border-top:1px solid var(--surface-dark);}
.site-summary .open-brand{display:grid;
    grid-template-columns:minmax(140px,180px) 1fr;
    gap:0.97rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--surface-dark);
    align-items:start;}
.site-summary .open-brand .top-service{font-size:calc(15px * .875);
    text-transform:uppercase;
    letter-spacing:0.04em;
    padding-top:0.15rem;}
.site-summary .open-brand a{display:block;
    font-size:calc(15px * 1.125);
    font-weight:600;
    text-decoration:none;
    margin-bottom:0.35rem;
    word-break:break-word;}
.site-summary .open-brand a:hover{text-decoration:underline;}
.site-summary .open-brand p{grid-column:2;
    margin:0;
    font-size:15px;
    line-height:1.85;}
.site-summary .compact-inner{
    background:#EAF1F9;
    color:#1E3350;
    border-radius:0.5rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
}
.site-summary .compact-inner p{margin:0;
    font-size:15px;
    line-height:1.85;}
.site-summary .steady-contact{display:flex;
    flex-wrap:wrap;
    gap:0.97rem;}
.site-summary .steady-contact a{
    display:inline-block;
    padding:0.55rem 1.1rem;
    border-radius:0.42rem;
    background:#0B2A5B;
    color:#FFFFFF;
    font-size:calc(15px * .875);
    font-weight:600;
    text-decoration:none;
    transition:background 400ms var(--motion-entry);
}
.site-summary .steady-contact a:hover{
    background:#081F45;color:#0B1B33;}
@media (max-width:720px){.site-summary .open-brand{
        grid-template-columns:1fr;
    }.site-summary .open-brand p{
        grid-column:1;
    }
}
.direct-fields{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #0B2A5B;
  color: #FFFFFF;
}
.direct-fields .simple-flow{max-width: min(940px, 72rem);
  margin: 0 auto;
  display: grid;
  gap: calc(0.97rem * 1.5);}
.direct-fields .featured-callout h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.12;}
.direct-fields .main-grid{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15px * 1.125);
  line-height: 1.85;
  color: #C7D4E4;}
.direct-fields .direct-tile{display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;}
.direct-fields .focused-content{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #1E3350;
  border-radius: 0.42rem;
}
.direct-fields .focused-content .service-flow{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: calc(1.5rem * .75);}
.direct-fields .top-note{font-weight: 700;
  font-size: 15px;}
.direct-fields .main-entries{font-size: calc(15px * .875);
  color: #C7D4E4;}
.direct-fields .focused-content p{margin: 0 0 calc(1.5rem * .75);
  color: #C7D4E4;
  line-height: 1.85;}
.direct-fields .public-copy{display: block;
  font-size: calc(15px * .875);color:inherit;}
.direct-fields .main-brand{display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1E3350;}
.direct-fields .main-brand span{font-size: calc(15px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C7D4E4;}
.direct-fields .compact-inner{margin: 0;
  font-size: calc(15px * .875);
  color: #C7D4E4;}
.direct-fields .compact-inner a{text-decoration: underline;}
.direct-fields .compact-inner a:hover{color:inherit;}
@media (max-width: 700px) {.direct-fields .direct-tile{
    display: block;
  }.direct-fields .focused-content + .focused-content{
    margin-top: 0.97rem;
  }
}
.strong-rail{--field-local:calc(1.5rem * 1.25);--font-button:calc(940px / 3.49);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.strong-rail .simple-flow{max-width:940px;margin:0 auto;}
.strong-rail h1,.strong-rail h2,.strong-rail h3,.strong-rail p{margin:0;}
.strong-rail h1{font-size:calc(15px * 2.65);line-height:1.08;}
.strong-rail h2{font-size:calc(15px * 2);line-height:1.12;}
.strong-rail h3{font-size:calc(15px * 1.35);line-height:1.2;}
.strong-rail p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-rail a{color:inherit;text-decoration:none;}
.strong-rail img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.42rem;flex:0 1 min(28rem,38vw);}
.strong-rail .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#0B2A5B;font-weight:600;}
.strong-rail .steady-visual{display:flex;align-items:flex-start;justify-content:space-between;gap:0.97rem;flex-wrap:wrap;}
.strong-rail .steady-visual .soft-quote{flex:1 1 24rem;min-width:0;}
.strong-rail .steady-visual h2,.strong-rail .steady-visual p,.strong-rail .steady-visual .focused-flow{margin-top:1.5rem;}
.strong-rail .steady-visual h2:first-child{margin-top:0;}
.strong-rail .steady-visual img{margin-top:var(--field-local);}
.strong-rail .compact-inner{font-size:calc(15px * .875);}
.strong-rail .steady-contact{font-size:calc(15px * .875);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);padding-top:calc(0.97rem * 1.5);}
.strong-rail .steady-contact a{text-decoration:underline;text-underline-offset:3px;}
.strong-rail .steady-contact a:hover{}
@media (max-width:720px){.strong-rail .steady-visual{flex-direction:column-reverse;}.strong-rail img{width:100%;flex:1 1 auto;margin-top:0;}
}
.content-media{--field-local:calc(1.5rem * 0.92);--state-strong:calc(940px / 2.40);--font-button:calc(940px / 3.77);padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF;}
.content-media .simple-flow{max-width:940px;margin:0 auto;}
.content-media h1,.content-media h2,.content-media h3,.content-media p{margin:0;}
.content-media h1{font-size:calc(15px * 2.65);line-height:1.08;}
.content-media h2{font-size:calc(15px * 2);line-height:1.12;}
.content-media h3{font-size:calc(15px * 1.35);line-height:1.2;}
.content-media p{font-size:15px;line-height:1.85;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.content-media a:hover{color:color-mix(in srgb, currentColor 70%, transparent);}
.content-media img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.content-media .primary-actions{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.content-media .featured-callout{color:color-mix(in srgb, currentColor 82%, transparent);}
.content-media .steady-form{display:flex;flex-direction:column;gap:var(--field-local);}
.content-media details{padding:calc(calc(1.5rem * .75) * 0.95);border-radius:0.42rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.content-media summary{cursor:pointer;font-weight:700;font-size:calc(15px * 1.125);line-height:1.3;}
.content-media details p{margin-top:calc(1.5rem / 3);}
.content-media .steady-contact{margin-top:var(--field-local);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-media .steady-contact p{font-size:calc(15px * .875);}
.content-media .primary-actions,.content-media .steady-form,.content-media .steady-contact,.content-media .soft-block>img{margin-top:var(--field-local);}
.content-media .primary-actions{margin-top:0;}
@media (min-width:768px){.content-media .soft-block>img{width:var(--font-button);margin-left:auto;margin-right:0;}
}
.narrow-details{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #0B2A5B;
  color: #FFFFFF;
}
.narrow-details .simple-flow{max-width: min(940px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.97rem * 1.5);}
.narrow-details .primary-actions h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.12;}
.narrow-details .primary-actions .featured-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15px * 1.125);
  line-height: 1.85;
  color: #C7D4E4;}
.narrow-details .active-details{display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;}
.narrow-details .top-rail{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #1E3350;}
.narrow-details .top-rail .site-frame{margin: 0;
  font-size: 15px;
  line-height: 1.85;}
.narrow-details .top-rail .top-note{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 2px;}
.narrow-details .top-rail .team-copy{font-weight: 700;
  font-size: calc(15px * .875);}
.narrow-details .top-rail .main-entries{font-size: calc(15px * .875);
  color: #C7D4E4;}
.narrow-details .open-steps{display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1E3350;}
.narrow-details .compact-inner{flex: 1 1 min(100%, 16rem);}
.narrow-details .compact-inner .top-service{display: block;
  font-size: calc(15px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 6px;}
.narrow-details .compact-inner p{margin: 0;
  font-size: calc(15px * .875);
  line-height: 1.85;
  color: #C7D4E4;}
.narrow-details .active-team{margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #C7D4E4;}
.narrow-details .active-team a{text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-details .active-team a:hover{color:inherit;}
@media (max-width: 700px) {.narrow-details .active-details,
  .narrow-details .open-steps{
    flex-direction: column;
  }
}
.active-footer{
  background:var(--tone-soft);
  color:var(--surface-page);
  padding:calc(1.5rem * 2.4) 1.49rem;
}
.active-footer .simple-flow{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(0.97rem * 1.5);
  align-items:flex-start;}
.active-footer .direct-intro{display:block;
  width:min(40%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.5rem;
  box-shadow:0 4px 16px rgba(0,0,0,0.1);}
.active-footer .soft-quote{flex:1 1 30rem;
  min-width:0;}
.active-footer h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.12;}
.active-footer .featured-callout{margin:1.5rem 0 0;
  font-size:calc(15px * 1.125);
  line-height:1.85;
  color:#1E3350;}
.active-footer .text-lead{margin-top:calc(0.97rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.active-footer .focused-content{padding-left:1.49rem;
  border-left:2px solid #0E7FB8;}
.active-footer .focused-content .service-flow{display:block;
  font-size:15px;
  font-weight:600;
  margin-bottom:.35rem;}
.active-footer .focused-content p{margin:0;
  font-size:15px;
  line-height:1.85;
  color:#1E3350;}
.active-footer .compact-inner{
  margin:calc(0.97rem * 1.5) 0 0;
  font-size:calc(15px * .875);
  line-height:1.85;
  color:#1E3350;
  padding:1.5rem 1.49rem;
  background:#EAF1F9;
  border-radius:0.42rem;
}
.active-footer .steady-contact{margin-top:calc(0.97rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.97rem;}
.active-footer .steady-contact a{
  display:inline-flex;
  align-items:center;
  padding:.7rem 1rem;
  font-size:calc(15px * .875);
  text-decoration:none;
  border-radius:0.42rem;
  background:#0B2A5B;
  color:#FFFFFF;
  transition:background 400ms var(--motion-entry);
}
.active-footer .steady-contact a + a{
  background:transparent;
  color:#0B2A5B;
  border:1px solid var(--surface-dark);
}
.active-footer .steady-contact a:hover{
  background:#081F45;
  color:#FFFFFF;
}
.active-footer .steady-contact a + a:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);
  color:#0E7FB8;
}
@media (max-width:820px){.active-footer .simple-flow{
    flex-direction:column;
  }.active-footer .direct-intro{
    width:100%;
    min-width:0;
    aspect-ratio:16/10;
  }
}
.active-wrap{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.active-wrap .simple-flow{max-width:940px;margin:0 auto;}
.active-wrap h2,.active-wrap h3,.active-wrap p{margin:0;}
.active-wrap h2{font-size:calc(15px * 2);line-height:1.12;}
.active-wrap h3{font-size:calc(15px * 1.35);line-height:1.22;}
.active-wrap p{font-size:15px;line-height:1.85;}
.active-wrap .local-inner{display:flex;flex-wrap:wrap;gap:0.97rem;align-items:flex-start;}
.active-wrap .local-inner>h2{flex:1 1 calc(940px / 2.6);min-width:0;}
.active-wrap .local-inner>.featured-callout{flex:1 1 calc(940px / 2.6);min-width:0;}
.active-wrap .text-lead{display:flex;flex-wrap:wrap;gap:0.97rem;margin-top:calc(0.97rem * 1.5);}
.active-wrap .focused-content{flex:1 1 calc(940px / 3.2);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);}
.active-wrap .focused-content p{margin-top:calc(1.5rem / 3);}
.active-wrap .compact-inner{margin-top:calc(0.97rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-dark);font-size:calc(15px * .875);}
.clear-method{padding:calc(1.5rem * 2.4) 1.49rem;background:#EAF1F9;color:#1E3350;}
.clear-method .simple-flow{max-width:940px;margin:0 auto;}
.clear-method .narrow-plan{margin-bottom:calc(0.97rem * 1.5);}
.clear-method .narrow-plan h2{margin:0;font-size:calc(15px * 2);line-height:1.25;}
.clear-method .narrow-plan p{margin:calc(1.5rem * .75) 0 0;font-size:15px;line-height:1.85;}
.clear-method .media-panel{border:1px solid var(--surface-dark);border-radius:0.5rem;overflow:hidden;background:#FFFFFF;color:#0B1B33;}
.clear-method .media-panel article{display:grid;grid-template-columns:.85fr 1.15fr;gap:0.97rem;padding:calc(1.5rem * .75);border-bottom:1px solid var(--surface-dark);}
.clear-method .media-panel article:last-child{border-bottom:0;}
.clear-method .media-panel h3{margin:0;font-size:15px;line-height:1.4;}
.clear-method .media-panel p{margin:0;font-size:calc(15px * .875);line-height:1.85;}
.clear-method .steady-contact{margin:calc(0.97rem * 1.5) 0 0;font-size:calc(15px * .875);}
.clear-method .steady-contact a{color:#0B2A5B;text-decoration:underline;text-underline-offset:3px;}
.clear-method .steady-contact a:hover{color:inherit;}
@media (max-width:700px){.clear-method .media-panel article{grid-template-columns:1fr;}
    }
.team-method{background:#EAF1F9;color:#1E3350;padding:calc(1.5rem * 2.4) 1.49rem}
.team-method .simple-flow{max-width:940px;margin:0 auto}
.team-method .bottom-proof{display:flex;align-items:flex-start;gap:calc(0.97rem * 1.5)}
.team-method .site-list{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.08)}
.team-method .main-items{flex:1 1 32rem;min-width:0}
.team-method h2{margin:0;font-size:calc(15px * 2);line-height:1.15;letter-spacing:0}
.team-method p{margin:1.5rem 0 0;font-size:15px;line-height:1.85}
.team-method .primary-team{display:flex;flex-direction:column;gap:0;margin-top:calc(0.97rem * 1.5);border-top:1px solid var(--surface-dark)}
.team-method .open-brand{display:flex;flex-wrap:wrap;gap:0.97rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-dark)}
.team-method .contact-callout{flex:0 0 8rem;font-size:calc(15px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.75}
.team-method .figure{flex:1 1 14rem;min-width:0;font-size:15px;line-height:1.6}
.team-method .primary-frame{text-decoration:none;border-bottom:1px solid #0B2A5B}
.team-method .primary-frame:hover{border-bottom-color:#0E7FB8}
.team-method .compact-inner{margin-top:calc(0.97rem * 1.5);font-size:calc(15px * .875);line-height:1.7;opacity:0.85}
.team-method .direct-tile{display:flex;flex-wrap:wrap;gap:0.97rem;margin-top:calc(0.97rem * 1.5)}
.team-method .direct-tile a{display:inline-block;padding:0.55rem 1rem;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;text-decoration:none;font-size:calc(15px * .875);transition:background 400ms var(--motion-entry)}
.team-method .direct-tile a:hover{background:#081F45;color:#0B1B33;}
@media(max-width:760px){.team-method .bottom-proof{flex-direction:column}.team-method .site-list{flex-basis:auto;min-width:0;aspect-ratio:16/10}.team-method .contact-callout{flex-basis:100%}
}
.narrow-links{
  --field-local:calc(1.5rem * 1.15);
  --state-active:calc(calc(1.5rem * .75) * 1.1);
  padding:calc(1.5rem * 2.4) 1.49rem;
  background:var(--tone-soft);
  color:var(--surface-page);
}
.narrow-links .simple-flow{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-local);}
.narrow-links h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.14;}
.narrow-links h3{margin:0;
  font-size:calc(15px * 1.35);
  line-height:1.22;}
.narrow-links p{margin:0;
  font-size:15px;
  line-height:1.85;}
.narrow-links .primary-actions{display:flex;
  flex-direction:column;
  gap:calc(0.97rem * 1.5);}
.narrow-links .featured-callout{}
.narrow-links .steady-form{display:flex;
  flex-direction:column;
  gap:0.97rem;}
.narrow-links details{
  padding:var(--state-active);
  border:1px solid var(--surface-dark);
  border-radius:0.42rem;
  background:#FFFFFF;
  color:#0B1B33;
  transition:box-shadow 400ms var(--motion-entry);
}
.narrow-links details[open]{box-shadow:0 1px 2px rgba(0,0,0,0.08);}
.narrow-links summary{cursor:pointer;
  font-size:calc(15px * 1.125);
  font-weight:700;
  line-height:1.3;
  list-style:none;}
.narrow-links summary::-webkit-details-marker{display:none;}
.narrow-links summary::after{content:"+";
  float:right;
  margin-left:calc(0.97rem * 1.5);
  font-weight:400;}
.narrow-links details[open] summary::after{content:"–";}
.narrow-links details p{margin-top:calc(1.5rem / 2.5);}
.narrow-links .steady-contact{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.97rem;
  padding-top:calc(0.97rem * 1.5);
  border-top:1px solid var(--surface-dark);}
.narrow-links .steady-contact .compact-inner{flex:1 1 320px;
  font-size:calc(15px * .875);}
.narrow-links .focused-flow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius:0.24rem;
  background:#0B2A5B;
  color:#FFFFFF;
  font-size:calc(15px * .875);
  font-weight:700;
  text-decoration:none;
  transition:background 400ms var(--motion-entry);
}
.narrow-links .focused-flow:hover{
  background:#081F45;color:#0B1B33;}
.narrow-links .page-method{font-size:calc(15px * .875);
  text-decoration:underline;
  text-underline-offset:3px;}
.narrow-links .page-method:hover{}
@media (max-width:640px){.narrow-links .steady-contact{
    flex-direction:column;
    align-items:flex-start;
  }
}
.tile{background:var(--tone-soft);color:var(--surface-page);padding:calc(1.5rem * 2.4) 1.49rem}
.tile .simple-flow{max-width:min(940px,64rem);margin:0 auto}
.tile .service-frame{display:flex;flex-direction:column;gap:calc(0.97rem * 1.5)}
.tile .primary-actions{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.tile .compact-inner{margin:0;font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#1E3350}
.tile h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.tile h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.tile .featured-callout{margin:0;line-height:1.85}
.tile .direct-intro{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.08)}
.tile .top-figure{display:flex;flex-wrap:wrap;gap:0.97rem}
.tile .focused-proof{flex:1 1 16rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);border-radius:0.42rem}
.tile .focused-proof p{margin:0 0 calc(1.5rem * .75);line-height:1.85}
.tile .focused-proof p:last-child{margin-bottom:0}
.tile .focused-proof a{color:#0B2A5B;text-decoration:none;font-weight:600;word-break:break-word}
.tile .focused-proof a:hover{color:inherit;}
.tile .public-fields{margin:0;color:#1E3350}
.tile .contact-plan{padding:calc(1.5rem * .75);background:#EAF1F9;color:#1E3350;border-radius:0.42rem}
.tile .contact-shell{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:0.4rem}
.tile .contact-shell li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:calc(1.5rem * .75);border-bottom:1px solid var(--surface-dark);padding-bottom:0.4rem}
.tile .contact-shell li:last-child{border-bottom:0}
.tile .contact-shell span:first-child{font-weight:600}
.tile .steady-story{margin:0;font-size:calc(15px * .875);line-height:1.6}
.tile .steady-track{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.tile .steady-track a{padding:0.7rem 1.1rem;border-radius:0.24rem;background:transparent;color:var(--surface-page);text-decoration:none;border:1px solid var(--surface-dark);transition:background 400ms var(--motion-entry)}
.tile .steady-track a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#0B1B33;}
.tile .steady-track a:first-child{background:#0B2A5B;color:#FFFFFF;border-color:#0B2A5B}
.tile .steady-track a:first-child:hover{background:#081F45;color:#0B1B33;}
@media (max-width:640px){.tile .contact-shell li{flex-direction:column;gap:0.2rem}
}
.soft-unit{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.soft-unit .simple-flow{max-width:940px;margin:0 auto}
.soft-unit .text-inner{display:block}
.soft-unit .narrow-plan{display:flex;flex-wrap:wrap;gap:calc(0.97rem * 1.5);align-items:baseline;border-bottom:1px solid var(--surface-dark);padding-bottom:calc(0.97rem * 1.5)}
.soft-unit h2{flex:1 1 22rem;min-width:0;margin:0;font-size:calc(15px * 2);line-height:1.1}
.soft-unit .featured-callout{flex:1 1 20rem;min-width:0;margin:0;font-size:15px;line-height:1.85;}
.soft-unit .compact-plan{margin-top:calc(0.97rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-unit .focused-content{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-dark)}
.soft-unit .focused-content:last-child{border-bottom:0}
.soft-unit .focused-content h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:calc(15px * 1.35);line-height:1.2}
.soft-unit .focused-content p{margin:0;font-size:15px;line-height:1.85}
.soft-unit .focused-flow{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.97rem * 1.5)}
.soft-unit .focused-flow a{border-radius:0.42rem;background:#0E7FB8;color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15px * .875)}
.soft-unit .focused-flow a:first-child{background:#0B2A5B;color:#FFFFFF}
.soft-unit .focused-flow a:hover{background:#0A6A9C;color:#0B1B33;}
@media(max-width:760px){.soft-unit .narrow-plan{display:block}.soft-unit .featured-callout{margin-top:calc(1.5rem * .75)}}
.top-headline{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.top-headline .simple-flow{width:min(100%,calc(940px*.68));margin:0 auto}
.top-headline .direct-tile{display:flex;flex-wrap:wrap;gap:0.97rem;align-items:baseline;margin-bottom:calc(0.97rem * 1.5);font-size:calc(15px * .875);color:#1E3350}
.top-headline .direct-tile .contact-region{background:#0E7FB8;color:#FFFFFF;padding:0.18rem 0.6rem;border-radius:0.24rem;letter-spacing:0.04em}
.top-headline .direct-tile .offer-footer{color:#1E3350}
.top-headline h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08}
.top-headline .featured-callout{margin:1.5rem 0 calc(0.97rem * 1.5);font-size:calc(15px * 1.125);line-height:1.85;color:#1E3350}
.top-headline .bottom-visual{margin:0 0 calc(0.97rem * 1.5);border-radius:0.5rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.1)}
.top-headline .bottom-visual img{display:block;width:100%;height:auto}
.top-headline .main-items{border-top:1px solid var(--surface-dark);padding-top:1.5rem}
.top-headline .main-items p{margin:0 0 1.5rem;line-height:1.85}
.top-headline .main-items h2{margin:calc(0.97rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.top-headline .main-items h2:first-child{margin-top:0}
.top-headline .main-items a{color:#0B2A5B;text-decoration:underline;text-underline-offset:3px}
.top-headline .main-items a:hover{color:inherit;}
.top-headline .main-items p:last-child{margin-bottom:0}
@media (max-width:640px){.top-headline .direct-tile{gap:calc(1.5rem * .75)}.top-headline h1{font-size:calc(15px * 2)}
}
.steady-list{
  background: var(--tone-soft);
  color: var(--surface-page);
  padding: calc(1.5rem * 2.4) 1.49rem;
}
.steady-list .simple-flow{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14rem;
  grid-template-areas:
    "story rail"
    "entries entries";
  gap: calc(0.97rem * 1.5) 0.97rem;}
.steady-list h2,
.steady-list h3,
.steady-list p{margin: 0;}
.steady-list h2{font-size: calc(15px * 2);
  line-height: 1.12;
  margin-bottom: calc(1.5rem * .75);}
.steady-list h3{font-size: calc(15px * 1.35);
  line-height: 1.2;
  margin-bottom: 0.35rem;}
.steady-list p{font-size: 15px;
  line-height: 1.85;}
.steady-list .content-menu{grid-area: story;
  padding-bottom: calc(0.97rem * 1.5);
  border-bottom: 1px solid var(--surface-dark);}
.steady-list .content-menu p{}
.steady-list .primary-steps{grid-area: entries;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75) 0.97rem;}
.steady-list [data-block]{padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid var(--surface-dark);
  animation: galleryRailIn calc(400ms * 2) var(--motion-entry) both;
  animation-delay: var(--speed-nav, 0ms);}
.steady-list [data-block] span{display: block;
  font-size: calc(15px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;}
.steady-list .direct-tile{grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  align-self: start;
  padding-left: calc(1.5rem * .75);
  border-left: 1px solid var(--surface-dark);}
.steady-list .direct-tile a{text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  transition: color 400ms var(--motion-entry);}
.steady-list .direct-tile a:hover{}
@keyframes galleryRailIn {from{ opacity: 0.2; transform: translateY(calc(calc(0.97rem * 2) * 0.2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.steady-list .simple-flow{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.steady-list .primary-steps{
    grid-template-columns: 1fr;
  }.steady-list .direct-tile{
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--surface-dark);
  }
}
.open-entries{padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF}
.open-entries .simple-media{max-width:940px;margin:0 auto}
.open-entries h2{max-width:20ch;margin:0;font-size:calc(15px * 2);line-height:1.1}
.open-entries .quiet-surface{margin:1.5rem 0 calc(0.97rem * 1.5);font-size:calc(15px * 1.125);line-height:1.85;opacity:.88}
.open-entries .team-figure{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.18)}
.open-entries .team-figure>li{padding:calc(0.97rem * 1.5) 0;border-bottom:1px solid rgba(255,255,255,.18)}
.open-entries h3{margin:0;font-size:calc(15px * 1.35);line-height:1.2}
.open-entries .team-figure p{margin:calc(1.5rem * .75) 0 0;line-height:1.85;opacity:.85}
@media(max-width:680px){.open-entries h2{max-width:none}.open-entries .team-figure>li{padding:calc(1.5rem * .75) 0}}
.strong-quote{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:linear-gradient(140deg,#0B2A5B,#0E7FB8);
    color:#FFFFFF;
}
.strong-quote .simple-flow{max-width:940px;
    margin:0 auto;}
.strong-quote .compact-plan{display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.strong-quote .featured-callout h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15px * 2);
    line-height:1.2;}
.strong-quote .featured-callout p{margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.94;}
.strong-quote .primary-team{display:flex;
    flex-direction:column;
    gap:0.97rem;
    border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);
    padding-top:calc(0.97rem * 1.5);}
.strong-quote .open-brand{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.97rem;}
.strong-quote .contact-callout{flex:0 0 auto;
    min-width:11rem;
    font-size:calc(15px * .875);
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.85;}
.strong-quote .open-brand p{flex:1 1 18rem;
    margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.96;}
.strong-quote .compact-inner{border-left:2px solid color-mix(in srgb, currentColor 40%, transparent);
    padding-left:calc(1.5rem * .75);}
.strong-quote .compact-inner p{margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.94;}
.strong-quote .compact-inner a{text-decoration:underline;
    text-underline-offset:3px;}
.strong-quote .compact-inner a:hover{}
@media (max-width:760px){.strong-quote .open-brand{
        flex-direction:column;
        gap:calc(0.97rem * .4);
    }.strong-quote .contact-callout{
        min-width:0;
    }
}
.offer-service{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.offer-service .simple-flow{width:min(100%,calc(940px*.68));margin:0 auto}
.offer-service .public-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#1E3350;font-size:calc(15px * .875);letter-spacing:.02em}
.offer-service .public-copy>span{position:relative;padding-right:calc(1.5rem * .75)}
.offer-service .public-copy>span:last-child{padding-right:0}
.offer-service .public-copy>span:not(:last-child)::after{content:"";position:absolute;right:calc(calc(1.5rem * .75)/2 - 1px);top:50%;width:2px;height:2px;background:#1E3350;border-radius:50%;transform:translateY(-50%);color:#0B1B33;}
.offer-service h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08;letter-spacing:-.01em}
.offer-service .featured-callout{margin:calc(0.97rem * 1.5) 0 1.5rem;color:#1E3350;font-size:calc(15px * 1.125);line-height:1.85}
.offer-service .bottom-visual{margin:0 0 1.5rem;border-radius:0.5rem;overflow:hidden;background:#EAF1F9;color:#1E3350;}
.offer-service .bottom-visual img{display:block;width:100%;height:auto}
.offer-service .main-items{padding-top:1.5rem;border-top:1px solid var(--surface-dark)}
.offer-service .main-items p{margin:0 0 1.5rem;line-height:1.85}
.offer-service .main-items p:last-child{margin-bottom:0}
.offer-service .steady-contact{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(0.97rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-dark);font-size:calc(15px * .875)}
.offer-service .page-menu{color:#1E3350;text-transform:uppercase;letter-spacing:.08em;font-size:calc(15px * .875)}
.offer-service .steady-contact a{color:#0B2A5B;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-entry),color 400ms var(--motion-entry)}
.offer-service .steady-contact a:hover{color:inherit;border-bottom-color:#0E7FB8}
@media (max-width:640px){.offer-service .public-copy>span{padding-right:0}.offer-service .public-copy>span:not(:last-child)::after{display:none}.offer-service .steady-contact{flex-direction:column;align-items:flex-start}
}
.page-media{
  background: var(--tone-soft);
  color: var(--surface-page);
  padding: calc(1.5rem * 2.4) 1.49rem;
}
.page-media .simple-flow{width: min(100%, 940px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.97rem;
  align-items: flex-start;}
.page-media h2,
.page-media h3,
.page-media p,
.page-media figure{margin: 0;}
.page-media .contact-service{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-media .featured-benefit{display: block;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.67rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);}
.page-media figcaption{font-size: calc(15px * .875);
  line-height: 1.85;}
.page-media .content-headline{display: flex;
  flex-direction: column;
  gap: calc(0.97rem * 1.5);}
.page-media h2{font-size: calc(15px * 2);
  line-height: 1.1;}
.page-media .content-headline > p{line-height: 1.85;}
.page-media .strong-note{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.97rem * 1.5);}
.page-media .simple-figure{
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #0B1B33;
  border: 1px solid var(--surface-dark);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.page-media .compact-story{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.24rem;}
.page-media h3{font-size: calc(15px * 1.35);
  line-height: 1.18;}
.page-media span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(15px * .875);
  line-height: 1.85;}
@media (max-width: 880px) {.page-media .featured-benefit{ min-height: 20rem; }
}
.page-media .simple-flow > *{min-width: 0; flex: 1 1 20rem;}
.page-media .simple-figure > *{min-width: 0; flex: 1 1 14rem;}
.open-tile{
        padding: calc(1.5rem * 2.4) 1.49rem;
        background: var(--tone-soft);
        color: var(--surface-page)
    }
.open-tile .simple-flow{max-width: 940px;
        margin: 0 auto}
.open-tile .direct-steps{display: flex;
        flex-direction: column;
        gap: calc(0.97rem * 1.5)}
.open-tile .primary-actions{min-width: 0;
        padding-bottom: calc(0.97rem * 1.5);
        border-bottom: 1px solid var(--surface-dark)}
.open-tile h2{margin: 0;
        font-size: calc(15px * 2);
        line-height: 1.12}
.open-tile .primary-actions p{margin: 1.5rem 0 0;
        font-size: calc(15px * 1.125);
        line-height: 1.85}
.open-tile ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.open-tile li{display: flex;
        gap: 0.97rem;
        align-items: baseline;
        padding: 1.5rem 0}
.open-tile li + li{border-top: 1px solid var(--surface-dark)}
.open-tile strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15px * 1.35);
        line-height: 1.2}
.open-tile span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.85}
@media (max-width: 760px) {.open-tile li{
            display: block
        }.open-tile span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.top-items{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:#0B2A5B;
    color:#FFFFFF;
}
.top-items .simple-flow{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.97rem * 1.5);}
.top-items .featured-callout h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15px * 2);
    line-height:1.2;}
.top-items .featured-callout p{margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.92;}
.top-items .direct-tile{display:flex;
    flex-direction:column;
    gap:0.97rem;
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
    border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
    padding:calc(1.5rem * .75) 0;}
.top-items .open-brand{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.97rem;}
.top-items .featured-items{
    flex:0 0 auto;
    min-width:11rem;
    font-size:calc(15px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    padding:.3rem .7rem;
    border-radius:0.24rem;
    background:#0E7FB8;
    color:#FFFFFF;
}
.top-items .open-brand p{flex:1 1 18rem;
    margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.9;}
.top-items .focused-flow{display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.97rem;}
.top-items .focused-flow p{flex:1 1 20rem;
    margin:0;
    font-size:15px;
    line-height:1.85;
    opacity:.9;}
.top-items .steady-contact{display:flex;
    flex-wrap:wrap;
    gap:0.97rem;}
.top-items .steady-contact a{
    text-decoration:none;
    padding:.6rem 1.1rem;
    border-radius:0.42rem;
    font-weight:700;
    font-size:calc(15px * .875);
    background:#0E7FB8;
    color:#FFFFFF;
    transition:background 400ms var(--motion-entry);
}
.top-items .steady-contact a:last-child{
    background:transparent;
    color:#FFFFFF;
    border:1px solid color-mix(in srgb, currentColor 45%, transparent);
}
.top-items .steady-contact a:hover{
    background:#0A6A9C;
    color:#FFFFFF;
}
.top-items .steady-contact a:last-child:hover{
    background:color-mix(in srgb, currentColor 14%, transparent);
    color:#FFFFFF;
}
@media (max-width:760px){.top-items .open-brand{flex-direction:column;align-items:flex-start;}.top-items .featured-items{min-width:0;}.top-items .focused-flow{flex-direction:column;align-items:flex-start;}
}
.compact-items{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.compact-items .simple-flow{width:min(100%,calc(940px*.62));margin:0 auto}
.compact-items .public-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#1E3350;font-size:calc(15px * .875)}
.compact-items .public-copy>*{min-width:0;flex:1 1 18rem}
.compact-items h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08}
.compact-items .featured-callout{margin:1.5rem 0 calc(0.97rem * 1.5);color:#1E3350;font-size:calc(15px * 1.125);line-height:1.85}
.compact-items .bottom-visual{margin:0 0 calc(0.97rem * 1.5);border-radius:0.5rem;overflow:hidden;background:#EAF1F9;color:#1E3350;}
.compact-items .bottom-visual img{display:block;width:100%;height:auto}
.compact-items .main-items{border-top:1px solid var(--surface-dark);padding-top:1.5rem}
.compact-items .main-items p{margin:0 0 1.5rem;line-height:1.85}
.compact-items .main-items p:last-child{margin-bottom:0}
.compact-items .main-items a{color:#0B2A5B;text-decoration:underline;text-underline-offset:3px}
.compact-items .main-items a:hover{color:inherit;}
@media (max-width:640px){.compact-items .simple-flow{width:100%}.compact-items h1{font-size:calc(15px * 2)}
}
.top-brand{
  background: linear-gradient(135deg, #0B2A5B 0%, #0E7FB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.49rem;
}
.top-brand .simple-flow{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5rem minmax(0, .58fr) minmax(0, 1fr);
  gap: 0.97rem;
  align-items: start;}
.top-brand h2,
.top-brand h3,
.top-brand p{margin: 0;}
.top-brand h2{font-size: calc(15px * 2); line-height: 1.1;}
.top-brand h3{font-size: calc(15px * 1.35); line-height: 1.2;}
.top-brand p{font-size: 15px; line-height: 1.85;}
.top-brand .direct-tile{display: flex;
  flex-direction: column;
  gap: calc(0.97rem * 1.5);
  border-left: 1px solid var(--surface-dark);
  padding-left: calc(1.5rem * .75);}
.top-brand .direct-tile a{color: #FFFFFF;
  text-decoration: none;
  font-size: calc(15px * .875);
  line-height: 1.4;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  opacity: .85;
  transition: opacity 400ms var(--motion-entry);}
.top-brand .direct-tile a:hover{opacity: 1;}
.top-brand .content-menu{display: grid;
  gap: calc(0.97rem * 1.5);
  align-content: start;
  position: sticky;
  top: 1.5rem;}
.top-brand .primary-steps{display: grid;
  gap: calc(1.5rem * .75);}
.top-brand [data-block]{
  display: grid;
  grid-template-columns: minmax(3rem, .12fr) minmax(10rem, .38fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.42rem;
  background: #FFFFFF;
  color: #0B1B33;
  border: 1px solid var(--surface-dark);
  animation: galleryRailIn calc(400ms * 2.2) var(--motion-entry) both;
  animation-delay: var(--speed-nav, 0ms);
}
.top-brand [data-block] span{font-size: calc(15px * .875);
  letter-spacing: .08em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateX(calc(calc(0.97rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.top-brand .simple-flow,
  .top-brand [data-block]{ grid-template-columns: 1fr; }.top-brand .direct-tile{
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
  }.top-brand .content-menu{ position: static; }
}
.local-lead{
        padding: calc(1.5rem * 2.4) 1.49rem;
        background: #EAF1F9;
        color: #1E3350
    }
.local-lead .simple-flow{max-width: 940px;
        margin: 0 auto}
.local-lead .content-headline{display: flex;
        flex-direction: column;
        gap: calc(0.97rem * 1.5)}
.local-lead .narrow-plan{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.local-lead h2{margin: 0;
        font-size: calc(15px * 2);
        line-height: 1.12}
.local-lead .featured-callout{margin: 0;
        font-size: 15px;
        line-height: 1.85}
.local-lead .main-items{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.local-lead .main-items p{margin: 0;
        font-size: 15px;
        line-height: 1.85}
.local-lead .plain-frame{display: flex;
        flex-wrap: wrap;
        gap: 0.97rem;
        margin-top: 1.5rem}
.local-lead .plain-frame span{
        border-radius: 0.42rem;
        background: #FFFFFF;
        color: #0B1B33;
        border: 1px solid var(--surface-dark);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(15px * .875)
    }
@media (max-width: 760px) {.local-lead .narrow-plan{
            gap: calc(1.5rem * .75)
        }
    }
.steady-frame{
    padding:calc(1.5rem * 2.4) 1.49rem;
    background:linear-gradient(140deg,#0B2A5B,#0E7FB8);
    color:#FFFFFF;
}
.steady-frame .simple-flow{max-width:940px;
    margin:0 auto;}
.steady-frame .contact-nav{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:calc(1.5rem * .75);
    border-radius:0.67rem;
    border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    background:color-mix(in srgb, currentColor 10%, transparent);
    padding:calc(1.5rem * .75);
}
.steady-frame .soft-quote{flex:1 1 60%;}
.steady-frame .soft-quote h2{margin:0 0 calc(0.97rem * 1.5);
    font-size:calc(15px * 2);
    line-height:1.25;}
.steady-frame .soft-quote p{margin:0 0 calc(0.97rem * 1.5);
    font-size:15px;
    line-height:1.85;
    opacity:.94;}
.steady-frame .soft-quote p:last-child{margin-bottom:0;}
.steady-frame .content-headline{flex:0 1 260px;
    display:flex;
    flex-direction:column;
    gap:0.97rem;}
.steady-frame .compact-inner{margin:0;
    font-size:calc(15px * .875);
    line-height:1.6;
    opacity:.9;}
.steady-frame .focused-flow{
    display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:10px 16px;
    border-radius:0.42rem;
    background:#0E7FB8;
    color:#FFFFFF;
    font-weight:700;
    font-size:calc(15px * .875);
    transition:background 400ms var(--motion-entry);
}
.steady-frame .focused-flow:hover{
    background:#0A6A9C;color:#0B1B33;}
.steady-frame .focused-flow.ghost{
    background:transparent;
    color:#FFFFFF;
    border:1px solid color-mix(in srgb, currentColor 45%, transparent);
}
.steady-frame .focused-flow.ghost:hover{
    background:color-mix(in srgb, currentColor 14%, transparent);
}
.steady-frame .steady-contact{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.97rem;
    margin-top:calc(0.97rem * 1.5);
    font-size:calc(15px * .875);
    opacity:.92;}
.steady-frame .steady-contact a{text-decoration:underline;
    text-underline-offset:3px;}
.steady-frame .steady-contact a:hover{text-decoration:none;}
@media (max-width:760px){.steady-frame .contact-nav{
        flex-direction:column;
    }.steady-frame .content-headline{
        flex:1 1 auto;
        width:100%;
    }
}
.content-shell{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.content-shell .simple-flow{max-width:940px;margin:0 auto}
.content-shell .service-frame{display:flex;gap:calc(0.97rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.content-shell .simple-items{flex:1 1 26rem;min-width:0}
.content-shell h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.content-shell .simple-items p{margin:1.5rem 0 0;font-size:calc(15px * 1.125);line-height:1.85}
.content-shell ul{list-style:none;margin:calc(0.97rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-shell li{padding:calc(1.5rem * .75) 0;line-height:1.85}
.content-shell li+li{border-top:1px solid var(--surface-dark)}
.content-shell .strong-entries{flex:1 1 30rem;min-width:0;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);border-radius:0.5rem;padding:0.97rem;box-shadow:0 1px 2px rgba(0,0,0,0.08)}
.content-shell .visual-frame{display:flex;flex-wrap:wrap;gap:1.5rem}
.content-shell .visual-frame label{flex:1 1 16rem;min-width:0}
.content-shell label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15px * .875);color:#1E3350}
.content-shell input,.content-shell textarea{width:100%;max-width:100%;border:1px solid var(--surface-dark);border-radius:0.24rem;background:#FFFFFF;color:#0B1B33;font:inherit;padding:calc(1.5rem * .75);outline:none}
.content-shell input::placeholder,.content-shell textarea::placeholder{color:rgba(255,255,255,0.55)}
.content-shell input:focus,.content-shell textarea:focus{border-color:#0E7FB8}
.content-shell .page-rail{display:block;margin-top:1.5rem}
.content-shell textarea{resize:vertical}
.content-shell button{margin-top:1.5rem;border:0;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 400ms var(--motion-entry)}
.content-shell button:hover{background:#081F45;color:#0B1B33;}
@media(max-width:840px){.content-shell .service-frame{display:block}.content-shell .strong-entries{margin-top:calc(0.97rem * 1.5);padding:1.5rem}.content-shell .visual-frame{display:block}.content-shell .visual-frame label+label{margin-top:1.5rem}}
.secondary-callout{
  background:var(--tone-soft);
  color:var(--surface-page);
  padding:calc(1.5rem * 2.4) 1.49rem;
}
.secondary-callout .team-content{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.97rem * 1.5);}
.secondary-callout .featured-callout h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.15;
  letter-spacing:0;}
.secondary-callout .featured-callout p{margin:1.5rem 0 0;
  font-size:15px;
  line-height:1.85;}
.secondary-callout .featured-callout p + p{margin-top:calc(1.5rem * .75);}
.secondary-callout .direct-tile{display:flex;
  flex-direction:column;
  border-top:1px solid var(--surface-dark);}
.secondary-callout .open-brand{display:flex;
  flex-wrap:wrap;
  gap:0.97rem;
  padding:calc(0.97rem * 1.5) 0;
  border-bottom:1px solid var(--surface-dark);}
.secondary-callout .contact-callout{flex:0 0 10rem;
  font-size:calc(15px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;}
.secondary-callout .figure{flex:1 1 22rem;
  min-width:0;}
.secondary-callout .figure strong{display:block;
  font-size:calc(15px * 1.125);
  line-height:1.4;}
.secondary-callout .figure strong a{text-decoration:none;}
.secondary-callout .figure strong a:hover{text-decoration:underline;}
.secondary-callout .figure span{display:block;
  margin-top:calc(calc(1.5rem * .75)*.5);
  font-size:calc(15px * .875);
  line-height:1.6;}
.secondary-callout .featured-header{display:flex;
  flex-wrap:wrap;
  gap:calc(0.97rem * 1.5);
  align-items:flex-start;}
.secondary-callout .direct-intro{display:block;
  flex:1 1 18rem;
  min-width:14rem;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.5rem;}
.secondary-callout .compact-inner{
  flex:1 1 20rem;
  min-width:0;
  background:#FFFFFF;
  color:#0B1B33;
  border:1px solid var(--surface-dark);
  border-radius:0.5rem;
  padding:calc(1.5rem * .75) calc(0.97rem * 1.5);
}
.secondary-callout .compact-inner h3{margin:0;
  font-size:calc(15px * 1.35);
  line-height:1.25;}
.secondary-callout .compact-inner p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(15px * .875);
  line-height:1.7;}
.secondary-callout .focused-flow{
  display:inline-flex;
  margin-top:calc(0.97rem * 1.5);
  padding:calc(1.5rem * .75) 0.97rem;
  border-radius:0.42rem;
  background:#0B2A5B;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:700;
  font-size:calc(15px * .875);
}
.secondary-callout .focused-flow:hover{
  background:#081F45;color:#0B1B33;}
@media(max-width:780px){.secondary-callout .contact-callout{flex-basis:100%}.secondary-callout .direct-intro{flex-basis:100%;min-width:0;aspect-ratio:16/9}.secondary-callout .compact-inner{flex-basis:100%}
}
.simple-inner{padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF}
.simple-inner .direct-tile{max-width:940px;margin:0 auto;display:grid;grid-template-columns:minmax(14rem,.28fr) minmax(0,1fr);gap:calc(0.97rem * 1.5)}
.simple-inner .main-grid{align-self:start}
.simple-inner h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.simple-inner .main-grid p{margin:1.5rem 0 0;font-size:15px;line-height:1.85;opacity:.88}
.simple-inner .page-unit{display:grid;gap:calc(1.5rem * .75)}
.simple-inner .clear-feature{height:clamp(20rem,38vw,32rem);border-radius:0.5rem;overflow:hidden;border:1px solid var(--surface-dark);background:#FFFFFF;color:#0B1B33;}
.simple-inner iframe{display:block;width:100%;height:100%;border:0}
.simple-inner .narrow-headline{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:0.97rem}
.simple-inner .main-benefit{padding:calc(1.5rem * .75);border-radius:0.42rem;background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark)}
.simple-inner .main-benefit span{display:block;font-size:calc(15px * .875);color:inherit;letter-spacing:.02em}
.simple-inner .main-benefit strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:15px;line-height:1.5}
.simple-inner .main-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 400ms var(--motion-entry),color 400ms var(--motion-entry)}
.simple-inner .main-benefit a:hover{color:inherit;border-bottom-color:#0E7FB8}
.simple-inner .compact-inner{margin:0;font-size:calc(15px * .875);line-height:1.85;opacity:.82}
@media (max-width: 760px){.simple-inner .direct-tile{grid-template-columns:1fr}.simple-inner .clear-feature{height:20rem}}
.local-frame{padding:calc(1.5rem * 2.4) 1.49rem;background:#0B2A5B;color:#FFFFFF}
.local-frame .secondary-region{max-width:min(940px,62rem);margin:0 auto}
.local-frame h2{margin:0;font-size:calc(15px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.local-frame .main-grid{margin:1.5rem 0 calc(0.97rem * 1.5);font-size:calc(15px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 76%,transparent)}
.local-frame ol{list-style:none;margin:0;padding:0;counter-reset:policy}
.local-frame li{counter-increment:policy;position:relative;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.49rem + 0.97rem);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.local-frame li:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.local-frame li::before{content:counter(policy,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(15px * .875);letter-spacing:0.08em;color:color-mix(in srgb,currentColor 62%,transparent)}
.local-frame h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.local-frame li p{margin:0;line-height:1.75;color:color-mix(in srgb,currentColor 78%,transparent)}
@media (max-width:640px){.local-frame li{padding-left:0}.local-frame li::before{position:static;display:block;margin-bottom:0.35rem}
}
.focused-note{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: #0E7FB8;
  color: #FFFFFF;
}
.focused-note .simple-flow{display: flex;
  flex-wrap: wrap;
  gap: calc(0.97rem * 1.5);
  max-width: 940px;
  margin: 0 auto;}
.focused-note .soft-quote{flex: 1 1 34%;
  min-width: 0;}
.focused-note h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.08;}
.focused-note .soft-quote > p{margin: 1.5rem 0 0;
  font-size: 15px;
  line-height: 1.85;}
.focused-note .top-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.97rem * 1.5);}
.focused-note .top-figure a{color: inherit;
  font-size: calc(15px * .875);
  text-underline-offset: .22em;}
.focused-note .primary-note{flex: 1 1 52%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;}
.focused-note .steady-contact{display: block;
  padding: 1.5rem calc(1.5rem * .75);
  color: inherit;
  text-decoration: none;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  border-left: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  transition: background 400ms var(--motion-entry);}
.focused-note .steady-contact:nth-child(odd){border-left: 0;}
.focused-note a.route:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.focused-note .steady-contact span{display: block;
  font-size: calc(15px * .875);
  letter-spacing: .02em;
  opacity: .75;}
.focused-note .steady-contact strong,
.focused-note .steady-contact p{display: block;
  margin: calc(1.5rem * .75) 0 0;
  line-height: 1.85;
  overflow-wrap: anywhere;}
.focused-note .steady-contact strong{font-size: 15px;}
.focused-note .steady-contact p{font-size: calc(15px * .875);}
@media (max-width: 760px) {.focused-note .primary-note{
    grid-template-columns: 1fr;
  }.focused-note .steady-contact{
    border-left: 0;
  }
}
.top-frame{padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page)}
.top-frame .strip{max-width:min(940px,68rem);margin:0 auto}
.top-frame .content-region{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:calc(0.97rem * 1.5)}
.top-frame h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.top-frame .main-grid{margin:0;font-size:calc(15px * 1.125);line-height:1.85}
.top-frame .compact-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-frame .local-group{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.35rem);background:#FFFFFF;color:#0B1B33;border:1px solid var(--surface-dark);border-left:3px solid #0E7FB8;border-radius:0.42rem}
.top-frame h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.top-frame .local-group p{margin:0;font-size:15px;line-height:1.85}
@media (max-width:640px){.top-frame .local-group{padding:calc(1.5rem * .75)}
}
.main-block{--field-local:calc(1.5rem * 1.02);--state-strong:calc(940px / 3.15);padding:calc(1.5rem * 2.4) 1.49rem;background:var(--tone-soft);color:var(--surface-page);}
.main-block .simple-flow{max-width:940px;margin:0 auto;}
.main-block h1,.main-block h2,.main-block h3,.main-block p{margin:0;}
.main-block h1{font-size:calc(15px * 2.65);line-height:1.08;}
.main-block h2{font-size:calc(15px * 2);line-height:1.12;}
.main-block h3{font-size:calc(15px * 1.35);line-height:1.2;}
.main-block p{font-size:15px;line-height:1.85;color:#1E3350;}
.main-block a{color:inherit;text-decoration:none;}
.main-block img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.42rem;flex:0 1 min(28rem,38vw);}
.main-block .focused-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#0B2A5B;color:#FFFFFF;transition:background 400ms var(--motion-entry);}
.main-block .focused-flow:hover{background:#081F45;color:#0B1B33;}
.main-block .featured-callout,.main-block .compact-inner{}
.main-block .steady-visual>h1,.main-block .steady-visual>h2,.main-block .steady-visual>p,.main-block .steady-visual>.focused-flow{margin-top:1.5rem;}
.main-block .steady-visual img{margin-top:var(--field-local);}
.main-block .steady-visual .featured-callout,.main-block .steady-visual .compact-inner{}
.main-block .steady-contact{display:flex;flex-wrap:wrap;gap:0.97rem;margin-top:calc(0.97rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-dark);}
.main-block .steady-contact a{font-size:calc(15px * .875);color:#0B2A5B;border-bottom:1px solid transparent;transition:color 400ms var(--motion-entry),border-color 400ms var(--motion-entry);}
.main-block .steady-contact a:hover{color:inherit;border-bottom-color:#0E7FB8;}
.soft-summary{
  padding: calc(1.5rem * 2.4) 1.49rem;
  background: var(--tone-soft);
  color: var(--surface-page);
}
.soft-summary .simple-flow{max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(0.97rem * 1.5);
  align-items: start;}
.soft-summary .secondary-stack{
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #0B2A5B;
  color: #FFFFFF;
  border-left: 3px solid #0E7FB8;
}
.soft-summary .secondary-stack span{display: inline-block;
  font-size: calc(15px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;}
.soft-summary h2{margin: calc(0.97rem * 1.5) 0 0;
  font-size: calc(15px * 2);
  line-height: 1.15;}
.soft-summary .secondary-stack p{margin: calc(0.97rem * 1.5) 0 0;
  font-size: 15px;
  line-height: 1.85;}
.soft-summary .fresh-content{display: flex;
  flex-direction: column;
  gap: 0.97rem;}
.soft-summary .fresh-content > div{
  padding: calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: #FFFFFF;
  color: #0B1B33;
  border: 1px solid var(--surface-dark);
}
.soft-summary .fresh-content strong{display: block;
  font-size: calc(15px * 1.35);
  line-height: 1.25;}
.soft-summary .fresh-content p{margin: calc(0.97rem * 1.5) 0 0;
  font-size: 15px;
  line-height: 1.85;}
.soft-summary .fresh-content a{text-decoration: underline;
  text-underline-offset: 2px;}
.soft-summary .fresh-content a:hover{}
.soft-summary .direct-tile{
  background: #EAF1F9;
  color: #1E3350;
  border: 1px solid var(--surface-dark);
}
.soft-summary .direct-tile p{margin: 0;
  color: inherit;}
@media (max-width: 760px) {.soft-summary .simple-flow{
    grid-template-columns: 1fr;
  }
}
.open-proof{
  background: var(--tone-soft);
  color: var(--surface-page);
  padding: calc(1.5rem * 2.4) 1.49rem;
}
.open-proof .simple-flow{width: min(100%, 940px);
  margin: 0 auto;}
.open-proof .service-frame{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.97rem * 1.5);}
.open-proof .compact-inner{
  margin: 0;
  font-size: calc(15px * .875);
  line-height: 1.85;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1E3350;
  background: #EAF1F9;
  padding: 6px 12px;
  border-radius: 0.24rem;
}
.open-proof h1{margin: 0;
  font-size: clamp(calc(15px * 2), 6vw, calc(15px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.open-proof .contact-entries{margin: 0;
  font-size: 15px;
  line-height: 1.85;}
.open-proof .steady-track{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.97rem;
  width: 100%;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--surface-dark);}
.open-proof a{text-decoration: none;
  overflow-wrap: anywhere;
  max-width: 100%;
  transition: background 400ms var(--motion-entry), color 400ms var(--motion-entry), border-color 400ms var(--motion-entry);}
.open-proof .narrow-grid{
  padding: 12px 20px;
  border-radius: 0.42rem;
  background: #0B2A5B;
  color: #FFFFFF;
  font-weight: 700;
  font-size: calc(15px * .875);
}
.open-proof .narrow-grid:hover{
  background: #081F45;color:#0B1B33;}
.open-proof .wide-footer{padding: 12px 2px;
  font-size: calc(15px * .875);
  color: #0B2A5B;
  border-bottom: 1px solid var(--surface-dark);}
.open-proof .wide-footer:hover{color:inherit;
  border-bottom-color: #0E7FB8;}
@media (max-width: 640px) {.open-proof{ padding: calc(1.5rem * 2.4) 1.49rem; }.open-proof .steady-track{ flex-direction: column; align-items: stretch; }.open-proof .narrow-grid{ text-align: center; }
}
