html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
.service-quote {
    width: 100%;
    background: #0B1A2E;
    color: #F2F4F7;
    border-bottom: 1px solid #D5DCE5;
  }
:root {
  --ease-base: ease-in-out;
  --paint-muted: #0F2A4A;
  --surface-light: #FFFFFF;
}
.page-story {
    max-width: 1480px;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.98rem;
  }
.text-form {
    font-size: calc(16.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F2F4F7;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.service-panel {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.98rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.5px;
    color: #F2F4F7;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 350ms var(--ease-base), opacity 350ms var(--ease-base);
  }
.nav-list a:hover {
    border-bottom-color: #E86A17;
    opacity: 0.9;
  }
.active-steps {
    flex-shrink: 0;
    margin-left: auto;
  }
.service-inner {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #E86A17;
    color: #FFFFFF;
    border-radius: 0.48rem;
    font-size: 16.5px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);
    transition: background 350ms var(--ease-base), transform 350ms var(--ease-base);
  }
.service-inner:hover{
    background: #C9560C;
    transform: translateY(-1px);color:#152238;}
.strong-nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #F2F4F7;
    border-radius: 0.28rem;
    cursor: pointer;
    margin-left: auto;
  }
.direct-intro{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #F2F4F7;
    border-radius: 2px;color:#152238;}
@media (max-width: 960px) {
    .nav-list {
      gap: calc(1.98rem * 1.5);
    }
    .nav-list a {
      font-size: calc(16.5px * .875);
    }
  }
@media (max-width: 767px) {
    .page-story {
      flex-wrap: wrap;
      align-items: center;
    }

    .strong-nav {
      display: flex;
    }

    .service-panel {
      order: 3;
      flex-basis: 100%;
      display: none;
      margin-top: calc(1.98rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
    }

    .nav-list li {
      border-top: 1px solid #D5DCE5;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 16.5px;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom: none;
      opacity: 1;
      color: #E86A17;
    }

    .active-steps {
      display: none;
    }
  }
.media-actions{font-family:"Sora", sans-serif;font-size:16.5px;line-height:1.64;padding:calc(1.5rem * 2.4) 2.5rem;margin-top:calc(1.5rem * 2.4);background:#0B1A2E;color:#F2F4F7;}
.local-section{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.98rem * 1.5)}
.simple-headline{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1.2fr);gap:calc(1.5rem * .75);padding-bottom:calc(1.98rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.fresh-method{font-size:calc(16.5px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.72}
.strong-block{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;font-size:16.5px}
.public-surface{display:block}
.open-intro{display:block}
.team-headline{display:flex;flex-direction:column;gap:1.5rem}
.primary-copy{font-size:calc(16.5px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.site-plan{margin:0;font-size:calc(16.5px * .875);max-width:46ch;opacity:0.78}
.content-steps{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.top-track{min-width:0}
.clear-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.55rem}
.media-body{color:inherit;text-decoration:none;font-size:calc(16.5px * .875);border-bottom:1px solid transparent;transition:border-color 350ms var(--ease-base), opacity 350ms var(--ease-base)}
.media-body:hover,
  .media-body:focus-visible{border-bottom-color:currentColor;opacity:0.85}
.media-body:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:0.28rem}
.featured-grid{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.98rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.strong-region{margin:0;font-size:calc(16.5px * .875);max-width:78ch;opacity:0.78}
.team-copy{margin:0;font-size:calc(16.5px * .875);opacity:0.7}
@media (max-width: 960px) {.simple-headline{grid-template-columns:1fr}.content-steps{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.content-steps{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:2.5rem;right:2.5rem;bottom:1.5rem;z-index:1200;}
.cookies .strong-benefit{max-width:1480px;margin:0 auto;padding:12px;border:1px solid #D5DCE5;border-radius:0.86rem;background:#FFFFFF;box-shadow:0 6px 18px rgba(0,0,0,0.14);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.98rem;color:#152238;}
.cookies .strong-benefit p{margin:0;}
.cookies .offer-header{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .offer-header button{border:1px solid #D5DCE5;border-radius:0.28rem;background:#FFFFFF;color:#152238;padding:7px 10px;cursor:pointer;}
.cookies .offer-header button.cookie-accept{background:var(--paint-muted);border-color:var(--paint-muted);color:var(--surface-light);}
.content-body{
        padding:calc(calc(1.5rem * 2.4) * 1.6) 2.5rem;
        background:linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
        color:#F2F4F7;
    }
.content-body .soft-nav{max-width:1480px;
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);
        gap:calc(1.98rem * 1.8);
        align-items:center;}
.content-body .visual-lead{display:flex;
        flex-direction:column;
        gap:calc(1.98rem * 1.5);}
.content-body h1{margin:0;
        font-size:calc(16.5px * 2.65);
        line-height:1.06;
        letter-spacing:-0.015em;}
.content-body .clear-body{margin:0;
        font-size:calc(16.5px * 1.125);
        line-height:1.5;
        opacity:.92;}
.content-body .compact-benefit{margin:0;
        max-width:60ch;
        font-size:16.5px;
        line-height:1.64;
        opacity:.82;}
.content-body .offer-header{display:flex;
        flex-wrap:wrap;
        gap:.7rem;}
.content-body .offer-header a{display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:.72rem 1.05rem;
        border-radius:0.48rem;
        text-decoration:none;
        font-weight:700;
        font-size:calc(16.5px * .875);
        transition:background 350ms var(--ease-base), color 350ms var(--ease-base);}
.content-body .offer-header a:first-child{
        background:#E86A17;
        color:#FFFFFF;
    }
.content-body .offer-header a:first-child:hover{
        background:#C9560C;color:#152238;}
.content-body .offer-header a:last-child{
        background:#FFFFFF;
        color:#152238;
    }
.content-body .offer-header a:last-child:hover{
        background:#E9EDF3;
        color:#22334A;
    }
.content-body .text-benefit{display:flex;
        flex-direction:column;
        gap:calc(1.98rem * 1.5);}
.content-body img{width:100%;
        height:auto;
        display:block;
        object-fit:cover;
        border-radius:1.1rem;
        box-shadow:0 14px 30px rgba(0,0,0,0.18);}
.content-body .page-figure{margin:0;
        font-size:calc(16.5px * .875);
        line-height:1.55;
        opacity:.85;}
.content-body .page-figure a{text-decoration:underline;
        text-underline-offset:3px;}
.content-body .page-figure a:hover{}
@media (max-width:940px){.content-body .soft-nav{
            grid-template-columns:1fr;
            align-items:stretch;
        }
    }
.active-flow{--layer-control:calc(1.5rem * 1.19);--mark-local:calc(1480px / 2.25);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.active-flow .strong-benefit{max-width:1480px;margin:0 auto;}
.active-flow h1,.active-flow h2,.active-flow h3,.active-flow p{margin:0;}
.active-flow h2{font-size:calc(16.5px * 2);line-height:1.12;}
.active-flow h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.active-flow p{font-size:16.5px;line-height:1.64;}
.active-flow a{color:#0F2A4A;text-decoration:none;}
.active-flow a:hover{color:inherit;}
.active-flow .page-figure{font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:#22334A;}
.active-flow .team-view{display:flex;flex-wrap:wrap;gap:var(--layer-control);margin-top:var(--layer-control);}
.active-flow .main-nav{flex:1 1 calc(1480px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.48rem;background:#FFFFFF;color:#152238;border:1px solid #D5DCE5;}
.active-flow .main-nav p{margin-top:calc(1.5rem / 3);color:#22334A;}
.active-flow .focused-shell>h2{margin-top:var(--layer-control);}
.active-flow .local-team{margin-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);color:#22334A;}
.compact-frame{--layer-control:calc(1.5rem * 0.85);--mark-local:calc(1480px / 2.6);padding:calc(1.5rem * 2.4) 2.5rem;background:#E9EDF3;color:#22334A;}
.compact-frame .strong-benefit{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.98rem * 1.5);}
.compact-frame h2,.compact-frame h3,.compact-frame p{margin:0;}
.compact-frame h2{font-size:calc(16.5px * 2);line-height:1.14;}
.compact-frame h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.compact-frame p{font-size:16.5px;line-height:1.64;}
.compact-frame .primary-group{max-width:var(--mark-local);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.compact-frame .soft-headline{color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-frame .local-team{font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.compact-frame .local-team a{text-decoration:underline;text-underline-offset:3px;}
.compact-frame .local-team a:hover{}
.compact-frame .active-section{display:flex;flex-direction:column;gap:0;border-top:1px solid #D5DCE5;}
.compact-frame .main-nav{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D5DCE5;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(calc(1.5rem * .75) * .5);}
.compact-frame .main-nav p{color:color-mix(in srgb, currentColor 80%, transparent);max-width:calc(1480px * .62);}
@media (min-width:900px){.compact-frame .strong-benefit{flex-direction:row;align-items:flex-start;gap:1.98rem;}.compact-frame .primary-group{flex:0 0 34%;position:sticky;top:1.5rem;}.compact-frame .active-section{flex:1 1 auto;}.compact-frame .main-nav{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.98rem;align-items:start;}.compact-frame .main-nav h3{margin-top:0;}.compact-frame .main-nav p{margin-top:0;}
}
.clear-view{
        padding:calc(calc(1.5rem * 2.4) * .8) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
    }
.open-body{
        max-width:60rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.clear-view h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.clear-view p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-body{padding-left:.9rem}.clear-view{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.focused-brand{
  background: #F5F7FA;
  color: #152238;
  padding: calc(1.5rem * 2.4) 2.5rem;
}
.focused-brand .strong-benefit{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.98rem;
  align-items: flex-start;}
.focused-brand h2,
.focused-brand h3,
.focused-brand p{margin: 0;}
.focused-brand h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.focused-brand h3{font-size: calc(16.5px * 1.35); line-height: 1.18;}
.focused-brand p{font-size: 16.5px; line-height: 1.64;}
.focused-brand .soft-content{flex: 1 1 22rem;
  display: grid;
  gap: calc(1.98rem * 1.5);
  max-width: 46rem;}
.focused-brand .page-figure{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.86rem;
  background: #E9EDF3;
  color: #22334A;
  border-left: 3px solid #E86A17;
}
.focused-brand .team-view{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.98rem * 1.5);}
.focused-brand .main-nav{
  flex: 1 1 16rem;
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #FFFFFF;
  color: #152238;
  border: 1px solid #D5DCE5;
}
.focused-brand .main-nav span{font-size: calc(16.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #22334A;}
@media (max-width: 720px) {.focused-brand .soft-content,
  .focused-brand .page-figure{ flex: 1 1 100%; }
}
.active-media{
  background: linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
  color: #F2F4F7;
  padding: calc(1.5rem * 2.4) 2.5rem;
}
.active-media .strong-benefit{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, 1fr);
  gap: 1.98rem;
  align-items: start;}
.active-media h2,
.active-media h3,
.active-media p{margin: 0;}
.active-media h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.active-media h3{font-size: calc(16.5px * 1.35); line-height: 1.18;}
.active-media p{font-size: 16.5px; line-height: 1.64;}
.active-media .quiet-menu{display: grid;
  gap: calc(1.98rem * 1.5);
  padding-top: calc(1.98rem * 1.5);}
.active-media .quiet-surface{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.active-media .contact-method{
  display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.86rem;
  background: #FFFFFF;
  color: #152238;
  border: 1px solid #D5DCE5;
  box-shadow: 0 2px 4px rgba(0,0,0,0.11);
  animation: activitiesCascadeIn calc(350ms * 2.5) var(--ease-base) both;
  animation-delay: var(--ease-fast, 0ms);
}
.active-media .contact-method span{font-size: calc(16.5px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.active-media .contact-method p{grid-column: 2;}
.active-media .top-details{
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .7) 1.5rem;
  border-radius: 0.48rem;
  background: #E86A17;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16.5px;
}
.active-media .top-details:hover{
  background: #C9560C;color:#152238;}
@keyframes activitiesCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(1.98rem * 1) * .3)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.active-media .strong-benefit,
  .active-media .contact-method{ grid-template-columns: 1fr; }.active-media .quiet-menu{ padding-top: 0; }.active-media .contact-method p{ grid-column: auto; }
}
.visual-form{
  background: #F5F7FA;
  color: #152238;
  padding: calc(1.5rem * 2.4) 2.5rem;
  overflow: hidden;
}
.visual-form .strong-benefit{width: min(100%, 1480px);
  margin: 0 auto;}
.visual-form h2,
.visual-form h3,
.visual-form p{margin: 0;}
.visual-form h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.visual-form h3{font-size: calc(16.5px * 1.35); line-height: 1.18;}
.visual-form p{font-size: 16.5px; line-height: 1.64;}
.visual-form a{color: inherit; text-decoration: none;}
.visual-form .strong-steps{
  background: #FFFFFF;
  color: #152238;
  border: 1px solid #D5DCE5;
}
.visual-form [data-soft]{animation: securityaccessjournalIn calc(350ms * 2.6) var(--ease-base) both;
  animation-delay: var(--field-soft, 0ms);}
@keyframes securityaccessjournalIn {from{ opacity: .18; transform: translateY(calc(calc(1.98rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
.visual-form .narrow-rail{max-width: min(100%, 66rem);
  display: grid;
  gap: calc(1.98rem * 1.5);}
.visual-form .narrow-view{display: grid;
  gap: 1.5rem;
  max-width: 64ch;}
.visual-form .narrow-view h2{font-size: calc(16.5px * 2.65);}
.visual-form .simple-links{display: grid;
  gap: calc(1.5rem * .75);
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.visual-form .content-intro{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #E86A17;
  background: #E9EDF3;
  color: #22334A;
  border-radius: 0.48rem;
  display: grid;
  gap: calc(calc(1.5rem * .75) * .5);
  transform: translateY(calc(var(--mark-active, 0) * calc(1.5rem * .75) * .35));
}
.visual-form .content-intro span{font-size: calc(16.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #22334A;
  opacity: .78;}
.visual-form .clear-content{margin-top: calc(1.98rem * 1.5);
  border-radius: 0.86rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.98rem;
  align-items: center;}
.visual-form .clear-content > *{flex: 1 1 min(100%, 16rem);}
.visual-form .clear-content a{border-bottom: 1px solid currentColor;
  width: fit-content;}
@media (max-width: 840px) {.visual-form .simple-links{ grid-template-columns: 1fr; }.visual-form .content-intro{ transform: none; }.visual-form .narrow-view h2{ font-size: clamp(calc(16.5px * 2), 12vw, calc(16.5px * 2.65)); }.visual-form .clear-content{ display: block; }.visual-form .clear-content > * + *{ margin-top: calc(1.5rem * .75); }
}
.quiet-rail{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.98rem * 1.5);
    }
.open-body{
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.quiet-rail h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:720;
        letter-spacing:-0.01em;}
.quiet-rail p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-body{padding-left:.9rem;}.quiet-rail{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.main-fields{padding:calc(1.5rem * 2.4) 2.5rem;background:#0B1A2E;color:#F2F4F7}
.main-fields .strong-benefit{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.98rem * 1.5)}
.main-fields .visual-story{max-width:44rem;margin:0;font-size:calc(16.5px * 1.125);line-height:1.64}
.main-fields h2{margin:0;font-size:calc(16.5px * 2);line-height:1.08}
.main-fields .local-region{display:flex;flex-wrap:wrap;gap:1.98rem;margin-top:1.5rem}
.main-fields [data-voice]{flex:1 1 20rem;min-width:min(100%,18rem);padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(242,244,247,0.22)}
.main-fields h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.2}
.main-fields [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.64}
@media(max-width:620px){.main-fields [data-voice]{flex-basis:100%}
}
.secondary-panel{
  background: #F5F7FA;
  color: #152238;
  padding: calc(1.5rem * 2.4) 2.5rem;
}
.secondary-panel .strong-benefit{width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  gap: 1.98rem;}
.secondary-panel h2,
.secondary-panel h3,
.secondary-panel p{margin: 0;}
.secondary-panel h2{font-size: calc(16.5px * 2); line-height: 1.08;}
.secondary-panel h3{font-size: calc(16.5px * 1.35); line-height: 1.16;}
.secondary-panel p{font-size: 16.5px; line-height: 1.64;}
.secondary-panel .public-wrap{display: grid;
  gap: calc(1.98rem * 1.5);
  max-width: 62ch;}
.secondary-panel .public-wrap .soft-headline{color: #22334A;}
.secondary-panel .fresh-tile{display: flex;
  flex-direction: column;
  border-top: 1px solid #D5DCE5;}
.secondary-panel .text-media{display: grid;
  grid-template-columns: minmax(8rem, .18fr) minmax(12rem, .3fr) minmax(0, 1fr);
  gap: calc(1.98rem * 1.5);
  padding: calc(1.98rem * 1.5) 0;
  border-bottom: 1px solid #D5DCE5;}
.secondary-panel .text-media .service-view{font-size: calc(16.5px * .875);
  color: #22334A;
  align-self: start;
  padding-top: 0.35rem;}
.secondary-panel .compact-contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.98rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.86rem;
  background: #FFFFFF;
  color: #152238;
  border: 1px solid #D5DCE5;
}
.secondary-panel .compact-contact p{flex: 1 1 22rem;}
.secondary-panel .compact-contact a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
  white-space: nowrap;}
.secondary-panel .compact-contact a:hover{color:inherit;}
@media (max-width: 800px) {.secondary-panel .text-media{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.secondary-panel .text-media .service-view{ padding-top: 0; }.secondary-panel .compact-contact{ flex-direction: column; align-items: flex-start; }
}
.simple-plan{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:1.98rem;
    }
.open-body{
        flex:1 1 34rem;
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.85rem);
        border-left:3px solid #E86A17;
    }
.simple-plan h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.simple-plan p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.simple-plan{
            padding-top:calc(calc(1.5rem * 2.4) * .56);
            padding-bottom:calc(calc(1.5rem * 2.4) * .56);
        }.open-body{
            padding-left:1rem;
        }
    }
.compact-brand{
  --layer-control:calc(1.5rem * 0.9);
  --mark-local:calc(1480px / 2.35);
  --field-active:calc(1480px / 3.2);
  padding:calc(1.5rem * 2.4) 2.5rem;
  background:var(--paint-muted);
  color:var(--surface-light);
}
.compact-brand .strong-benefit{max-width:1480px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.98rem;}
.compact-brand h2,
.compact-brand h3,
.compact-brand p{margin:0;}
.compact-brand h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.compact-brand h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;}
.compact-brand p{font-size:16.5px;
  line-height:1.64;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.compact-brand a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.compact-brand a:hover{border-bottom-color:currentColor;}
.compact-brand .visual-story{flex:1 1 calc(1480px / 2);
  min-width:0;}
.compact-brand .visual-story .soft-headline{margin-top:calc(1.98rem * 1.5);
  max-width:var(--mark-local);}
.compact-brand .team-media{flex:0 1 var(--field-active);
  min-width:0;
  margin:0;}
.compact-brand .team-media img{display:block;
  width:100%;
  height:auto;
  border-radius:0.48rem;}
.compact-brand .team-view{flex:1 1 100%;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.98rem;
  margin-top:var(--layer-control);
  padding-top:calc(1.98rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-brand .main-nav{flex:1 1 calc(1480px / 4);
  min-width:0;}
.compact-brand .main-nav p{margin-top:calc(1.5rem / 3);}
.compact-brand .local-team{flex:1 1 100%;
  margin-top:calc(1.98rem * 1.5);
  font-size:calc(16.5px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
@media (max-width:900px){.compact-brand .visual-story,
  .compact-brand .team-media{
    flex:1 1 100%;
  }.compact-brand .main-nav{
    flex:1 1 calc(1480px / 3);
  }
}
@media (max-width:600px){.compact-brand .main-nav{
    flex:1 1 100%;
  }
}
.focused-tile{--layer-control:calc(1.5rem * 1.2);--mark-local:calc(1480px / 2.35);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.focused-tile .strong-benefit{max-width:1480px;margin:0 auto;}
.focused-tile h2,.focused-tile h3,.focused-tile p{margin:0;}
.focused-tile h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--mark-local);}
.focused-tile h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.focused-tile p{font-size:16.5px;line-height:1.64;}
.focused-tile a{color:#0F2A4A;text-decoration:none;}
.focused-tile a:hover{color:inherit;}
.focused-tile .page-figure{font-size:calc(16.5px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#22334A;margin-bottom:calc(1.5rem / 3);}
.focused-tile .soft-headline{margin-top:calc(1.5rem / 2);max-width:var(--mark-local);color:#22334A;}
.focused-tile .top-details{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.28rem;background:var(--paint-muted);color:var(--surface-light);font-size:16.5px;}
.focused-tile .top-details:hover{background:#0A1F38;color:var(--surface-light);}
.focused-tile .team-view{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.98rem;margin-top:var(--layer-control);}
.focused-tile .main-nav{flex:1 1 calc(1480px / 4);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border:1px solid #D5DCE5;border-radius:0.48rem;background:#FFFFFF;color:#152238;}
.focused-tile .main-nav p{margin-top:calc(1.5rem / 3);color:#22334A;}
.focused-tile .main-nav a{margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(16.5px * .875);font-weight:600;}
.focused-tile .local-team{margin-top:var(--layer-control);font-size:calc(16.5px * .875);color:#22334A;}
.focused-tile .local-team a{font-weight:600;}
.focused-tile .media-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.focused-tile .media-flow>.soft-content{flex:1 1 auto;min-width:0;}
.focused-tile .media-flow>.top-details{flex:0 0 auto;}
.focused-tile .media-flow>.team-view{flex:1 1 100%;}
.focused-tile .media-flow>.local-team{flex:1 1 100%;}
@media (max-width:720px){.focused-tile .main-nav{flex:1 1 100%;}.focused-tile .top-details{width:100%;}
}
.local-callout{padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem calc(calc(1.5rem * 2.4) * .68);background:#F5F7FA;color:#152238;}
.contact-menu{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.98rem * 1.5);}
.open-body{max-width:60rem;padding-left:clamp(1rem,2.4vw,1.9rem);border-left:3px solid #E86A17;}
.local-callout h1{margin:0;font-size:clamp(1.95rem,5.2vw,4.1rem);line-height:1.06;font-weight:720;letter-spacing:-0.01em;}
.local-callout p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;max-width:46rem;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.66;color:#22334A;}
@media (max-width:680px){.open-body{padding-left:.95rem;border-left-width:2px;}.local-callout{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .5);}
    }
.open-view{--layer-control:calc(1.5rem * 1.18);--mark-local:calc(1480px / 2.10);padding:calc(1.5rem * 2.4) 2.5rem;background:#E9EDF3;color:#22334A;}
.open-view .strong-benefit{max-width:1480px;margin:0 auto;}
.open-view h1,.open-view h2,.open-view h3,.open-view p{margin:0;}
.open-view h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.open-view h2{font-size:calc(16.5px * 2);line-height:1.14;}
.open-view h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.open-view p{font-size:16.5px;line-height:1.64;}
.open-view a{color:#0F2A4A;text-decoration:none;}
.open-view a:hover{color:inherit;}
.open-view .soft-headline{max-width:var(--mark-local);font-size:calc(16.5px * 1.125);}
.open-view .page-figure{max-width:var(--mark-local);color:#22334A;opacity:.82;}
.open-view .top-details{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.28rem;background:#E86A17;color:#FFFFFF;font-weight:600;transition:background 350ms var(--ease-base);}
.open-view .top-details:hover{background:#C9560C;color:#FFFFFF;}
.open-view .local-team{margin-top:calc(1.98rem * 1.5);font-size:calc(16.5px * .875);color:#22334A;opacity:.9;}
.open-view .local-team a{text-decoration:underline;text-underline-offset:3px;}
.open-view .service-visual>h1,.open-view .service-visual>h2,.open-view .service-visual>p,.open-view .service-visual>.top-details{margin-top:1.5rem;}
.open-view .service-visual>.soft-headline{margin-top:0;}
.text-header{--layer-control:calc(1.5rem * 1.2);--mark-local:calc(1480px / 2.7);--font-base:calc(1480px / 3.4);padding:calc(1.5rem * 2.4) 2.5rem;background:#E86A17;color:#FFFFFF;}
.text-header .strong-benefit{max-width:1480px;margin:0 auto;}
.text-header h2,.text-header h3,.text-header p{margin:0;}
.text-header h2{font-size:calc(16.5px * 2);line-height:1.12;}
.text-header h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.text-header p{font-size:16.5px;line-height:1.64;}
.text-header .soft-content{max-width:var(--mark-local);}
.text-header .soft-content .soft-headline{margin-top:1.5rem;}
.text-header .soft-content .page-figure{margin-top:calc(1.5rem / 1.5);font-size:calc(16.5px * .875);}
.text-header a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-header a:hover{opacity:.82;}
.text-header img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.text-header .team-view{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:var(--layer-control);}
.text-header .main-nav{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid rgba(255,255,255,0.35);}
.text-header .main-nav p{margin-top:calc(1.5rem / 3.2);}
.text-header .featured-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.text-header .featured-frame>.soft-content{flex:1 1 calc(1480px / 3);min-width:0;}
.text-header .featured-frame>.team-view{flex:2 1 calc(1480px / 2);margin-top:0;}
.text-header .featured-frame>img{margin-left:auto;max-width:var(--font-base);}
@media (max-width:900px){.text-header .featured-frame>img{max-width:100%;margin-left:0;}.text-header .soft-content{max-width:100%;}
}
.open-actions{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.open-body{
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.open-actions h1{margin:0;
        font-size:clamp(2rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.open-actions p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-actions{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.open-body{
            padding-left:1rem;
        }
    }
.local-flow{
  background:#F5F7FA;
  color:#152238;
  padding:calc(1.5rem * 2.4) 2.5rem;
}
.local-flow .strong-benefit{max-width:1480px;
  margin:0 auto;}
.local-flow .visual-story{display:flex;
  flex-wrap:wrap;
  gap:calc(1.98rem * 1.5);
  align-items:flex-end;
  padding-bottom:calc(1.98rem * 1.5);
  border-bottom:1px solid #D5DCE5;}
.local-flow h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.1;}
.local-flow .visual-story p{flex:0 1 24rem;
  min-width:0;
  margin:0;
  color:#22334A;
  line-height:1.64;
  font-size:16.5px;}
.local-flow .team-inner{margin-top:calc(1.98rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.98rem;}
.local-flow .team-inner a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#152238;
  border:1px solid #D5DCE5;
  border-radius:0.86rem;
  text-decoration:none;
  transition:border-color 350ms var(--ease-base), box-shadow 350ms var(--ease-base);
}
.local-flow .team-inner a:hover{border-color:#E86A17;
  box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.local-flow .team-inner strong{display:block;
  font-size:calc(16.5px * 1.125);
  line-height:1.25;}
.local-flow .team-inner span{display:block;
  margin-top:.5rem;
  color:#22334A;
  line-height:1.64;
  font-size:calc(16.5px * .875);}
.local-flow .primary-group{margin-top:calc(1.98rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.98rem;}
.local-flow .page-figure{flex:1 1 26rem;
  min-width:0;
  margin:0;
  color:#22334A;
  font-size:calc(16.5px * .875);
  line-height:1.64;}
.local-flow .page-figure a{color:#0F2A4A;
  text-decoration:underline;}
.local-flow .page-figure a:hover{color:inherit;}
.local-flow .top-details{
  display:inline-flex;
  align-items:center;
  padding:.8rem 1.2rem;
  background:var(--paint-muted);
  color:var(--surface-light);
  border-radius:0.48rem;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  transition:background 350ms var(--ease-base);
}
.local-flow .top-details:hover{
  background:#0A1F38;color:#152238;}
@media (max-width:680px){.local-flow .visual-story{display:block}.local-flow .visual-story p{margin-top:1.5rem}.local-flow .team-inner{display:block}.local-flow .team-inner a{margin-top:1.98rem}.local-flow .primary-group{display:block}.local-flow .top-details{margin-top:1.5rem}
}
.team-shell{--layer-control:calc(1.5rem * 1.19);--mark-local:calc(1480px / 3.10);--font-base:calc(1480px / 3.27);padding:calc(1.5rem * 2.4) 2.5rem;background:#E86A17;color:#FFFFFF;}
.team-shell .strong-benefit{max-width:1480px;margin:0 auto;}
.team-shell h1,.team-shell h2,.team-shell h3,.team-shell p{margin:0;}
.team-shell h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.team-shell h2{font-size:calc(16.5px * 2);line-height:1.12;}
.team-shell h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.team-shell p{font-size:16.5px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-shell a{color:inherit;text-decoration:none;}
.team-shell img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.team-shell .top-details{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.28rem;background:#FFFFFF;color:#E86A17;}
.team-shell .soft-headline{margin-top:1.5rem;}
.team-shell .page-figure{margin-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);}
.team-shell .page-figure a{text-decoration:underline;text-underline-offset:3px;}
.team-shell .team-view{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:0;}
.team-shell .main-nav{min-width:0;}
.team-shell .main-nav p{margin-top:calc(1.5rem / 3);}
.team-shell .main-nav img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-base) * .7);}
.team-shell .featured-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.team-shell .featured-frame>.soft-content{flex:1 1 calc(1480px / 3);min-width:0;}
.team-shell .featured-frame>.team-view{flex:2 1 calc(1480px / 2);}
.team-shell .featured-frame>img{margin-left:auto;max-width:calc(var(--font-base) * .9);}
.team-shell .local-team{max-width:1480px;margin:var(--layer-control) auto 0;display:flex;flex-wrap:wrap;align-items:center;gap:1.98rem;padding-top:calc(1.98rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);font-size:calc(16.5px * .875);}
.team-shell .local-team span{opacity:.85;}
.team-shell .local-team a{text-decoration:underline;text-underline-offset:3px;}
.team-shell .local-team a:hover{opacity:.8;}
@media (max-width:900px){.team-shell .featured-frame>img{margin-left:0;max-width:100%;}.team-shell .featured-frame>.team-view,.team-shell .featured-frame>.soft-content{flex:1 1 100%;}
}
.service-proof{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.5rem;
        background:#F5F7FA;
        color:#152238;
        border-bottom:1px solid #D5DCE5;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:1.98rem;
    }
.open-body{
        flex:1 1 34rem;
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.service-proof h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:720;
        letter-spacing:-0.01em;}
.service-proof p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-body{padding-left:1rem}.service-proof{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.wide-entries{
        padding:calc(1.5rem * 2.4) 2.5rem;
        background:linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
        color:#F2F4F7;
    }
.wide-entries .strong-benefit{max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.98rem * 1.5);}
.wide-entries .main-grid{max-width:760px;}
.wide-entries .main-grid h2{margin:0;
        font-size:calc(16.5px * 2);
        line-height:1.2;}
.wide-entries .main-grid p{margin:calc(1.5rem * .75) 0 0;
        font-size:16.5px;
        opacity:.92;}
.wide-entries .primary-group{display:flex;
        flex-direction:column;
        border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.wide-entries .service-figure{display:flex;
        flex-wrap:wrap;
        gap:1.98rem;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
        align-items:flex-start;}
.wide-entries .public-note{flex:0 0 160px;
        font-size:calc(16.5px * .875);
        font-weight:700;
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;
        padding-top:2px;}
.wide-entries .soft-content{flex:1 1 320px;
        min-width:0;}
.wide-entries .soft-content a{display:inline-block;
        color:inherit;
        font-size:calc(16.5px * 1.125);
        font-weight:700;
        text-decoration:underline;
        text-underline-offset:3px;
        word-break:break-word;}
.wide-entries .soft-content a:hover{}
.wide-entries .soft-content p{margin:6px 0 0;
        font-size:16.5px;
        opacity:.9;
        max-width:640px;}
.wide-entries .local-tile{
        display:flex;
        flex-wrap:wrap;
        gap:1.98rem;
        align-items:center;
        justify-content:space-between;
        padding:calc(1.5rem * .75);
        border-radius:0.86rem;
        background:color-mix(in srgb, currentColor 14%, transparent);
        border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    }
.wide-entries .local-tile p{margin:0;
        flex:1 1 380px;
        font-size:16.5px;
        opacity:.95;}
.wide-entries .local-team{display:flex;
        flex-wrap:wrap;
        gap:calc(1.5rem * .75);}
.wide-entries .local-team a{
        display:inline-block;
        padding:10px 18px;
        border-radius:0.48rem;
        background:#E86A17;
        color:#FFFFFF;
        font-weight:700;
        font-size:calc(16.5px * .875);
        text-decoration:none;
        transition:background 350ms var(--ease-base);
    }
.wide-entries .local-team a:hover{
        background:#C9560C;color:#152238;}
@media (max-width:640px){.wide-entries .public-note{
            flex:1 1 100%;
        }.wide-entries .local-tile{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.main-service{--layer-control:calc(1.5rem * 1.2);--mark-local:calc(1480px / 2.4);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.main-service .strong-benefit{max-width:1480px;margin:0 auto;}
.main-service h2,.main-service h3,.main-service p{margin:0;}
.main-service h2{font-size:calc(16.5px * 2);line-height:1.12;}
.main-service h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.main-service p{font-size:16.5px;line-height:1.64;color:#22334A;}
.main-service a{color:#0F2A4A;text-decoration:none;}
.main-service a:hover{color:inherit;}
.main-service .top-details{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.28rem;background:var(--paint-muted);color:var(--surface-light);}
.main-service .top-details:hover{background:#0A1F38;color:var(--surface-light);}
.main-service .media-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.main-service .soft-content{flex:1 1 auto;min-width:0;max-width:var(--mark-local);}
.main-service .soft-content .soft-headline{margin-top:1.5rem;}
.main-service .active-section{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(1.98rem * 1.5);}
.main-service .main-nav{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.48rem;background:#FFFFFF;color:#152238;border:1px solid #D5DCE5;}
.main-service .main-nav p{margin-top:calc(1.5rem / 3);}
.main-service .local-team{flex:1 1 100%;margin-top:calc(1.98rem * 1.5);font-size:calc(16.5px * .875);color:#22334A;}
.compact-headline{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.open-body{
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.compact-headline h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.compact-headline p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.66;
        color:#22334A;}
@media (max-width:680px){.open-body{
            padding-left:1rem;
            border-left-width:2px;
        }.compact-headline{
            padding-top:calc(calc(1.5rem * 2.4) * .56);
            padding-bottom:calc(calc(1.5rem * 2.4) * .56);
        }
    }
.clear-shell{padding:calc(1.5rem * 2.4) 2.5rem;background:#E9EDF3;color:#22334A}
.clear-shell .strong-benefit{max-width:1480px;margin:0 auto}
.clear-shell .soft-view{display:flex;flex-wrap:wrap;gap:calc(1.98rem * 1.5);align-items:flex-start}
.clear-shell .visual-story{flex:1 1 320px;min-width:0;max-width:44ch}
.clear-shell h2{margin:0;font-size:calc(16.5px * 2);line-height:1.08}
.clear-shell .visual-story p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.64}
.clear-shell .quiet-details{flex:1 1 520px;min-width:0;display:flex;flex-direction:column;gap:0}
.clear-shell .quiet-details a{display:block;padding:calc(1.5rem * .75) 0;border-top:1px solid #D5DCE5;color:inherit;text-decoration:none;transition:color 350ms var(--ease-base)}
.clear-shell .quiet-details a:last-child{border-bottom:1px solid #D5DCE5}
.clear-shell .quiet-details a:hover strong{}
.clear-shell strong{display:block;font-size:calc(16.5px * 1.125);line-height:1.2;transition:color 350ms var(--ease-base)}
.clear-shell span{display:block;margin-top:0.4rem;font-size:calc(16.5px * .875);line-height:1.64;opacity:0.85}
@media(max-width:780px){.clear-shell .soft-view{display:block}.clear-shell .quiet-details{margin-top:calc(1.98rem * 1.5)}.clear-shell h2{font-size:calc(16.5px * 1.35)}}
.wide-media{--layer-control:calc(1.5rem * 1.19);--mark-local:calc(1480px / 3.10);--font-base:calc(1480px / 3.27);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.wide-media .strong-benefit{max-width:1480px;margin:0 auto;}
.wide-media h1,.wide-media h2,.wide-media h3,.wide-media p{margin:0;}
.wide-media h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.wide-media h2{font-size:calc(16.5px * 2);line-height:1.12;}
.wide-media h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.wide-media p{font-size:16.5px;line-height:1.64;color:#22334A;}
.wide-media a{color:#0F2A4A;text-decoration:none;}
.wide-media a:hover{color:inherit;}
.wide-media img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.wide-media .soft-headline,.wide-media .page-figure{}
.wide-media .team-view{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:var(--layer-control);}
.wide-media .main-nav{min-width:0;}
.wide-media .main-nav p,.wide-media .main-nav a{margin-top:calc(1.5rem / 3);}
.wide-media .main-nav img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-base) * .7);}
.wide-media .featured-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.wide-media .featured-frame>.soft-content{flex:1 1 calc(1480px / 3);min-width:0;}
.wide-media .featured-frame>.team-view{flex:2 1 calc(1480px / 2);margin-top:0;}
.wide-media .featured-frame>img{margin-left:auto;}
.wide-media .soft-content .soft-headline{margin-top:1.5rem;}
.offer-group{
        padding: calc(1.5rem * 2.4) 2.5rem;
        background: linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
        color: #F2F4F7;
    }
.offer-group .strong-benefit{max-width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.98rem * 1.5);}
.offer-group .soft-headline{max-width: 46rem;}
.offer-group h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.1;}
.offer-group .soft-headline p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.64;}
.offer-group .fresh-tile{display: flex;
        flex-wrap: wrap;
        gap: 1.98rem;}
.offer-group .page-content{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: calc(1.5rem * .75);
        border: 1px solid #D5DCE5;
        border-radius: 0.86rem;
        background: #FFFFFF;
        color: #152238;
        box-shadow: 0 2px 4px rgba(0,0,0,0.11);
    }
.offer-group .narrow-contact{font-size: 16.5px;
        line-height: 1.64;}
.offer-group .top-grid{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D5DCE5;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;}
.offer-group .top-grid strong{font-size: calc(16.5px * .875);}
.offer-group .top-grid span{font-size: calc(16.5px * .875);}
@media (max-width: 760px) {.offer-group .page-content{
            flex: 1 1 100%;
        }
    }
.clear-intro{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.5rem calc(calc(1.5rem * 2.4) * .82);
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
    }
.open-body{
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.85rem);
        border-left:3px solid #E86A17;
    }
.clear-intro h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.1rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.clear-intro p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.16rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-body{padding-left:.95rem;border-left-width:2px;}.clear-intro{
            padding-top:calc(calc(1.5rem * 2.4) * .56);
            padding-bottom:calc(calc(1.5rem * 2.4) * .62);
        }
    }
.open-benefit{--layer-control:calc(1.5rem * 1.25);--mark-local:calc(1480px / 2.1);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.open-benefit .strong-benefit{max-width:1480px;margin:0 auto;}
.open-benefit h1,.open-benefit h2,.open-benefit h3,.open-benefit p{margin:0;}
.open-benefit h2{font-size:calc(16.5px * 2);line-height:1.12;letter-spacing:-0.01em;}
.open-benefit h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.open-benefit p{font-size:16.5px;line-height:1.64;color:#22334A;}
.open-benefit a{color:#0F2A4A;text-decoration:none;border-bottom:1px solid #D5DCE5;}
.open-benefit a:hover{color:inherit;border-bottom-color:#E86A17;}
.open-benefit .media-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;}
.open-benefit .soft-content{flex:1 1 60%;min-width:0;max-width:var(--mark-local);}
.open-benefit .soft-content .soft-headline{margin-top:calc(1.98rem * 1.5);}
.open-benefit .top-details{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.28rem;background:#E86A17;color:#FFFFFF;font-size:calc(16.5px * .875);font-weight:600;border-bottom:none;}
.open-benefit .top-details:hover{background:#C9560C;color:#FFFFFF;}
.open-benefit .active-section{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:calc(1.98rem * 1.5);border-top:1px solid #D5DCE5;}
.open-benefit .main-nav{padding:calc(1.98rem * 1.5) 0;border-bottom:1px solid #D5DCE5;}
.open-benefit .main-nav p{margin-top:calc(1.5rem / 3.2);max-width:calc(1480px / 1.55);}
.open-benefit .local-team{flex:1 1 100%;margin-top:calc(1.98rem * 1.5);font-size:calc(16.5px * .875);}
@media (max-width:720px){.open-benefit .soft-content{flex:1 1 100%;}.open-benefit .top-details{width:100%;}
}
.team-note{
        padding: calc(1.5rem * 2.4) 2.5rem;
        background: linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
        color: #F2F4F7;
    }
.team-note .strong-benefit{max-width: 1480px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.98rem * 1.5);}
.team-note .soft-headline{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.team-note h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.08;}
.team-note .soft-headline p{margin: 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.64;}
.team-note .fresh-tile{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.98rem;}
.team-note .page-content{
        padding: calc(1.5rem * .75);
        border: 1px solid #D5DCE5;
        border-radius: 0.86rem;
        background: #FFFFFF;
        color: #152238;
        box-shadow: 0 2px 4px rgba(0,0,0,0.11);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
    }
.team-note .narrow-contact{font-size: 16.5px;
        line-height: 1.64;}
.team-note .top-grid{display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D5DCE5;}
.team-note .top-grid strong{font-size: calc(16.5px * .875);}
.team-note .top-grid span{font-size: calc(16.5px * .875);}
@media (max-width: 900px) {.team-note .fresh-tile{
            grid-template-columns: 1fr;
        }
    }
.local-frame{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.open-body{
        max-width:62rem;
        padding-left:clamp(1.1rem,2.4vw,2.1rem);
        border-left:3px solid #E86A17;
    }
.local-frame h1{margin:0;
        font-size:clamp(1.95rem,5.2vw,4.15rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.005em;}
.local-frame p{margin:clamp(1rem,2.1vw,1.4rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.local-frame{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.open-body{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.steady-story{--layer-control:calc(1.5rem * 1.09);--mark-local:calc(1480px / 2.35);padding:calc(1.5rem * 2.4) 2.5rem;background:var(--paint-muted);color:var(--surface-light);}
.steady-story .strong-benefit{max-width:1480px;margin:0 auto;}
.steady-story h1,.steady-story h2,.steady-story h3,.steady-story p{margin:0;}
.steady-story h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.steady-story h2{font-size:calc(16.5px * 2);line-height:1.12;}
.steady-story h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.steady-story p{font-size:16.5px;line-height:1.64;color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-story a{color:inherit;text-decoration:none;}
.steady-story img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.steady-story .page-figure{font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 66%, transparent);max-width:var(--mark-local);}
.steady-story .soft-headline{margin-top:calc(1.5rem / 2);max-width:var(--mark-local);}
.steady-story .team-view{display:flex;flex-wrap:wrap;gap:var(--layer-control);margin-top:var(--layer-control);}
.steady-story .main-nav{flex:1 1 calc(1480px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.48rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.steady-story .main-nav p,.steady-story .main-nav a{margin-top:calc(1.5rem / 3);}
.steady-story .main-nav a{display:inline-block;font-size:calc(16.5px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.steady-story .main-nav img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.steady-story .focused-shell>.team-view{margin-top:var(--layer-control);}
.steady-story .focused-shell>h2{margin-top:var(--layer-control);}
.steady-story .local-team{display:flex;flex-wrap:wrap;gap:1.98rem;margin-top:calc(1.98rem * 1.5);padding-top:calc(1.98rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-story .local-team a{font-size:calc(16.5px * .875);color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-story .local-team a:hover{}
.box{padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238}
.box .strong-benefit{max-width:1480px;margin:0 auto;width:min(100%,52rem)}
.box .visual-story{max-width:40rem;margin-bottom:calc(1.98rem * 1.5)}
.box .visual-story p{margin:0;color:#22334A;line-height:1.64;font-size:calc(16.5px * .875)}
.box h2{margin:1.5rem 0 0;font-size:calc(16.5px * 2);line-height:1.1}
.box .narrow-menu{display:flex;flex-direction:column;gap:calc(1.98rem * 1.5)}
.box .page-figure{padding:calc(1.5rem * .75) 0;color:#22334A;line-height:1.64;border-bottom:1px solid #D5DCE5}
.box .service-figure{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D5DCE5}
.box .service-figure strong{display:block;font-size:calc(16.5px * 1.125);line-height:1.2}
.box .service-figure p{margin:calc(1.5rem * .75) 0 0;line-height:1.64;color:#22334A}
.box .local-team{margin:calc(1.98rem * 1.5) 0 0;line-height:1.64;color:#22334A;font-size:calc(16.5px * .875)}
.box .local-team a{color:#0F2A4A;text-decoration:underline;text-underline-offset:3px}
.box .local-team a:hover{color:inherit;}
@media (max-width:640px){.box .service-figure strong{font-size:16.5px}
}
.service-body{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem calc(calc(1.5rem * 2.4) * .68);
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
    }
.open-body{
        max-width:62rem;
        padding-left:clamp(1.1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.service-body h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:720;
        letter-spacing:-0.01em;}
.service-body p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.service-body{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.open-body{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.main-entries{
  background: #E9EDF3;
  color: #22334A;
  padding: calc(1.5rem * 2.4) 2.5rem;
}
.main-entries .strong-benefit{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.98rem * 1.5);}
.main-entries h2,
.main-entries p{margin: 0;}
.main-entries .visual-story{display: flex;
  flex-direction: column;
  gap: calc(1.98rem * 1.5);
  max-width: 62ch;}
.main-entries h2{font-size: calc(16.5px * 2);
  line-height: 1.08;}
.main-entries .visual-story p,
.main-entries .text-media p{line-height: 1.64;}
.main-entries .team-view{display: flex;
  flex-direction: column;}
.main-entries .text-media{display: flex;
  gap: 1.98rem;
  align-items: center;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #D5DCE5;}
.main-entries .text-media:last-child{border-bottom: 1px solid #D5DCE5;}
.main-entries .visual-surface{display: block;
  flex: 0 0 11rem;
  width: 11rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.48rem;}
.main-entries strong{display: block;
  font-size: calc(16.5px * 1.35);
  line-height: 1.16;}
.main-entries .text-media p{margin-top: calc(1.5rem * .75);}
@media (max-width: 820px) {.main-entries .text-media{ align-items: flex-start; }
}
@media (max-width: 560px) {.main-entries .text-media{ flex-direction: column; align-items: flex-start; }.main-entries .visual-surface{ width: 100%; flex-basis: auto; }
}
.simple-details{padding:calc(1.5rem * 2) 2.5rem;background:linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);color:#F2F4F7;}
.simple-details .soft-nav{max-width:1480px;margin:0 auto;display:grid;gap:calc(1.98rem * 1.5);}
.simple-details h2,.simple-details h3,.simple-details p{margin:0;}
.simple-details .soft-headline{display:grid;gap:.6rem;max-width:60ch;}
.simple-details .soft-headline h2{font-size:calc(16.5px * 2);line-height:1.2;}
.simple-details .soft-content{font-size:16.5px;opacity:.92;}
.simple-details .primary-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.98rem;}
.simple-details .main-nav{display:grid;gap:.45rem;padding:1rem 1.05rem;background:#FFFFFF;color:#152238;border:1px solid #D5DCE5;border-left:3px solid #E86A17;border-radius:0.48rem;}
.simple-details .public-note{display:inline-block;font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;font-weight:600;}
.simple-details .main-nav h3{font-size:calc(16.5px * 1.35);line-height:1.3;}
.simple-details .main-nav p{font-size:16.5px;line-height:1.64;}
.simple-details .compact-contact{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.98rem;padding-top:.4rem;border-top:1px solid rgba(242,244,247,0.22);}
.simple-details .page-figure{font-size:calc(16.5px * .875);max-width:52ch;opacity:.9;}
.simple-details .local-team{display:flex;flex-wrap:wrap;gap:.5rem;}
.simple-details .local-team a{display:inline-flex;min-height:2.4rem;padding:0 .9rem;align-items:center;text-decoration:none;border-radius:0.28rem;background:#E86A17;color:#FFFFFF;border:1px solid #C9560C;transition:background 350ms var(--ease-base);}
.simple-details .local-team a:hover{background:#C9560C;color:#152238;}
@media (max-width: 900px){.simple-details .primary-group{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 680px){.simple-details .primary-group{grid-template-columns:1fr;}.simple-details .compact-contact{flex-direction:column;align-items:flex-start;}
    }
.focused-list{
  --layer-control:calc(1.5rem * 1.29);
  --mark-local:calc(1480px / 2.40);
  padding:calc(1.5rem * 2.4) 2.5rem;
  background:#F5F7FA;
  color:#152238;
}
.focused-list .strong-benefit{max-width:1480px;
  margin:0 auto;}
.focused-list h1,.focused-list h2,.focused-list h3,.focused-list p{margin:0;}
.focused-list h2{font-size:calc(16.5px * 2);
  line-height:1.12;}
.focused-list p{font-size:16.5px;
  line-height:1.64;}
.focused-list a{color:inherit;text-decoration:none;}
.focused-list .main-summary{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.98rem;}
.focused-list .quiet-block{flex:1 1 min(30rem,58%);
  max-width:var(--mark-local);
  display:flex;
  flex-direction:column;
  gap:calc(1.98rem * 1.5);}
.focused-list .soft-footer{
  flex:1 1 18rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.98rem * 1.5);
  padding:calc(1.5rem * .75);
  border:1px solid #D5DCE5;
  border-radius:0.86rem;
  background:#FFFFFF;
  color:#152238;
}
.focused-list .page-figure{color:#22334A;}
.focused-list .top-details{
  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.28rem;
  background:#E86A17;
  color:#FFFFFF;
  font-size:16.5px;
  transition:background 350ms var(--ease-base);
}
.focused-list .top-details:hover{
  background:#C9560C;color:#152238;}
.focused-list .local-team{font-size:calc(16.5px * .875);
  color:#22334A;}
.focused-list .local-team a{color:#0F2A4A;
  text-decoration:underline;
  text-underline-offset:2px;}
.focused-list .local-team a:hover{color:inherit;}
@media (max-width:720px){.focused-list .main-summary{flex-direction:column;}.focused-list .quiet-block,.focused-list .soft-footer{flex:1 1 auto;max-width:none;}
}
.fresh-group{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem;
        background:#E9EDF3;
        color:#22334A;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        gap:1.98rem;
    }
.open-body{
        flex:1 1 34rem;
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.85rem);
        border-left:3px solid #E86A17;
    }
.fresh-group h1{margin:0;
        font-size:clamp(2rem,5.2vw,4.2rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.fresh-group p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;}
@media (max-width:720px){.fresh-group{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.open-body{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.service-note{--layer-control:calc(1.5rem * 1.04);--mark-local:calc(1480px / 2.28);padding:calc(1.5rem * 2.4) 2.5rem;background:#E86A17;color:#FFFFFF;}
.service-note .strong-benefit{max-width:1480px;margin:0 auto;}
.service-note h2,.service-note h3,.service-note p{margin:0;}
.service-note h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:calc(1480px / 1.55);}
.service-note h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.service-note p{font-size:16.5px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-note .soft-headline{margin-top:1.5rem;max-width:calc(1480px / 2.1);}
.service-note .text-footer{display:flex;flex-direction:column;gap:calc(var(--layer-control) * .72);margin-top:calc(var(--layer-control) * 1.1);}
.service-note .main-nav{min-width:0;padding-block-start:calc(calc(1.5rem * .75) * .6);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.service-note .main-nav p{margin-top:calc(1.5rem / 3.4);max-width:calc(1480px / 1.7);}
@media (min-width:900px){.service-note .text-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.98rem * 1.15);row-gap:calc(var(--layer-control) * .8);}.service-note .main-nav:first-child{grid-column:1 / -1;}
}
.local-list{--layer-control:calc(1.5rem * 1.28);--mark-local:calc(1480px / 2.4);--font-base:calc(1480px / 3.5);padding:calc(1.5rem * 2.4) 2.5rem;background:#F5F7FA;color:#152238;}
.local-list .strong-benefit{max-width:1480px;margin:0 auto;}
.local-list h1,.local-list h2,.local-list h3,.local-list p{margin:0;}
.local-list h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.local-list h2{font-size:calc(16.5px * 2);line-height:1.14;}
.local-list h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.local-list p{font-size:16.5px;line-height:1.64;}
.local-list .soft-headline{max-width:var(--mark-local);color:#22334A;}
.local-list a{color:inherit;text-decoration:none;}
.local-list img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.local-list .team-view{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.98rem;margin-top:var(--layer-control);}
.local-list .main-nav{flex:1 1 calc(1480px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D5DCE5;}
.local-list .main-nav p{margin-top:calc(1.5rem / 3);color:#22334A;}
.local-list .wide-figure>img{margin-top:var(--layer-control);}
.local-list .wide-figure>.soft-headline{margin-top:1.5rem;}
@media (max-width:900px){.local-list .main-nav{flex:1 1 calc(1480px / 2.4);}
}
@media (max-width:560px){.local-list .main-nav{flex:1 1 100%;}
}
.primary-wrap{padding:calc(1.5rem * 2.4) 2.5rem;background:linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);color:#F2F4F7}
.primary-wrap .strong-benefit{max-width:1480px;margin:0 auto}
.primary-wrap .primary-group{display:flex;gap:calc(1.98rem * 1.5);align-items:flex-start}
.primary-wrap .quiet-menu{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F2F4F7 28%,transparent);padding-left:1.5rem}
.primary-wrap .quiet-menu p{margin:0;line-height:1.64}
.primary-wrap .compact-fields{flex:1 1 44rem;min-width:0}
.primary-wrap h2{margin:0;max-width:17ch;font-size:calc(16.5px * 2.65);line-height:1.03}
.primary-wrap .bottom-content{margin-top:calc(1.98rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.primary-wrap .bottom-content p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.primary-wrap strong{flex:0 1 14rem;min-width:0;font-size:calc(16.5px * .875)}
.primary-wrap span{flex:1 1 28rem;min-width:0;line-height:1.64}
@media(max-width:760px){.primary-wrap .primary-group,.primary-wrap .bottom-content p{display:block}.primary-wrap .quiet-menu{border-left:0;padding-left:0}.primary-wrap .compact-fields{margin-top:calc(1.98rem * 1.5)}.primary-wrap span{display:block;margin-top:calc(1.5rem * .75)}.primary-wrap h2{font-size:calc(16.5px * 2)}}
.site-stack{padding:calc(1.5rem * 2.4) 0;background:#F5F7FA;color:#152238;}
.site-stack .contact-shell{max-width:1480px;margin:0 auto;padding:0 2.5rem;}
.site-stack .visual-lead{max-width:820px;margin:0 auto;}
.site-stack .service-list{margin-bottom:calc(1.98rem * 1.5);}
.site-stack .visual-body{margin:0 0 0.6rem;font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#22334A;}
.site-stack h1{margin:0 0 1rem;font-size:calc(16.5px * 2.65);line-height:1.18;}
.site-stack .soft-headline{margin:0;font-size:calc(16.5px * 1.125);color:#22334A;}
.site-stack .fresh-nav{margin:0 0 calc(1.98rem * 1.5);border-radius:0.86rem;overflow:hidden;background:#E9EDF3;color:#22334A;}
.site-stack .fresh-nav img{display:block;width:100%;height:auto;}
.site-stack .soft-content h2{margin:calc(1.98rem * 1.5) 0 0.85rem;font-size:calc(16.5px * 1.35);line-height:1.3;}
.site-stack .soft-content p{margin:0 0 1.15rem;line-height:1.64;}
.site-stack .soft-content ul{margin:0 0 1.4rem;padding-left:1.25rem;}
.site-stack .soft-content li{margin-bottom:0.45rem;line-height:1.64;}
.site-stack .visual-items{margin:calc(1.98rem * 1.5) 0;padding:calc(1.5rem * .75);background:#E9EDF3;color:#22334A;border:1px solid #D5DCE5;border-left:3px solid #E86A17;border-radius:0.48rem;}
.site-stack .visual-items p{margin:0;}
.site-stack .post-foot{margin-top:calc(1.98rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D5DCE5;}
.site-stack .more{margin:0 0 0.75rem;font-size:calc(16.5px * .875);color:#22334A;}
.site-stack .local-team{display:flex;flex-wrap:wrap;gap:1.98rem;}
.site-stack .local-team a{color:#0F2A4A;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.site-stack .local-team a:hover{color:inherit;border-bottom-color:#E86A17;}
@media (max-width:640px){.site-stack .local-team{flex-direction:column;gap:0.6rem;}
}
.bottom-visual{padding:calc(1.5rem * 2.4) 2.5rem;background:var(--paint-muted);color:var(--surface-light)}
.bottom-visual .strong-benefit{max-width:1480px;margin:0 auto}
.bottom-visual .primary-group{display:flex;gap:calc(1.98rem * 1.5);align-items:stretch}
.bottom-visual .quiet-menu{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,var(--surface-light) 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.bottom-visual .quiet-menu p{margin:0;line-height:1.64}
.bottom-visual .quiet-menu a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.28rem;background:#E86A17;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.bottom-visual .compact-fields{flex:1 1 44rem;min-width:0}
.bottom-visual h2{margin:0;max-width:16ch;font-size:calc(16.5px * 2.65);line-height:1.02}
.bottom-visual .compact-fields>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(16.5px * 1.125);line-height:1.64}
.bottom-visual .team-view{margin-top:calc(1.98rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.bottom-visual .team-view p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.bottom-visual .team-view strong{flex:0 1 12rem;min-width:0;font-size:calc(16.5px * .875)}
.bottom-visual .team-view span{flex:1 1 24rem;min-width:0;line-height:1.64}
@media(max-width:760px){.bottom-visual .primary-group,.bottom-visual .team-view p{display:block}.bottom-visual .quiet-menu{border-left:0;padding-left:0}.bottom-visual .compact-fields{margin-top:calc(1.98rem * 1.5)}.bottom-visual .team-view span{display:block;margin-top:calc(1.5rem * .75)}.bottom-visual h2{font-size:calc(16.5px * 2)}}
.team-quote{padding:calc(calc(1.5rem * 2.4) * 1.6) 2.5rem;background:#E9EDF3;color:#22334A;}
.team-quote .soft-nav{max-width:960px;margin:0 auto;display:grid;gap:calc(1.98rem * 1.5);}
.team-quote .local-links{display:grid;grid-template-columns:1.05fr 1fr;gap:1.98rem;align-items:stretch;}
.team-quote img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:0.86rem;box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.team-quote .narrow-summary{padding:1.4rem 1.5rem;border-radius:0.86rem;background:#FFFFFF;border:1px solid #D5DCE5;display:grid;align-content:center;gap:.6rem;color:#152238;}
.team-quote .media-benefit{margin:0;font-size:calc(16.5px * .875);letter-spacing:.02em;text-transform:uppercase;}
.team-quote h1{margin:0;font-size:clamp(1.85rem,3.6vw,2.7rem);line-height:1.15;}
.team-quote .narrow-summary p{margin:0;font-size:16.5px;}
.team-quote .active-entries{max-width:72ch;display:grid;gap:1rem;}
.team-quote .active-entries p{margin:0;}
.team-quote .local-team{margin-top:.4rem;padding-top:1.1rem;border-top:1px solid #D5DCE5;display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;align-items:baseline;font-size:calc(16.5px * .875);}
.team-quote .local-team p{margin:0;font-weight:600;}
.team-quote .local-team a{color:#0F2A4A;text-decoration:none;border-bottom:1px solid transparent;transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.team-quote .local-team a:hover{color:inherit;border-bottom-color:#E86A17;}
@media (max-width: 840px){.team-quote .local-links{grid-template-columns:1fr;}.team-quote img{min-height:220px;}
    }
.clear-brand{padding:calc(1.5rem * 2.4) 2.5rem;background:#E86A17;color:#FFFFFF}
.clear-brand .strong-benefit{max-width:1480px;margin:0 auto}
.clear-brand .wide-benefit{display:flex;gap:calc(1.98rem * 1.5);align-items:flex-end}
.clear-brand .soft-headline{flex:1 1 38rem;min-width:0}
.clear-brand h2{margin:0;max-width:16ch;font-size:calc(16.5px * 2.65);line-height:1.04}
.clear-brand .soft-headline p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(16.5px * 1.125);line-height:1.64}
.clear-brand .public-items{flex:0 1 33rem;min-width:0;background:#0B1A2E;color:#F2F4F7;border-radius:0.86rem;padding:1.98rem;box-shadow:0 6px 18px rgba(0,0,0,0.14)}
.clear-brand .public-items>p{margin:0;line-height:1.64}
.clear-brand .offer-tile{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.clear-brand .offer-tile a{border-radius:0.28rem;background:var(--paint-muted);color:var(--surface-light);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.5px * .875)}
.clear-brand .offer-tile a:hover{background:#0A1F38;color:#152238;}
@media(max-width:780px){.clear-brand .wide-benefit{display:block}.clear-brand .public-items{margin-top:calc(1.98rem * 1.5);padding:1.5rem}.clear-brand h2{font-size:calc(16.5px * 2)}}
.visual-plan{padding:calc(1.5rem * 2.4) 0;background:#F5F7FA;color:#152238;}
.visual-plan .contact-shell{max-width:1480px;margin:0 auto;padding:0 2.5rem;}
.visual-plan .visual-lead{max-width:820px;margin:0 auto;}
.visual-plan .main-grid{margin-bottom:calc(1.98rem * 1.5);}
.visual-plan .media-benefit{margin:0 0 0.6rem;font-size:calc(16.5px * .875);color:#22334A;letter-spacing:0.02em;text-transform:uppercase;}
.visual-plan h1{margin:0 0 1rem;font-size:calc(16.5px * 2.65);line-height:1.18;}
.visual-plan .soft-headline{margin:0 0 1.6rem;font-size:calc(16.5px * 1.125);line-height:1.55;}
.visual-plan .strong-shell{margin:0;border-radius:0.86rem;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.14);}
.visual-plan .strong-shell img{display:block;width:100%;height:auto;}
.visual-plan h2{margin:2.2rem 0 0.9rem;font-size:calc(16.5px * 2);line-height:1.25;}
.visual-plan p{margin:0 0 1.2rem;line-height:1.64;}
.visual-plan ul{margin:0 0 1.4rem 1.4rem;padding:0;}
.visual-plan li{margin-bottom:0.5rem;line-height:1.64;}
.visual-plan .visual-items{margin:2rem 0;padding:calc(1.5rem * .75);background:#E9EDF3;color:#22334A;border:1px solid #D5DCE5;border-radius:0.86rem;}
.visual-plan .visual-items p{margin:0;}
.visual-plan .local-team{margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid #D5DCE5;display:flex;flex-wrap:wrap;gap:0.6rem 1.6rem;align-items:baseline;}
.visual-plan .quiet-footer{margin:0;font-size:calc(16.5px * .875);color:#22334A;}
.visual-plan .local-team a{color:#0F2A4A;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.visual-plan .local-team a:hover{color:inherit;border-bottom-color:#E86A17;}
@media (max-width:640px){.visual-plan h1{font-size:calc(16.5px * 2);}.visual-plan .soft-headline{font-size:16.5px;}
}
.soft-body{padding:calc(1.5rem * 2.4) 2.5rem;background:linear-gradient(120deg, #E86A17 0%, #F08A3C 100%);color:#FFFFFF}
.soft-body .strong-benefit{max-width:1480px;margin:0 auto}
.soft-body .strong-items{display:flex;flex-wrap:wrap;gap:calc(1.98rem * 1.5);align-items:flex-start}
.soft-body .soft-headline{flex:1 1 30rem;min-width:0}
.soft-body h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05}
.soft-body .page-figure{margin:calc(1.5rem * .75) 0 0;font-size:16.5px;line-height:1.64;opacity:.92}
.soft-body .public-items{flex:1 1 32rem;min-width:0}
.soft-body .public-items p{margin:0;font-size:calc(16.5px * 1.125);line-height:1.64}
.soft-body .team-view{list-style:none;margin:calc(1.98rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.6)}
.soft-body .team-view li{min-width:0}
.soft-body .team-view a{display:inline-block;border-radius:0.48rem;background:#E86A17;color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.5px * .875);line-height:1.3}
.soft-body .team-view a:hover{background:#C9560C;color:#152238;}
@media(max-width:760px){.soft-body .strong-items{display:block}.soft-body .public-items{margin-top:calc(1.98rem * 1.5)}.soft-body h2{font-size:calc(16.5px * 2)}}
.fresh-links{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.5rem calc(calc(1.5rem * 2.4) * .68);
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.open-body{
        max-width:56rem;
        padding:0 0 0 clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.fresh-links h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.3rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.fresh-links p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#22334A;}
@media (max-width:680px){.open-body{padding-left:.95rem;border-left-width:2px;}.fresh-links{
            padding-top:calc(calc(1.5rem * 2.4) * .55);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }
    }
.contact-copy{padding:calc(1.5rem * 2.4) 2.5rem;background:#0B1A2E;color:#F2F4F7}
.contact-copy .strong-benefit{max-width:1480px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.98rem * 1.5);align-items:flex-start}
.contact-copy .visual-story{flex:1 1 22rem;max-width:34rem}
.contact-copy h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.contact-copy .visual-story>p{margin:1.5rem 0 0;line-height:1.64;opacity:.86}
.contact-copy .local-team{margin:1.5rem 0 0;padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(242,244,247,.22)}
.contact-copy .local-team .text-media{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * .875);line-height:1.64}
.contact-copy .local-team .text-media:last-child{margin-bottom:0}
.contact-copy .local-team .text-media span{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:calc(16.5px * .875);opacity:.62;margin-bottom:2px}
.contact-copy .local-team a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.contact-copy .local-team a:hover{color:#E86A17}
.contact-copy .page-figure{margin:1.5rem 0 0;font-size:calc(16.5px * .875);opacity:.72;line-height:1.64}
.contact-copy form{flex:1 1 26rem;min-width:0}
.contact-copy fieldset{display:flex;flex-wrap:wrap;gap:1.98rem;margin:0;padding:0;border:0}
.contact-copy fieldset label{flex:1 1 15rem;min-width:0}
.contact-copy label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875);opacity:.78}
.contact-copy input,
.contact-copy select,
.contact-copy textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D5DCE5;border-radius:0.28rem;background:#F5F7FA;color:#152238;font:inherit;box-sizing:border-box}
.contact-copy select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#152238 50%),linear-gradient(135deg,#152238 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:calc(calc(1.5rem * .75) * 2.4)}
.contact-copy input:focus,
.contact-copy select:focus,
.contact-copy textarea:focus{outline:2px solid #E86A17;outline-offset:1px}
.contact-copy .focused-form{display:block;margin-top:1.5rem}
.contact-copy textarea{resize:vertical;min-height:8rem}
.contact-copy .strong-stack{margin:1.5rem 0;font-size:calc(16.5px * .875);opacity:.72;line-height:1.64}
.contact-copy button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #E86A17;border-radius:0.28rem;background:#E86A17;color:#FFFFFF;font:inherit;cursor:pointer;transition:background 350ms var(--ease-base),border-color 350ms var(--ease-base)}
.contact-copy button:hover{background:#C9560C;border-color:#C9560C;color:#152238;}
@media(max-width:860px){.contact-copy .strong-benefit{display:block}.contact-copy .visual-story{max-width:none}.contact-copy form{margin-top:calc(1.98rem * 1.5)}
}
.contact-tile{padding:calc(1.5rem * 2.4) 2.5rem;background:linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);color:#F2F4F7}
.contact-tile .strong-benefit{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.98rem * 1.5);align-items:stretch}
.contact-tile .soft-content{display:flex;flex-direction:column;gap:1.98rem;padding:1.98rem;border-radius:1.1rem;background:#E86A17;color:#FFFFFF}
.contact-tile h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.contact-tile .soft-content>p{margin:0;font-size:16.5px}
.contact-tile .offer-grid{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-tile .contact-intro{padding:calc(1.5rem * .75);border-radius:0.48rem;background:#FFFFFF;color:#152238;border:1px solid #D5DCE5}
.contact-tile .contact-intro span{display:block;font-size:calc(16.5px * .875);}
.contact-tile .contact-intro strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:16.5px;line-height:1.35}
.contact-tile .page-figure{margin:0;font-size:calc(16.5px * .875);opacity:.92}
.contact-tile .focused-plan{min-height:clamp(24rem,48vw,38rem);border-radius:1.1rem;overflow:hidden;border:1px solid #D5DCE5;box-shadow:0 6px 18px rgba(0,0,0,0.14)}
.contact-tile iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.contact-tile .strong-benefit{grid-template-columns:1fr}.contact-tile .focused-plan{min-height:22rem}}
.strong-track{background:#F5F7FA;color:#152238;padding:calc(1.5rem * 2.4) 2.5rem}
.strong-track .strong-benefit{max-width:1480px;margin:0 auto}
.strong-track .contact-flow{display:grid;grid-template-columns:1.15fr .8fr 1.05fr;gap:calc(1.98rem * 1.5);align-items:start}
.strong-track .visual-story{min-width:0}
.strong-track h2{margin:0;font-size:clamp(calc(16.5px * 2),4.4vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.strong-track .visual-story p{margin:1.5rem 0 0;color:#22334A;font-size:calc(16.5px * 1.125);line-height:1.62}
.strong-track .narrow-benefit{margin-top:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#E9EDF3;color:#22334A;border-radius:0.48rem}
.strong-track .narrow-benefit strong{display:block;font-size:16.5px}
.strong-track .narrow-benefit span{display:block;margin-top:calc(calc(1.5rem * .75)*.45);font-size:calc(16.5px * .875);line-height:1.55}
.strong-track .service-method{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.86rem;box-shadow:0 2px 4px rgba(0,0,0,0.11)}
.strong-track .form{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-track .form a{padding:calc(1.5rem * .75);border-radius:0.48rem;background:#FFFFFF;color:#152238;border:1px solid #D5DCE5;text-decoration:none;transition:border-color 350ms var(--ease-base)}
.strong-track .form a:hover{border-color:#E86A17}
.strong-track strong,.strong-track span{display:block}
.strong-track .form strong{font-size:16.5px}
.strong-track .form span{margin-top:calc(calc(1.5rem * .75)*.4);color:#22334A;line-height:1.55}
.strong-track .form .page-figure{font-size:calc(16.5px * .875);color:#22334A}
@media(max-width:900px){.strong-track .contact-flow{grid-template-columns:1fr 1fr}.strong-track .visual-story{grid-column:1/-1}.strong-track .service-method{aspect-ratio:16/10}}
@media(max-width:620px){.strong-track .contact-flow{grid-template-columns:1fr}.strong-track .service-method{aspect-ratio:16/9}}
.page-section{
  padding: calc(1.5rem * 2.4) 2.5rem;
  background: linear-gradient(135deg, #0B1A2E 0%, #0F2A4A 55%, #1B4E86 100%);
  color: #F2F4F7;
}
.page-section .soft-nav{
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 1.1rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #152238;
  border: 1px solid #D5DCE5;
}
.page-section .page-note{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.98rem * 1.5);
  border-bottom: 1px solid #D5DCE5;
  background: #E9EDF3;color:#22334A;}
.page-section .page-note span,
.page-section .page-note strong{font-size: calc(16.5px * .875);}
.page-section .active-entries{display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 1.98rem;
  padding: calc(1.98rem * 1.5);}
.page-section .soft-content h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.page-section .soft-content p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);}
.page-section .soft-content .page-figure{
  font-size: calc(16.5px * .875);
  padding: calc(1.5rem * .75);
  border-left: 3px solid #E86A17;
  background: #E9EDF3;
  border-radius: 0.28rem;color:#22334A;}
.page-section .team-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-section .text-media{
  display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #E9EDF3;
  color: #152238;
}
.page-section .text-media span{font-size: calc(16.5px * .875);
  font-weight: 600;}
.page-section .text-media h3{margin: 0;
  font-size: calc(16.5px * 1.35);}
.page-section .text-media p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
.page-section .content-callout{
  padding: calc(1.98rem * 1.5);
  border-top: 1px solid #D5DCE5;
  background: #E9EDF3;
  color: #152238;
}
.page-section .content-callout p{margin: 0;
  font-size: 16.5px;}
.page-section .content-callout ul{list-style: none;
  margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.98rem;}
.page-section .content-callout li{font-size: calc(16.5px * .875);}
.page-section .content-callout a{text-decoration: none;}
.page-section .content-callout a:hover{text-decoration: underline;}
.page-section .content-callout .page-nav{margin-top: calc(1.5rem * .75);
  font-size: calc(16.5px * .875);}
@media (max-width: 800px) {.page-section .active-entries,
  .page-section .text-media{
    grid-template-columns: 1fr;
  }.page-section .active-entries{
    padding: calc(1.5rem * .75);
  }
}
.page-footer{padding:calc(1.5rem * 2.4) 2.5rem;background:var(--paint-muted);color:var(--surface-light)}
.page-footer .soft-list{max-width:min(1480px,64rem);margin:0 auto}
.page-footer h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08}
.page-footer .simple-copy{margin:1.5rem 0 calc(1.98rem * 1.5);font-size:calc(16.5px * 1.125);max-width:52rem}
.page-footer .direct-entries{display:flex;flex-direction:column;gap:1.98rem;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:calc(1.98rem * 1.5)}
.page-footer .page-figure{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:1.98rem;align-items:start;padding-bottom:1.98rem;border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.page-footer .page-figure:last-child{border-bottom:0;padding-bottom:0}
.page-footer h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.25}
.page-footer .page-figure p{margin:0;font-size:16.5px}
@media (max-width:760px){.page-footer .page-figure{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.offer-track{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.5rem;
        background:#F5F7FA;
        color:#152238;
    }
.contact-menu{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.98rem * 1.5);
    }
.open-body{
        max-width:56rem;
        padding-left:clamp(1rem,2.4vw,1.9rem);
        border-left:3px solid #E86A17;
    }
.offer-track h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.05;
        font-weight:730;
        letter-spacing:-0.01em;}
.offer-track p{margin:clamp(.9rem,1.9vw,1.2rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.66;
        color:#22334A;}
.welcome{
        display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:1.98rem;
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #D5DCE5;
    }
.narrow-visual{
        margin:0;
        flex:1 1 22rem;
        font-size:calc(16.5px * .875);
        line-height:1.6;
        color:#22334A;
    }
.soft-contact{
        list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-wrap:wrap;
        gap:1.98rem;
        flex:1 1 22rem;
    }
.soft-contact a{
        color:#0F2A4A;
        text-decoration:none;
        font-size:calc(16.5px * .875);
        font-weight:600;
        border-bottom:1px solid transparent;
        transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);
    }
.soft-contact a:hover{
        color:#E86A17;
        border-bottom-color:#E86A17;
    }
@media (max-width:680px){.open-body{padding-left:1rem;}.offer-track{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.welcome{flex-direction:column;align-items:flex-start;}
    }
.quiet-stack{--layer-control:calc(1.5rem * 1.02);--mark-local:calc(1480px / 2.6);padding:calc(1.5rem * 2.4) 2.5rem;background:#E86A17;color:#FFFFFF;}
.quiet-stack .strong-benefit{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.98rem * 1.5);}
.quiet-stack h1,.quiet-stack h2,.quiet-stack h3,.quiet-stack p{margin:0;}
.quiet-stack h2{font-size:calc(16.5px * 2);line-height:1.12;max-width:var(--mark-local);}
.quiet-stack p{font-size:16.5px;line-height:1.64;}
.quiet-stack a{color:inherit;text-decoration:none;}
.quiet-stack .service-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-stack .soft-headline{max-width:var(--mark-local);opacity:0.92;}
.quiet-stack .simple-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:1.98rem;}
.quiet-stack .top-details{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.28rem;background:#FFFFFF;color:#E86A17;font-weight:600;}
.quiet-stack .page-figure{flex:1 1 18rem;font-size:calc(16.5px * .875);opacity:0.86;}
.quiet-stack .local-team{list-style:none;margin:0;padding:calc(1.5rem * .75) 0 0;display:flex;flex-wrap:wrap;gap:1.98rem;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.quiet-stack .local-team li{font-size:calc(16.5px * .875);}
.quiet-stack .local-team a{text-decoration:underline;text-underline-offset:3px;}
.quiet-stack .local-team a:hover{opacity:0.82;}
@media (max-width:640px){.quiet-stack .simple-benefit{flex-direction:column;align-items:flex-start;}
}
.content-feature{
  padding: calc(1.5rem * 2.4) 2.5rem;
  background: #0B1A2E;
  color: #F2F4F7;
}
.content-feature .strong-benefit{max-width: min(1480px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.98rem * 1.5);}
.content-feature .soft-headline{max-width: 46rem;}
.content-feature h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.content-feature .visual-story{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.64;
  color: #C9D1DB;}
.content-feature .primary-group{display: flex;
  flex-wrap: wrap;
  gap: 1.98rem;}
.content-feature .main-nav{
  flex: 1 1 20rem;
  padding: calc(1.5rem * .75);
  border-left: 3px solid #E86A17;
  background: #FFFFFF;
  color: #152238;
  border-radius: 0.48rem;
}
.content-feature .active-track{display: block;
  margin-bottom: 0.5rem;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #E86A17;}
.content-feature .main-nav strong{display: block;
  font-size: calc(16.5px * 1.35);
  line-height: 1.25;}
.content-feature .main-nav p{margin: calc(1.5rem * .75) 0 0;color:inherit;}
.content-feature .text-benefit{display: flex;
  flex-wrap: wrap;
  gap: 1.98rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334A;}
.content-feature .strong-menu{flex: 1 1 14rem;}
.content-feature .clear-story{display: block;
  margin-bottom: 0.35rem;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C9D1DB;}
.content-feature .strong-menu p{margin: 0;}
.content-feature .strong-menu a{text-decoration: underline;
  text-underline-offset: 3px;}
.content-feature .strong-menu a:hover{color: #E86A17;}
.content-feature .local-team{margin: 0;
  font-size: 16.5px;
  color: #C9D1DB;}
.content-feature .local-team a{text-decoration: underline;
  text-underline-offset: 3px;}
.content-feature .local-team a:hover{color: #E86A17;}
@media (max-width: 640px) {.content-feature .primary-group,
  .content-feature .text-benefit{
    flex-direction: column;
  }
}
.soft-header{
  display:flex;
  background:var(--paint-muted);
  color:var(--surface-light);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.soft-header .focused-form,
.soft-header .public-nav{flex:1 1 0;
  min-width:0;
  padding:calc(1.5rem * 2.4) 2.5rem;}
.soft-header .focused-form{display:flex;
  align-items:center;
  justify-content:flex-end;}
.soft-header h1{max-width:11ch;
  margin:0;
  font-size:calc(16.5px * 2.65);
  line-height:1.04;
  text-align:right;
  letter-spacing:-.01em;}
.soft-header .public-nav{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(1.98rem * 1.5);
  background:#E86A17;
  color:#FFFFFF;
}
.soft-header p{max-width:38rem;
  margin:0;
  font-size:calc(16.5px * 1.125);
  line-height:1.64;}
.soft-header .local-team{display:flex;
  flex-wrap:wrap;
  gap:1.98rem;
  align-items:baseline;}
.soft-header .local-team a{color:inherit;
  font-size:16.5px;
  text-decoration:underline;
  text-underline-offset:.26em;
  text-decoration-thickness:1px;
  transition:opacity 350ms var(--ease-base);}
.soft-header .local-team a:hover{opacity:.72;}
@media(min-width:761px){.soft-header .focused-form{order:1}
}
@media(max-width:760px){.soft-header{display:block}.soft-header .focused-form{justify-content:flex-start}.soft-header h1{text-align:left;max-width:14ch}.soft-header .local-team{gap:calc(1.98rem * 1.5)}
}
