:root {
  --tone-accent: #F3F8FC;
  --paint-dark: #0E5A8A;
  --motion-base: cubic-bezier(0.2,0.8,0.2,1);
}
body{margin:0;padding:0;font-family:"Barlow", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.active-summary {
    width: 100%;
    background: #0B1A2B;
    color: #E6EEF6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.open-method {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 2.44rem;
    display: flex;
    align-items: center;
    gap: 1.46rem;
  }
.social {
    font-size: calc(17.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #E6EEF6;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.social:hover {
    color: #E6EEF6;
    opacity: 0.85;
  }
.steady-story {
    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: calc(1.46rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.6px;
    color: #E6EEF6;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 480ms var(--motion-base), opacity 480ms var(--motion-base);
  }
.nav-list a:hover {
    border-bottom-color: #F97316;
    opacity: 0.95;
  }
.local-actions {
    flex-shrink: 0;
  }
.visual-brand {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #F97316;
    color: #1A0F06;
    font-size: 17.6px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.57rem;
    transition: background 480ms var(--motion-base);
    white-space: nowrap;
  }
.visual-brand:hover {
    background: #EA580C;
    color: #1A0F06;
  }
.nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.28rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.nav span{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #E6EEF6;
    transition: transform 480ms var(--motion-base), opacity 480ms var(--motion-base);color:#0B1A2B;}
.nav.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.nav.is-open span:nth-child(2) {
    opacity: 0;
  }
.nav.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .open-method {
      flex-wrap: wrap;
    }

    .local-actions {
      order: 2;
      margin-left: auto;
    }

    .nav {
      display: flex;
      order: 3;
    }

    .steady-story {
      order: 4;
      flex-basis: 100%;
      display: none;
    }

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

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(1.46rem * 1.5) 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      margin-top: calc(1.46rem * 1.5);
    }

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

    .nav-list a {
      display: block;
      padding: 0.75rem 0.2rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-list a:hover {
      border-bottom-color: rgba(255, 255, 255, 0.08);
      opacity: 0.85;
    }
  }
@media (max-width: 480px) {
    .open-method {
      padding: calc(1.46rem * 1.5) 2.44rem;
      gap: calc(1.46rem * 1.5);
    }

    .social {
      font-size: 17.6px;
    }

    .visual-brand {
      padding: 0.5rem 0.85rem;
      font-size: calc(17.6px * .875);
    }
  }
.main-menu{font-family:"Barlow", sans-serif;font-size:17.6px;line-height:1.81;padding:calc(1.5rem * 2.4) 2.44rem;margin-top:calc(1.5rem * 2.4);background:#0B1A2B;color:#E6EEF6;}
.compact-steps{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.46rem * 1.5)}
.local-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1.46rem;padding-bottom:calc(1.46rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.team-header,
  .content-unit{display:flex;flex-direction:column;gap:1.5rem}
.plan{font-size:calc(17.6px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 1.5rem 0;opacity:0.72}
.top-tile{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;margin:0}
.offer-contact{display:block}
.wide-visual{font-size:calc(17.6px * 1.125);font-weight:700;margin:0;letter-spacing:-0.01em}
.bottom-form{margin:0;max-width:42ch;opacity:0.82}
.text-summary{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.46rem}
.focused-media{display:flex;flex-direction:column}
.quiet-intro{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem}
.primary-body{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 480ms var(--motion-base), opacity 480ms var(--motion-base)}
.primary-body:hover,
  .primary-body:focus-visible{border-bottom-color:currentColor;outline:none}
.visual-method{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.46rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.simple-visual{margin:0;font-size:calc(17.6px * .875);opacity:0.78;max-width:90ch}
.open-unit{margin:0;font-size:calc(17.6px * .875);opacity:0.62}
@media (max-width: 860px) {.local-wrap{grid-template-columns:1fr}.text-summary{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.text-summary{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:2.44rem;right:2.44rem;bottom:1.5rem;z-index:1200;}
.cookies .text-view{max-width:720px;margin:0 auto;background:#FFFFFF;border:1px solid #D6E0EA;border-radius:1.06rem;box-shadow:0 18px 34px rgba(0,0,0,0.22);padding:1.5rem 2.44rem;color:#0B1A2B;}
.cookies .service-block{display:flex;align-items:center;gap:8px;}
.cookies .text-view p{margin:8px 0 0;}
.cookies .soft-menu{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .soft-menu button{border:1px solid #D6E0EA;background:#EEF3F9;color:#334155;border-radius:0.28rem;padding:8px 12px;cursor:pointer;}
.cookies .soft-menu button.cookie-accept{background:#F97316;color:#1A0F06;border-color:transparent;font-weight:700;}
.team-flow{padding:calc(1.5rem * 2.6) 2.44rem;background:#EEF3F9;color:#334155;}
.team-flow .text-view{max-width:1440px;margin:0 auto;display:flex;gap:calc(1.46rem * 1.8);align-items:center;flex-wrap:wrap-reverse;}
.team-flow .page-fields{flex:1 1 22rem;max-width:32rem;width:100%;height:auto;display:block;border-radius:0.89rem;border:1px solid #D6E0EA;box-shadow:0 6px 16px rgba(0,0,0,0.18);}
.team-flow .text-inner{flex:1 1 28rem;min-width:0;}
.team-flow h1{margin:0 0 calc(1.46rem * 1.5);font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.14;}
.team-flow .focused-shell{margin:0;max-width:38rem;}
.team-flow .soft-menu{display:flex;flex-wrap:wrap;gap:1.46rem;margin-top:1.5rem;}
.team-flow .soft-menu a{text-decoration:none;padding:.68rem 1.05rem;border-radius:0.57rem;border:1px solid #D6E0EA;color:#0B1A2B;background:#FFFFFF;transition:background 480ms var(--motion-base),color 480ms var(--motion-base);}
.team-flow .soft-menu a:first-child{background:var(--paint-dark);color:var(--tone-accent);border-color:var(--paint-dark);}
.team-flow .soft-menu a:first-child:hover{background:#0B4A73;color:#0B1A2B;}
.team-flow .soft-menu a:not(:first-child):hover{background:#EEF3F9;color:#334155;}
.team-flow .focused-copy{margin:calc(1.46rem * 1.5) 0 0;font-size:calc(17.6px * .875);}
@media (max-width: 940px){.team-flow .page-fields{max-width:none;}
    }
.content-visual{--layer-public:calc(1.5rem * 0.92);--state-soft:calc(1440px / 3.20);padding:calc(1.5rem * 2.4) 2.44rem;background:var(--paint-dark);color:var(--tone-accent);}
.content-visual .primary-inner{max-width:1440px;margin:0 auto;}
.content-visual h2,.content-visual p{margin:0;}
.content-visual h2{font-size:calc(17.6px * 2);line-height:1.12;max-width:var(--state-soft);}
.content-visual p{font-size:17.6px;line-height:1.81;}
.content-visual a{color:inherit;text-decoration:none;}
.content-visual .team-block{margin-top:1.5rem;max-width:calc(var(--state-soft) * 1.55);color:color-mix(in srgb, currentColor 76%, transparent);}
.content-visual .content-rail{margin-top:calc(var(--layer-public) * 1.15);display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;}
.content-visual .service-plan{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F97316;color:#1A0F06;font-size:17.6px;white-space:nowrap;}
.content-visual .service-plan:hover{background:#EA580C;color:#0B1A2B;}
.content-visual .focused-copy{flex:1 1 18rem;max-width:calc(var(--state-soft) * 1.35);font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.content-visual .fields{margin-top:calc(var(--layer-public) * 1.4);padding-top:calc(1.46rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.content-visual .fields a{text-decoration:underline;text-underline-offset:0.22em;color:inherit;}
.content-visual .fields a:hover{}
@media (max-width:720px){.content-visual .content-rail{flex-direction:column;align-items:flex-start;}.content-visual .service-plan{width:100%;}
}
.quiet-view{--layer-public:calc(1.5rem * 1.05);--state-soft:calc(1440px / 2.6);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.quiet-view .primary-inner{max-width:1440px;margin:0 auto;}
.quiet-view h2,.quiet-view h3,.quiet-view p{margin:0;}
.quiet-view h2{font-size:calc(17.6px * 2);line-height:1.14;}
.quiet-view h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.quiet-view p{font-size:17.6px;line-height:1.81;}
.quiet-view .clear-content{display:flex;flex-wrap:wrap;gap:1.46rem;align-items:flex-end;padding-bottom:calc(1.46rem * 1.5);border-bottom:1px solid #D6E0EA;}
.quiet-view .clear-content>h2{flex:1 1 calc(1440px / 3);min-width:0;}
.quiet-view .clear-content>.team-block{flex:1 1 calc(1440px / 3.4);min-width:0;max-width:var(--state-soft);color:#334155;}
.quiet-view .team-headline{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:calc(1.46rem * 1.5);}
.quiet-view .top-shell{flex:1 1 calc(1440px / 3.6);min-width:0;padding-top:calc(calc(1.5rem * .75) * .7);border-top:2px solid var(--paint-dark);}
.quiet-view .top-shell h3{margin-bottom:calc(1.5rem / 3);}
.quiet-view .top-shell p{color:#334155;}
.quiet-view .fields{margin-top:calc(1.46rem * 1.5);padding-top:calc(1.5rem / 2);border-top:1px solid #D6E0EA;}
.quiet-view .fields p{font-size:calc(17.6px * .875);color:#334155;}
.quiet-view .fields a{color:#0E5A8A;text-decoration:underline;text-underline-offset:3px;}
.quiet-view .fields a:hover{color:inherit;}
@media (max-width:720px){.quiet-view .clear-content>h2,.quiet-view .clear-content>.team-block,.quiet-view .top-shell{flex:1 1 100%;}}
.page-plan{--layer-public:calc(1.5rem * 1.15);--state-soft:calc(1440px / 2.9);padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155;}
.page-plan .primary-inner{max-width:1440px;margin:0 auto;}
.page-plan h2,.page-plan p{margin:0;}
.page-plan h2{font-size:calc(17.6px * 2);line-height:1.14;max-width:var(--state-soft);}
.page-plan p{font-size:17.6px;line-height:1.81;}
.page-plan .focused-copy{font-size:calc(17.6px * .875);max-width:var(--state-soft);opacity:.82;}
.page-plan .team-headline{display:flex;flex-wrap:wrap;gap:1.46rem;margin-top:var(--layer-public);}
.page-plan .top-shell{flex:1 1 calc(1440px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;}
.page-plan .top-shell p{font-size:calc(17.6px * .875);line-height:1.7;}
.page-plan .fields{margin-top:calc(1.5rem / 2.4);font-size:calc(17.6px * .875);}
.page-plan .fields a{text-decoration:none;border-bottom:1px solid #D6E0EA;padding-bottom:1px;}
.page-plan .fields a:hover{border-bottom-color:#F97316;}
.page-plan .active-body>h2{margin-top:calc(1.5rem / 2);}
.simple-block{--layer-public:calc(1.5rem * 1.2);--state-soft:calc(1440px / 2.4);padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155;}
.simple-block .primary-inner{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.46rem;}
.simple-block h2,.simple-block h3,.simple-block p{margin:0;}
.simple-block h2{font-size:calc(17.6px * 2);line-height:1.14;}
.simple-block h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.simple-block p{font-size:17.6px;line-height:1.81;}
.simple-block .text-inner{flex:1 1 calc(1440px / 3);min-width:0;max-width:var(--state-soft);}
.simple-block .text-inner .team-block{margin-top:1.5rem;}
.simple-block .text-inner .focused-copy{margin-top:calc(1.5rem / 2);font-size:calc(17.6px * .875);}
.simple-block .team-headline{flex:1 1 calc(1440px / 2);min-width:0;display:flex;flex-direction:column;gap:calc(1.46rem * 1.5);}
.simple-block .top-shell{padding-left:calc(1.5rem * .75);border-left:2px solid #D6E0EA;}
.simple-block .top-shell p{margin-top:calc(1.5rem / 3);}
.simple-block .top-shell .featured-footer{margin-top:calc(1.5rem / 2);font-size:calc(17.6px * .875);opacity:0.78;}
@media(max-width:760px){.simple-block .primary-inner{flex-direction:column;}.simple-block .text-inner{max-width:none;}}
.page-actions{padding:calc(1.5rem*3) 2.44rem;background:#F7F9FC;color:#0B1A2B}
.page-actions .open-entries{max-width:1440px;margin:0 auto}
.page-actions .site-inner{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.46rem;margin-bottom:calc(1.46rem * 1.5)}
.page-actions h2{margin:0;flex:1 1 22rem;color:#0B1A2B;font-size:clamp(1.75rem,3.4vw,2.7rem);line-height:1.08}
.page-actions .plain-copy{margin:0;flex:1 1 20rem;color:#0B1A2B;opacity:.78;font-size:17.6px;line-height:1.55}
.page-actions .strong-inner{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;padding-top:.4rem;border-top:1px solid #D6E0EA;font-size:calc(17.6px * .875)}
.page-actions .quiet-area{color:#0B1A2B;opacity:.6;letter-spacing:.04em;text-transform:uppercase}
.page-actions .card{padding:.2rem .7rem;border:1px solid #D6E0EA;border-radius:0.28rem;color:#0B1A2B;opacity:.75}
.page-actions .card.is-active{background:#F97316;color:#1A0F06;border-color:#F97316;opacity:1;font-weight:600}
.page-actions .steady-quote{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.46rem}
.page-actions .visual-surface{display:flex;flex-direction:column;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;border-radius:0.89rem;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.14)}
.page-actions .visual-surface img{width:100%;height:200px;object-fit:cover;display:block}
.page-actions .clear-callout{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem 1.15rem 1.25rem}
.page-actions .narrow-body{margin:0;font-size:calc(17.6px * .875);color:#0B1A2B;opacity:.62;letter-spacing:.02em}
.page-actions h3{margin:0;font-size:calc(17.6px * 1.35);line-height:1.2}
.page-actions h3 a{color:#0B1A2B;text-decoration:none}
.page-actions h3 a:hover{color:inherit;}
.page-actions .clear-callout p{margin:0;color:#0B1A2B;opacity:.82;line-height:1.55}
.page-actions .narrow-feature{margin-top:auto;align-self:flex-start;color:#0E5A8A;text-decoration:none;font-weight:600;border-bottom:1px solid transparent}
.page-actions .narrow-feature:hover{color:inherit;border-bottom-color:#F97316}
@media (max-width:640px){.page-actions{padding:calc(1.5rem*2) 2.44rem}.page-actions .visual-surface img{height:180px}
}
.open-links{
        padding: calc(1.5rem * 2.4) 2.44rem;
        background: linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);
        color: #F3F8FC;
    }
.open-links .primary-inner{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.46rem * 1.5);
        align-items: flex-start;}
.open-links .team-block{flex: 1 1 22rem;
        position: sticky;
        top: 1.5rem;}
.open-links h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.1;}
.open-links .team-block p:last-child{margin: calc(1.5rem * .75) 0 0;
        max-width: 34rem;
        font-size: calc(17.6px * 1.125);}
.open-links .main-region{flex: 2 1 34rem;
        display: flex;
        flex-direction: column;
        gap: 1.46rem;}
.open-links .steady-list{
        padding: calc(1.5rem * .75);
        border: 1px solid #D6E0EA;
        border-radius: 0.89rem;
        background: #FFFFFF;
        color: #0B1A2B;
        box-shadow: 0 2px 5px rgba(0,0,0,0.14);
    }
.open-links .steady-list:nth-child(even){border-left: 3px solid #F97316;}
.open-links .local-grid{font-size: 17.6px;
        line-height: 1.81;}
.open-links .secondary-content{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;}
.open-links .secondary-content strong{font-size: 17.6px;}
.open-links .secondary-content span{font-size: calc(17.6px * .875);}
@media (max-width: 760px) {.open-links .primary-inner{
            flex-direction: column;
        }.open-links .team-block{
            position: static;
            flex: 1 1 auto;
        }.open-links .secondary-content{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.section{
  background: linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);
  color: #F3F8FC;
  padding: calc(1.5rem * 2.4) 2.44rem;
}
.section .primary-inner{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: 1.46rem calc(1.46rem * 1.6);
  align-items: start;}
.section h2,
.section h3,
.section p{margin: 0;}
.section h2{font-size: calc(17.6px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.section h3{font-size: calc(17.6px * 1.35);
  line-height: 1.22;}
.section p{font-size: 17.6px;
  line-height: 1.81;}
.section .fresh-area{grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: calc(1.5rem * .75);
  border-right: 1px solid #D6E0EA;}
.section .fresh-area .focused-copy{font-size: calc(17.6px * .875);
  color: #F3F8FC;
  opacity: .78;}
.section .fresh-area a{text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  font-size: 17.6px;
  transition: color 480ms var(--motion-base);}
.section .fresh-area a:hover{}
.section .main-callout{grid-area: story;
  display: grid;
  gap: 1.5rem;
  max-width: 62ch;}
.section .media-brand{grid-area: entries;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.section [data-block]{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(1.5rem * .55);
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #FFFFFF;
  color: #0B1A2B;
  border: 1px solid #D6E0EA;
  box-shadow: 0 2px 5px rgba(0,0,0,0.14);
  animation: galleryRailIn calc(480ms * 2.2) var(--motion-base) both;
  animation-delay: var(--speed-panel, 0ms);
}
.section [data-block] .service-block{font-size: calc(17.6px * .875);
  letter-spacing: 0.02em;}
@keyframes galleryRailIn {from{ opacity: .2; transform: translateY(calc(calc(1.46rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.section .primary-inner{
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "story"
      "rail"
      "entries";
    gap: 1.46rem;
  }.section .fresh-area{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D6E0EA;
  }
}
.media-fields{--layer-public:calc(1.5rem * 1.35);--state-soft:calc(1440px / 2.4);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.media-fields .primary-inner{max-width:1440px;margin:0 auto;}
.media-fields h2,.media-fields h3,.media-fields p{margin:0;}
.media-fields h2{font-size:calc(17.6px * 2);line-height:1.14;}
.media-fields h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.media-fields p{font-size:17.6px;line-height:1.81;}
.media-fields a{color:#0E5A8A;text-decoration:none;border-bottom:1px solid #D6E0EA;}
.media-fields a:hover{color:inherit;}
.media-fields .clear-content{max-width:var(--state-soft);display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.media-fields .team-block{color:#334155;}
.media-fields .team-headline{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:calc(var(--layer-public) * 1.1);}
.media-fields .top-shell{min-width:0;padding-left:1.5rem;border-left:2px solid #D6E0EA;}
.media-fields .top-shell h3{margin-bottom:calc(1.5rem / 3);}
.media-fields .top-shell p{color:#334155;}
.media-fields .focused-copy{margin-top:calc(var(--layer-public) * 1.2);padding-top:1.5rem;border-top:1px solid #D6E0EA;color:#334155;max-width:var(--state-soft);}
@media (min-width:900px){.media-fields .team-headline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layer-public) calc(1.46rem * 1.6);}.media-fields .top-shell:last-child{grid-column:1 / -1;}
}
.service-view{--layer-public:calc(1.5rem * 1.11);--state-soft:calc(1440px / 2.35);padding:calc(1.5rem * 2.4) 2.44rem;background:var(--paint-dark);color:var(--tone-accent);}
.service-view .primary-inner{max-width:1440px;margin:0 auto;}
.service-view h2,.service-view h3,.service-view p{margin:0;}
.service-view h2{font-size:calc(17.6px * 2);line-height:1.12;}
.service-view h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.service-view p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.service-view .public-contact{display:flex;align-items:flex-start;gap:1.46rem;}
.service-view .text-inner{flex:1 1 calc(1440px / 3);min-width:0;}
.service-view .text-inner p{margin-top:1.5rem;}
.service-view .team-headline{flex:2 1 calc(1440px / 2);display:flex;flex-direction:column;gap:var(--layer-public);margin-top:0;}
.service-view .top-shell{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.service-view .top-shell p{margin-top:calc(1.5rem / 3);}
.service-view .simple-group{padding-block:calc(var(--layer-public) / 2);}
.service-view .content-block{row-gap:calc(var(--layer-public) * 1.2);}
.service-view .contact-menu{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media(max-width:760px){.service-view .public-contact{flex-direction:column;}.service-view .team-headline{margin-top:1.5rem;}}
.media-list{
    padding:calc(1.5rem * 2.4) 2.44rem;
    background:#EEF3F9;
    color:#334155;
}
.media-list .primary-inner{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.46rem;
    align-items:flex-start;}
.media-list .plain-frame{flex:1 1 340px;
    min-width:280px;}
.media-list .plain-frame img{display:block;
    width:100%;
    height:auto;
    border-radius:0.89rem;
    border:1px solid #D6E0EA;
    box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.media-list .visual-flow{flex:1 1 460px;
    min-width:280px;}
.media-list .visual-flow h2{margin:0 0 calc(1.46rem * 1.5);
    font-size:calc(17.6px * 2);
    line-height:1.2;}
.media-list .visual-flow h3{margin:0 0 calc(calc(1.46rem * 1.5) * 0.6);
    font-size:17.6px;
    font-weight:500;
    letter-spacing:0.01em;
    opacity:0.78;}
.media-list .visual-flow p{margin:0 0 calc(1.46rem * 1.5);
    font-size:17.6px;
    line-height:1.81;}
.media-list .visual-flow ul{margin:calc(1.46rem * 1.5) 0 0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:calc(1.46rem * 0.5);}
.media-list .visual-flow li{position:relative;
    padding-left:1.1rem;
    font-size:calc(17.6px * .875);
    line-height:1.6;}
.media-list .visual-flow li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.62em;
    width:0.42rem;
    height:0.42rem;
    border-radius:0.28rem;
    background:#F97316;color:#1A0F06;}
@media (max-width:820px){.media-list .primary-inner{
        flex-direction:column;
    }.media-list .plain-frame,
    .media-list .visual-flow{
        flex:1 1 auto;
        width:100%;
    }
}
.local-feature{--layer-public:calc(1.5rem * 1.02);--state-soft:calc(1440px / 2.55);--type-base:calc(1440px / 3.94);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.local-feature .primary-inner{max-width:1440px;margin:0 auto;}
.local-feature h1,.local-feature h2,.local-feature h3,.local-feature p{margin:0;}
.local-feature h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.local-feature h2{font-size:calc(17.6px * 2);line-height:1.12;}
.local-feature h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.local-feature p{font-size:17.6px;line-height:1.81;color:#334155;}
.local-feature a{color:#0E5A8A;text-decoration:none;}
.local-feature a:hover{color:inherit;}
.local-feature img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.local-feature .team-block{color:#0B1A2B;}
.local-feature .focused-copy{margin-top:calc(1.46rem * 1.5);font-size:calc(17.6px * .875);color:#334155;}
.local-feature .team-headline{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);}
.local-feature .top-shell{min-width:0;padding-bottom:calc(1.46rem * 1.5);border-bottom:1px solid #D6E0EA;}
.local-feature .top-shell:last-child{border-bottom:0;padding-bottom:0;}
.local-feature .top-shell p{margin-top:calc(1.5rem / 3);}
.local-feature .media-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.46rem;}
.local-feature .media-stack>.text-inner{flex:1 1 calc(1440px / 3);min-width:0;}
.local-feature .media-stack>.team-headline{flex:2 1 calc(1440px / 2);margin-top:0;}
.local-feature .media-stack>img{margin-left:auto;max-width:var(--type-base);}
.local-feature .text-inner .team-block{margin-top:1.5rem;}
.local-feature .fresh-area{max-width:1440px;margin:calc(1.5rem * 2.4) auto 0;padding-top:calc(1.46rem * 1.5);border-top:1px solid #D6E0EA;}
.local-feature .fresh-area .wide-service{font-size:calc(17.6px * .875);color:#334155;}
@media (max-width:820px){.local-feature .media-stack>img{margin-left:0;max-width:100%;}
}
.main-section{--layer-public:calc(1.5rem * 1.02);--state-soft:calc(1440px / 2.85);padding:calc(1.5rem * 2.4) 2.44rem;background:var(--paint-dark);color:var(--tone-accent);}
.main-section .primary-inner{max-width:1440px;margin:0 auto;}
.main-section h1,.main-section h2,.main-section h3,.main-section p{margin:0;}
.main-section h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.main-section h2{font-size:calc(17.6px * 2);line-height:1.12;}
.main-section h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.main-section p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.main-section a{color:inherit;text-decoration:none;}
.main-section .page-frame{display:flex;flex-direction:column;gap:var(--layer-public);}
.main-section details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.main-section summary{cursor:pointer;font-weight:700;}
.main-section details p{margin-top:calc(1.5rem / 3);}
.main-section .public-entries{display:flex;align-items:flex-start;gap:1.46rem;}
.main-section .public-entries>.focused-copy{flex:0 1 var(--state-soft);}
.main-section .text-inner{flex:1 1 auto;min-width:0;}
.main-section .page-frame{margin-top:var(--layer-public);}
.main-section .fields{margin-top:var(--layer-public);font-size:calc(17.6px * .875);}
.main-section .fields a{text-decoration:underline;text-underline-offset:3px;}
@media(max-width:760px){.main-section .public-entries{flex-direction:column;}}
.soft-note{--layer-public:calc(1.5rem * 1.35);--state-soft:calc(1440px / 2.9);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.soft-note .primary-inner{max-width:1440px;margin:0 auto;}
.soft-note h2,.soft-note h3,.soft-note p{margin:0;}
.soft-note h2{font-size:calc(17.6px * 2);line-height:1.12;max-width:var(--state-soft);}
.soft-note h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.soft-note p{font-size:17.6px;line-height:1.81;}
.soft-note .clear-content{display:flex;flex-direction:column;gap:calc(1.46rem * 1.5);}
.soft-note .team-block{max-width:var(--state-soft);color:#334155;}
.soft-note .team-headline{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-public);border-top:1px solid #D6E0EA;}
.soft-note .top-shell{display:flex;gap:1.46rem;align-items:flex-start;padding:calc(1.46rem * 1.5) 0;border-bottom:1px solid #D6E0EA;}
.soft-note .strong-story{flex:0 0 auto;font-size:calc(17.6px * .875);letter-spacing:.08em;color:inherit;font-weight:600;padding-top:.35em;}
.soft-note .visual-flow{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.soft-note .visual-flow p{color:#334155;max-width:calc(var(--state-soft) * 1.15);}
.soft-note .focused-copy{margin-top:var(--layer-public);font-size:calc(17.6px * .875);color:#334155;}
.soft-note .focused-copy a{color:#0E5A8A;text-decoration:underline;text-underline-offset:2px;}
.soft-note .focused-copy a:hover{color:inherit;}
@media (max-width:720px){.soft-note .top-shell{flex-direction:column;gap:calc(1.5rem / 2);}.soft-note .strong-story{padding-top:0;}
}
.bottom-media{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #EEF3F9;
  color: #334155;
}
.bottom-media .text-view{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.46rem;
  align-items: flex-start;}
.bottom-media .fresh-track{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: #0B1A2B;
  color: #E6EEF6;
  position: sticky;
  top: calc(1.5rem * .75);
}
.bottom-media h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.bottom-media .fresh-track p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.6px;
  line-height: 1.81;}
.bottom-media .narrow-inner{flex: 1 1 30rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.46rem * 1.5);}
.bottom-media .featured-menu{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #FFFFFF;
  color: #0B1A2B;
  border: 1px solid #D6E0EA;
  box-shadow: 0 2px 5px rgba(0,0,0,0.14);
}
.bottom-media .wide-body{font-size: calc(17.6px * .875);
  word-break: break-word;
  line-height: 1.4;}
.bottom-media h3{margin: 0;
  font-size: calc(17.6px * 1.35);
  line-height: 1.25;}
.bottom-media .featured-menu p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 17.6px;}
.bottom-media small{font-size: calc(17.6px * .875);}
@media (max-width: 860px) {.bottom-media .fresh-track{
    position: static;
  }.bottom-media .featured-menu{
    grid-template-columns: 1fr;
  }
}
.public-frame{
  --layer-public:calc(1.5rem * 0.92);
  --state-soft:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 2.44rem;
  background:#EEF3F9;
  color:#334155;
}
.public-frame .primary-inner{max-width:1440px;
  margin:0 auto;}
.public-frame h2{font-size:calc(17.6px * 2);
  line-height:1.14;
  margin:0;
  max-width:var(--state-soft);}
.public-frame p{margin:0;
  font-size:17.6px;
  line-height:1.81;}
.public-frame .team-block{margin-top:calc(1.46rem * 1.5);
  max-width:var(--state-soft);}
.public-frame .focused-copy{margin-top:var(--layer-public);
  max-width:var(--state-soft);
  font-size:calc(17.6px * .875);
  color:#334155;}
.public-frame .focused-copy a{color:#0E5A8A;
  text-decoration:underline;
  text-underline-offset:3px;}
.public-frame .focused-copy a:hover{color:inherit;}
.public-frame .content-rail{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.46rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.28rem;
  background:var(--paint-dark);
  color:var(--tone-accent);
  font-size:17.6px;
  text-decoration:none;
  transition:background 480ms var(--motion-base);
}
.public-frame .content-rail:hover{
  background:#0B4A73;color:#0B1A2B;}
@media (max-width:720px){.public-frame h2,
  .public-frame .team-block,
  .public-frame .focused-copy{
    max-width:none;
  }
}
.offer-rail{
    padding: calc(1.5rem * 2.4) 2.44rem;
    background: #EEF3F9;
    color: #334155;
}
.offer-rail .primary-inner{max-width: 1440px;
    margin: 0 auto;}
.offer-rail .team-story{max-width: 44rem;
    margin-bottom: calc(1.46rem * 1.5);}
.offer-rail .team-story p{margin: 0 0 .6rem;
    font-size: calc(17.6px * .875);
    letter-spacing: .02em;}
.offer-rail h2{margin: 0;
    font-size: calc(17.6px * 2);
    line-height: 1.1;}
.offer-rail .bottom-details{display: flex;
    flex-wrap: wrap;
    gap: 1.46rem;}
.offer-rail figure{
    flex: 1 1 min(100%, 17rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    color: #0B1A2B;
    border: 1px solid #D6E0EA;
    border-radius: 0.89rem;
    overflow: hidden;
}
.offer-rail figure:nth-child(odd) img{aspect-ratio: 16/10;}
.offer-rail figure:nth-child(even) img{aspect-ratio: 4/3;}
.offer-rail img{display: block;
    width: 100%;
    object-fit: cover;}
.offer-rail figcaption{padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: .4rem;}
.offer-rail span{font-size: calc(17.6px * .875);
    text-transform: uppercase;
    letter-spacing: .06em;}
.offer-rail h3{margin: 0;
    font-size: calc(17.6px * 1.35);
    line-height: 1.25;}
.offer-rail p{margin: 0;
    font-size: 17.6px;
    line-height: 1.81;}
@media (max-width: 640px) {.offer-rail figure{
        flex: 1 1 100%;
    }
}
.public-section{--layer-public:calc(1.5rem * 1.2);--state-soft:calc(1440px / 2.6);--type-base:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155;}
.public-section .primary-inner{max-width:1440px;margin:0 auto;}
.public-section h1,.public-section h2,.public-section h3,.public-section p{margin:0;}
.public-section h2{font-size:calc(17.6px * 2);line-height:1.14;}
.public-section p{font-size:17.6px;line-height:1.81;}
.public-section a{text-decoration:none;}
.public-section a:hover{}
.public-section img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.public-section .team-block{margin-top:1.5rem;max-width:var(--state-soft);}
.public-section .focused-copy{margin-top:calc(1.5rem / 2);max-width:var(--state-soft);font-size:calc(17.6px * .875);opacity:.82;}
.public-section .team-headline{display:flex;flex-direction:column;gap:var(--layer-public);}
.public-section .top-shell{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #D6E0EA;}
.public-section .top-shell p{font-size:17.6px;}
.public-section .media-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.46rem;}
.public-section .media-stack>.text-inner{flex:1 1 calc(1440px / 3);min-width:0;}
.public-section .media-stack>.team-headline{flex:2 1 calc(1440px / 2.2);}
.public-section .media-stack>img{margin-left:auto;max-width:var(--type-base);}
.public-section .fields{display:flex;flex-wrap:wrap;gap:1.46rem;max-width:1440px;margin:calc(1.46rem * 1.5) auto 0;padding-top:calc(1.46rem * 1.5);border-top:1px solid #D6E0EA;font-size:calc(17.6px * .875);}
.public-section .fields a{font-weight:600;}
@media (max-width:860px){.public-section .media-stack>img{margin-left:0;max-width:100%;}.public-section .media-stack>.text-inner,.public-section .media-stack>.team-headline{flex:1 1 100%;}
}
.local-lead{--layer-public:calc(1.5rem * 1.05);--state-soft:calc(1440px / 2.65);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.local-lead .primary-inner{max-width:1440px;margin:0 auto;}
.local-lead h1,.local-lead h2,.local-lead h3,.local-lead p{margin:0;}
.local-lead h2{font-size:calc(17.6px * 2);line-height:1.14;max-width:var(--state-soft);}
.local-lead h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.local-lead p{font-size:17.6px;line-height:1.81;}
.local-lead .team-block{margin-top:1.5rem;color:#334155;}
.local-lead .focused-copy{margin-top:calc(1.46rem * 1.5);padding:calc(1.5rem * .75);border-left:3px solid #F97316;background:#EEF3F9;color:#334155;border-radius:0.28rem;}
.local-lead .team-headline{display:flex;flex-direction:column;gap:var(--layer-public);}
.local-lead .top-shell{min-width:0;padding-bottom:var(--layer-public);border-bottom:1px solid #D6E0EA;}
.local-lead .top-shell:last-child{border-bottom:0;padding-bottom:0;}
.local-lead .top-shell p{margin-top:calc(1.5rem / 2.4);color:#334155;}
.local-lead .public-contact{display:flex;align-items:flex-start;gap:1.46rem;}
.local-lead .public-contact>.text-inner{flex:1 1 calc(1440px / 3.2);min-width:0;}
.local-lead .public-contact>.team-headline{flex:2 1 calc(1440px / 2.1);}
@media(max-width:760px){.local-lead .public-contact{flex-direction:column;}.local-lead .public-contact>.team-headline{margin-top:var(--layer-public);}}
.top-body{--layer-public:calc(1.5rem * 1.05);--state-soft:calc(1440px / 2.70);padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155;}
.top-body .primary-inner{max-width:1440px;margin:0 auto;}
.top-body h2,.top-body h3,.top-body p{margin:0;}
.top-body h2{font-size:calc(17.6px * 2);line-height:1.14;}
.top-body h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.top-body p{font-size:17.6px;line-height:1.81;}
.top-body .team-block{font-size:calc(17.6px * 1.125);}
.top-body .focused-copy{font-size:calc(17.6px * .875);opacity:.82;}
.top-body a{text-decoration:underline;text-underline-offset:3px;}
.top-body a:hover{}
.top-body .public-contact{display:flex;align-items:flex-start;gap:1.46rem;}
.top-body .public-contact>.text-inner{flex:1 1 calc(1440px / 3.4);min-width:0;position:sticky;top:1.5rem;}
.top-body .text-inner .team-block{margin-top:1.5rem;}
.top-body .text-inner .focused-copy{margin-top:calc(1.5rem / 1.6);}
.top-body .team-headline{flex:2 1 calc(1440px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--layer-public);border-left:2px solid #D6E0EA;padding-left:1.5rem;}
.top-body .top-shell{min-width:0;}
.top-body .top-shell p{margin-top:calc(1.5rem / 3.2);max-width:var(--state-soft);}
.top-body .fields{margin-top:calc(1.5rem / 1.4);font-size:calc(17.6px * .875);}
@media(max-width:820px){.top-body .public-contact{flex-direction:column;}.top-body .public-contact>.text-inner{position:static;}.top-body .team-headline{border-left:0;padding-left:0;margin-top:var(--layer-public);}
}
.service-summary{padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B}
.service-summary .primary-inner{max-width:min(1440px,56rem);margin:0 auto}
.service-summary .clear-content{max-width:44rem}
.service-summary h2{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.service-summary .clear-content p{margin:1.5rem 0 0;color:#334155;line-height:1.81}
.service-summary .menu{margin-top:calc(1.46rem * 1.5);border-top:1px solid #D6E0EA}
.service-summary details{padding:1.5rem 0;border-bottom:1px solid #D6E0EA}
.service-summary summary{cursor:pointer;font-size:calc(17.6px * 1.35);line-height:1.2;list-style:none}
.service-summary summary::-webkit-details-marker{display:none}
.service-summary summary::after{content:"+";float:right;font-size:calc(17.6px * 1.125);line-height:1;color:#334155}
.service-summary details[open] summary::after{content:"–"}
.service-summary details p{max-width:48rem;margin:1.5rem 0 0;color:#334155;line-height:1.81}
@media(max-width:720px){.service-summary .clear-content{max-width:none}.service-summary details{padding:calc(1.5rem * .75) 0}
}
.visual-links{padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155}
.visual-links .primary-inner{max-width:1440px;margin:0 auto}
.visual-links .team-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:calc(1.46rem * 1.5);align-items:start}
.visual-links .clear-content{min-width:0}
.visual-links h2{margin:0;font-size:calc(17.6px * 2);line-height:1.08}
.visual-links .clear-content p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.81}
.visual-links .focused-grid{display:flex;flex-direction:column;gap:1.5rem}
.visual-links .focused-grid a{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:1.46rem;align-items:baseline;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;border-radius:0.57rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 480ms var(--motion-base),transform 480ms var(--motion-base)}
.visual-links .focused-grid a:hover{border-color:var(--paint-dark);transform:translateX(3px)}
.visual-links strong{font-size:17.6px;line-height:1.2;font-weight:600}
.visual-links span{font-size:calc(17.6px * .875);line-height:1.55}
@media(max-width:820px){.visual-links .team-note{display:block}.visual-links .focused-grid{margin-top:calc(1.46rem * 1.5)}.visual-links .focused-grid a{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.visual-links h2{font-size:calc(17.6px * 1.35)}
}
.contact-quote{
  --layer-public:calc(1.5rem * 1.05);
  --state-soft:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 2.44rem;
  background:#F7F9FC;
  color:#0B1A2B;
}
.contact-quote .primary-inner{max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:calc(1.46rem * 1.6);
  align-items:start;}
.contact-quote h2,
.contact-quote h3,
.contact-quote p{margin:0;}
.contact-quote h2{font-size:calc(17.6px * 2);
  line-height:1.14;}
.contact-quote h3{font-size:calc(17.6px * 1.35);
  line-height:1.25;}
.contact-quote p{font-size:17.6px;
  line-height:1.81;}
.contact-quote .team-story{display:flex;
  flex-direction:column;
  gap:calc(1.46rem * 1.5);
  max-width:var(--state-soft);}
.contact-quote .team-block{font-size:calc(17.6px * 1.125);
  color:#334155;}
.contact-quote .page-frame{display:flex;
  flex-direction:column;
  gap:var(--layer-public);}
.contact-quote .top-shell{padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #D6E0EA;}
.contact-quote .top-shell:last-child{border-bottom:0;
  padding-bottom:0;}
.contact-quote .top-shell p{margin-top:calc(1.5rem / 3);
  color:#334155;}
.contact-quote .secondary-callout{grid-column:1 / -1;
  margin-top:calc(1.46rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6E0EA;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.46rem * 1.5) 1.46rem;
  align-items:baseline;
  justify-content:space-between;}
.contact-quote .secondary-callout p{max-width:var(--state-soft);
  color:#334155;}
.contact-quote .fields{font-size:calc(17.6px * .875);}
.contact-quote .fields a{color:#0E5A8A;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.contact-quote .fields a:hover{color:inherit;}
@media (max-width:900px){.contact-quote .primary-inner{
    grid-template-columns:1fr;
  }.contact-quote .team-story{
    max-width:none;
  }
}
.top-links{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: linear-gradient(135deg, #F97316 0%, #C2410C 100%);
  color: #1A0F06;
}
.top-links .primary-inner{max-width: 1440px;
  margin: 0 auto;}
.top-links .focused-group{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.46rem;
  margin-bottom: calc(1.46rem * 1.5);}
.top-links h2{margin: 0;
  flex: 1 1 26rem;
  font-size: calc(17.6px * 2);
  line-height: 1.1;}
.top-links .focused-group p{margin: 0;
  flex: 1 1 22rem;
  font-size: 17.6px;
  line-height: 1.65;}
.top-links .visual-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: #CBD5E1;
  border-radius: 0.89rem;
  overflow: hidden;color:#0B1A2B;}
.top-links .visual-list a{
  flex: 1 1 18rem;
  min-height: 10rem;
  padding: calc(1.5rem * .75);
  background: #0B1A2B;
  color: #E6EEF6;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  transition: background 480ms var(--motion-base);
}
.top-links .visual-list a:hover,
.top-links .visual-list a:focus-visible{
  background: var(--paint-dark);
  color: var(--tone-accent);
}
.top-links .visual-list strong{font-size: calc(17.6px * 1.35);
  line-height: 1.25;}
.top-links .visual-list span{font-size: calc(17.6px * .875);
  line-height: 1.6;}
.top-links .visual-list a:hover span,
.top-links .visual-list a:focus-visible span{}
.top-links .focused-copy{margin: calc(1.46rem * 1.5) 0 0;
  font-size: calc(17.6px * .875);
  line-height: 1.7;}
.top-links .focused-copy a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.top-links .focused-copy a:hover,
.top-links .focused-copy a:focus-visible{}
@media (max-width: 900px) {.top-links .focused-group{
    display: block;
  }.top-links .focused-group p{
    margin-top: calc(1.5rem * .75);
  }
}
@media (max-width: 520px) {.top-links .visual-list a{
    flex: 1 1 100%;
  }
}
.visual-benefit{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #0B1A2B;
  color: #E6EEF6;
}
.visual-benefit .primary-inner{max-width: min(1440px, 72rem);
  margin: 0 auto;}
.visual-benefit .team-story{max-width: 48rem;}
.visual-benefit h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.visual-benefit .team-block{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.6px * 1.125);
  color: #CBD5E1;}
.visual-benefit .secondary-links{display: flex;
  flex-wrap: wrap;
  gap: 1.46rem;
  margin: calc(1.46rem * 1.5) 0;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #1E293B;
  border-bottom: 1px solid #1E293B;}
.visual-benefit .main-brand{flex: 1 1 min(100%, 14rem);}
.visual-benefit .main-brand strong{display: block;
  font-size: calc(17.6px * 1.35);
  color: #F97316;
  line-height: 1.2;}
.visual-benefit .main-brand span{display: block;
  margin-top: .35rem;
  font-size: calc(17.6px * .875);
  color: #CBD5E1;}
.visual-benefit .top-view{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.46rem;}
.visual-benefit .top-view > li{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #0B1A2B;
  border: 1px solid #D6E0EA;
  border-radius: 0.89rem;
}
.visual-benefit .local-grid{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.6px;
  line-height: 1.6;}
.visual-benefit .featured-footer{display: flex;
  align-items: center;
  gap: .75rem;}
.visual-benefit .featured-footer img{width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.visual-benefit .featured-footer span{display: block;
  font-weight: 700;
  font-size: calc(17.6px * .875);}
.visual-benefit .featured-footer small{display: block;
  font-size: calc(17.6px * .875);
  opacity: .75;}
.visual-benefit .featured-details{margin-top: calc(1.46rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1E293B;}
.visual-benefit .featured-details .contact-plan{display: block;
  font-size: calc(17.6px * .875);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #CBD5E1;
  margin-bottom: .75rem;}
.visual-benefit .simple-grid{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;}
.visual-benefit .simple-grid li{font-size: calc(17.6px * .875);
  opacity: .85;}
@media (max-width: 700px) {.visual-benefit .top-view{
    display: block;
  }.visual-benefit .top-view > li + li{
    margin-top: 1.46rem;
  }
}
.direct-visual{--layer-public:calc(1.5rem * 1.45);--state-soft:calc(1440px / 2.65);--type-base:calc(1440px / 3.83);padding:calc(1.5rem * 2.4) 2.44rem;background:var(--paint-dark);color:var(--tone-accent);}
.direct-visual .primary-inner{max-width:1440px;margin:0 auto;}
.direct-visual h1,.direct-visual h2,.direct-visual h3,.direct-visual p{margin:0;}
.direct-visual h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.direct-visual h2{font-size:calc(17.6px * 2);line-height:1.12;}
.direct-visual h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.direct-visual p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.direct-visual a{color:inherit;text-decoration:none;}
.direct-visual img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.57rem;flex:0 1 min(28rem,38vw);}
.direct-visual .content-rail{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(--tone-accent);color:var(--paint-dark);}
.direct-visual .public-story{display:flex;align-items:center;justify-content:space-between;gap:1.46rem;flex-wrap:wrap;}
.direct-visual .public-story .text-inner{flex:1 1 24rem;min-width:0;}
.direct-visual .team-block,.direct-visual .focused-copy{}
.direct-visual .public-story h1,.direct-visual .public-story h2,.direct-visual .public-story p,.direct-visual .public-story .content-rail{margin-top:1.5rem;}
.direct-visual .public-story img{margin-top:var(--layer-public);}
.direct-visual .public-story .team-block,.direct-visual .public-story .focused-copy{}
.direct-visual .fields{display:flex;flex-wrap:wrap;gap:1.46rem;margin-top:calc(1.46rem * 1.5);font-size:calc(17.6px * .875);}
.direct-visual .fields a{text-decoration:underline;text-underline-offset:3px;opacity:0.85;}
.direct-visual .fields a:hover{opacity:1;}
.page-surface{--layer-public:calc(1.5rem * 1.09);--state-soft:calc(1440px / 2.33);padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155;}
.page-surface .primary-inner{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--layer-public) * 1.05);}
.page-surface h2,.page-surface p{margin:0;}
.page-surface h2{font-size:calc(17.6px * 2);line-height:1.14;}
.page-surface p{font-size:17.6px;line-height:1.81;}
.page-surface .team-block{display:flex;flex-direction:column;row-gap:calc(1.5rem / 2.4);max-width:var(--state-soft);}
.page-surface .team-block p{color:color-mix(in srgb, currentColor 82%, transparent);}
.page-surface .page-frame{display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.page-surface details{background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;border-radius:0.57rem;padding:calc(1.5rem * .75);}
.page-surface summary{cursor:pointer;font-weight:700;font-size:calc(17.6px * 1.125);line-height:1.3;list-style:none;}
.page-surface summary::-webkit-details-marker{display:none;}
.page-surface summary::after{content:"+";float:right;font-weight:400;}
.page-surface details[open] summary::after{content:"–";}
.page-surface details p{margin-top:calc(1.5rem / 3);max-width:var(--state-soft);color:color-mix(in srgb, currentColor 84%, transparent);}
.page-surface .fields{font-size:calc(17.6px * .875);max-width:var(--state-soft);color:color-mix(in srgb, currentColor 78%, transparent);}
.page-surface .fields a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #0E5A8A 40%, transparent);}
.page-surface .fields a:hover{border-bottom-color:#F97316;}
@media (max-width:720px){.page-surface .primary-inner{row-gap:var(--layer-public);}.page-surface summary{font-size:17.6px;}
}
.fresh-intro{
  background:#F7F9FC;
  color:#0B1A2B;
  padding:calc(1.5rem * 2.4) 2.44rem;
}
.fresh-intro .primary-inner{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.46rem * 1.5);
  align-items:flex-start;}
.fresh-intro .service-team{display:block;
  width:min(44%,36rem);
  min-width:18rem;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.89rem;
  box-shadow:0 2px 5px rgba(0,0,0,0.14);}
.fresh-intro .text-inner{flex:1 1 30rem;
  min-width:0;}
.fresh-intro h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.12;
  letter-spacing:0;}
.fresh-intro .text-inner p{margin:1.5rem 0 0;
  max-width:40rem;
  color:#334155;
  font-size:17.6px;
  line-height:1.81;}
.fresh-intro .soft-menu{margin-top:calc(1.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.46rem;}
.fresh-intro .soft-menu a{
  display:inline-flex;
  align-items:center;
  color:var(--tone-accent);
  background:var(--paint-dark);
  text-decoration:none;
  border-radius:0.57rem;
  padding:.8rem 1.1rem;
  font-size:calc(17.6px * .875);
  transition:background 480ms var(--motion-base);
}
.fresh-intro .soft-menu a:hover{
  background:#0B4A73;color:#0B1A2B;}
.fresh-intro .soft-menu a.route{
  background:transparent;
  color:#0E5A8A;
  padding:.8rem 0;
  border-bottom:1px solid #D6E0EA;
  border-radius:0;
}
.fresh-intro .soft-menu a.route:hover{
  color:#F97316;
  background:transparent;
}
@media (max-width:820px){.fresh-intro .primary-inner{display:block}.fresh-intro .service-team{width:100%;min-width:0;margin-bottom:calc(1.46rem * 1.5)}
}
.quiet-story{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #EEF3F9;
  color: #334155;
}
.quiet-story .text-view{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.46rem * 1.5);}
.quiet-story .fresh-track{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D6E0EA;}
.quiet-story h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.quiet-story .fresh-track p{flex: 1 1 26rem;
  margin: 0;
  font-size: 17.6px;
  line-height: 1.81;}
.quiet-story .narrow-inner{display: flex;
  flex-direction: column;
  gap: 1.46rem;}
.quiet-story .featured-menu{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #FFFFFF;
  color: #0B1A2B;
  border: 1px solid #D6E0EA;
  box-shadow: 0 2px 5px rgba(0,0,0,0.14);
}
.quiet-story .wide-body{
  align-self: start;
  padding: 0.2rem 0.55rem;
  border-radius: 0.28rem;
  background: #F97316;
  color: #1A0F06;
  font-size: calc(17.6px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  word-break: break-word;
}
.quiet-story h3{margin: 0;
  font-size: calc(17.6px * 1.35);
  line-height: 1.25;}
.quiet-story .featured-menu p{margin: calc(calc(1.5rem * .75) * .6) 0 calc(calc(1.5rem * .75) * .4);
  line-height: 1.81;}
.quiet-story small{display: block;
  font-size: calc(17.6px * .875);}
@media (max-width: 780px) {.quiet-story .featured-menu{
    grid-template-columns: 1fr;
  }.quiet-story .wide-body{
    justify-self: start;
  }
}
.team-rail{--layer-public:calc(1.5rem * 1.28);--state-soft:calc(1440px / 2.6);--field-content:calc(1440px / 4.2);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.team-rail .primary-inner{max-width:1440px;margin:0 auto;}
.team-rail h2,.team-rail h3,.team-rail p{margin:0;}
.team-rail h2{font-size:calc(17.6px * 2);line-height:1.14;}
.team-rail h3{font-size:calc(17.6px * 1.35);line-height:1.22;}
.team-rail p{font-size:17.6px;line-height:1.81;}
.team-rail img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.team-rail .team-block{max-width:var(--state-soft);margin-top:1.5rem;color:#334155;}
.team-rail .team-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.46rem;margin-top:var(--layer-public);}
.team-rail .top-shell{flex:1 1 calc(1440px / 4.6);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D6E0EA;border-radius:0.89rem;background:#FFFFFF;color:#0B1A2B;}
.team-rail .top-shell img{margin-bottom:calc(1.5rem / 2);aspect-ratio:16 / 10;object-fit:cover;}
.team-rail .top-shell p{margin-top:calc(1.5rem / 3);color:#334155;}
@media (max-width:820px){.team-rail .top-shell{flex:1 1 100%;}
}
.local-content{padding:calc(1.5rem * 2.4) 2.44rem;background:linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);color:#F3F8FC}
.local-content .primary-inner{max-width:1440px;margin:0 auto}
.local-content .text-frame{max-width:56rem;margin-bottom:calc(1.46rem * 1.5)}
.local-content h2{margin:0;font-size:calc(17.6px * 2.65);line-height:1.04}
.local-content .text-frame p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.81}
.local-content .open-headline{display:flex;align-items:flex-start;gap:calc(1.46rem * 1.5)}
.local-content .page-frame{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.local-content button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 480ms var(--motion-base),transform 480ms var(--motion-base)}
.local-content button:hover,.local-content button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.local-content .site-panel{flex:1 1 30rem;align-self:start}
.local-content [data-response]{display:none}
.local-content [data-response].is-active{display:block;animation:clarifyFocusIn calc(480ms*1.8) var(--motion-base) both}
.local-content h3{margin:0;font-size:calc(17.6px * 2);line-height:1.1}
.local-content [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(17.6px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.46rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.local-content .open-headline{display:block}.local-content .page-frame{margin-bottom:calc(1.46rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.local-content [data-response].is-active{animation:none}}
.clear-flow{--layer-public:calc(1.5rem * 0.92);--state-soft:calc(1440px / 2.70);--type-base:calc(1440px / 3.88);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.clear-flow .primary-inner{max-width:1440px;margin:0 auto;}
.clear-flow h1,.clear-flow h2,.clear-flow h3,.clear-flow p{margin:0;}
.clear-flow h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.clear-flow h2{font-size:calc(17.6px * 2);line-height:1.12;}
.clear-flow h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.clear-flow p{font-size:17.6px;line-height:1.81;color:#334155;}
.clear-flow a{color:#0E5A8A;text-decoration:none;}
.clear-flow a:hover{color:inherit;}
.clear-flow img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.57rem;flex:0 1 min(28rem,38vw);}
.clear-flow .content-rail{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-dark);color:var(--tone-accent);}
.clear-flow .content-rail:hover{background:#0B4A73;color:var(--tone-accent);}
.clear-flow .public-story{display:flex;align-items:center;justify-content:space-between;gap:1.46rem;flex-wrap:wrap;}
.clear-flow .public-story .text-inner{flex:1 1 24rem;min-width:0;}
.clear-flow .team-block{font-size:calc(17.6px * 1.125);}
.clear-flow .focused-copy{font-size:calc(17.6px * .875);}
.clear-flow .public-story h2,.clear-flow .public-story p,.clear-flow .public-story .content-rail{margin-top:1.5rem;}
.clear-flow .public-story img{margin-top:var(--layer-public);}
.open-brand{
        padding: calc(1.5rem * 2.4) 2.44rem;
        background: linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);
        color: #F3F8FC;
    }
.open-brand .primary-inner{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.46rem * 1.5);}
.open-brand .team-block{max-width: 46rem;}
.open-brand h2{margin: 0;
        font-size: calc(17.6px * 2);
        line-height: 1.1;}
.open-brand .team-block p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(17.6px * 1.125);}
.open-brand .main-region{display: flex;
        flex-wrap: wrap;
        gap: 1.46rem;}
.open-brand .steady-list{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: calc(1.5rem * .75);
        border: 1px solid #D6E0EA;
        border-radius: 0.89rem;
        background: #FFFFFF;
        color: #0B1A2B;
        box-shadow: 0 2px 5px rgba(0,0,0,0.14);
    }
.open-brand .local-grid{font-size: 17.6px;
        line-height: 1.81;}
.open-brand .secondary-content{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D6E0EA;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;}
.open-brand .secondary-content strong{font-size: 17.6px;}
.open-brand .secondary-content span{font-size: calc(17.6px * .875);
        line-height: 1.5;}
@media (max-width: 760px) {.open-brand .steady-list{
            flex: 1 1 100%;
        }
    }
.visual-lead{
  --layer-public:calc(1.5rem * 1.14);
  --state-soft:calc(1440px / 2.7);
  padding:calc(1.5rem * 2.4) 2.44rem;
  background:#F7F9FC;
  color:#0B1A2B;
}
.visual-lead .primary-inner{max-width:1440px;
  margin:0 auto;}
.visual-lead h2,
.visual-lead h3,
.visual-lead p,
.visual-lead ul{margin:0;}
.visual-lead h2{font-size:calc(17.6px * 2);
  line-height:1.14;
  max-width:var(--state-soft);}
.visual-lead h3{font-size:calc(17.6px * 1.35);
  line-height:1.22;}
.visual-lead p{font-size:17.6px;
  line-height:1.81;}
.visual-lead .focused-copy{font-size:calc(17.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#334155;
  margin-bottom:calc(1.5rem / 2);}
.visual-lead .team-block{margin-top:1.5rem;
  max-width:var(--state-soft);
  color:#334155;}
.visual-lead .team-headline{display:flex;
  flex-direction:column;
  gap:var(--layer-public);
  margin-top:calc(var(--layer-public) * 1.1);}
.visual-lead .top-shell{min-width:0;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.5rem;
  padding-top:var(--layer-public);
  border-top:1px solid #D6E0EA;}
.visual-lead .top-shell:first-child{padding-top:0;
  border-top:0;}
.visual-lead .visual-flow{flex:1 1 34rem;
  min-width:0;}
.visual-lead .visual-flow p{margin-top:calc(1.5rem / 3);
  color:#334155;}
.visual-lead .primary-surface{list-style:none;
  padding:0;
  margin-top:calc(1.5rem / 2);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);}
.visual-lead .primary-surface li{position:relative;
  padding-left:1.1rem;
  font-size:calc(17.6px * .875);
  line-height:1.81;
  color:#334155;}
.visual-lead .primary-surface li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.62em;
  width:0.4rem;
  height:0.4rem;
  border-radius:50%;
  background:#F97316;color:#1A0F06;}
.visual-lead .content-rail{
  flex:0 0 auto;
  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-dark);
  color:var(--tone-accent);
  font-size:calc(17.6px * .875);
  text-decoration:none;
  transition:background 480ms var(--motion-base);
}
.visual-lead .content-rail:hover{
  background:#0B4A73;color:#0B1A2B;}
.visual-lead .fields{margin-top:calc(var(--layer-public) * 1.2);
  padding-top:1.5rem;
  border-top:1px solid #D6E0EA;
  font-size:calc(17.6px * .875);
  color:#334155;
  max-width:var(--state-soft);}
.visual-lead .fields a{color:#0E5A8A;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.visual-lead .fields a:hover{color:inherit;}
@media (max-width:720px){.visual-lead .content-rail{
    width:100%;
  }
}
.wide-callout{--layer-public:calc(1.5rem * 1.09);--state-soft:calc(1440px / 3.25);--type-base:calc(1440px / 3.22);padding:calc(1.5rem * 2.4) 2.44rem;background:#F97316;color:#1A0F06;}
.wide-callout .primary-inner{max-width:1440px;margin:0 auto;}
.wide-callout h1,.wide-callout h2,.wide-callout h3,.wide-callout p{margin:0;}
.wide-callout h1{font-size:calc(17.6px * 2.65);line-height:1.08;}
.wide-callout h2{font-size:calc(17.6px * 2);line-height:1.12;}
.wide-callout h3{font-size:calc(17.6px * 1.35);line-height:1.2;}
.wide-callout p{font-size:17.6px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-callout a{color:inherit;text-decoration:none;}
.wide-callout img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.wide-callout .content-rail{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:#1A0F06;color:#F97316;}
.wide-callout .team-block,.wide-callout .focused-copy{}
.wide-callout .team-headline{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.wide-callout .top-shell{flex:1 1 calc(1440px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.57rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.wide-callout .top-shell h3{margin-bottom:calc(1.5rem / 3);}
.wide-callout .top-shell p,.wide-callout .top-shell a{margin-top:calc(1.5rem / 3);}
.wide-callout .top-shell img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.wide-callout .secondary-region{display:flex;align-items:flex-start;gap:1.46rem;}
.wide-callout .site-plan{flex:0 1 var(--type-base);min-width:0;}
.wide-callout .site-plan img{margin-top:1.5rem;}
.wide-callout .secondary-region>.text-inner{flex:1 1 auto;min-width:0;}
.wide-callout .fields{margin-top:1.5rem;font-size:calc(17.6px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-callout .fields a{text-decoration:underline;text-underline-offset:2px;}
@media(max-width:760px){.wide-callout .secondary-region{flex-direction:column;}}
.plain-team{
  --layer-public:calc(1.5rem * 1.29);
  --state-soft:calc(1440px / 3.25);
  padding:calc(1.5rem * 2.4) 2.44rem;
  background:#F7F9FC;
  color:#0B1A2B;
}
.plain-team .primary-inner{max-width:1440px;
  margin:0 auto;}
.plain-team h2,
.plain-team h3,
.plain-team p,
.plain-team ol,
.plain-team li{margin:0;}
.plain-team h2{font-size:calc(17.6px * 2);
  line-height:1.12;}
.plain-team h3{font-size:calc(17.6px * 1.35);
  line-height:1.2;}
.plain-team p{font-size:17.6px;
  line-height:1.81;
  color:#334155;}
.plain-team a{color:#0E5A8A;
  text-decoration:none;
  border-bottom:1px solid rgba(14, 90, 138, 0.35);}
.plain-team a:hover{color:inherit;}
.plain-team .clear-content{max-width:var(--state-soft);}
.plain-team .team-block{margin-top:calc(1.5rem / 1.5);}
.plain-team .fresh-area{list-style:none;
  padding:0;
  margin-top:var(--layer-public);
  display:flex;
  flex-direction:column;
  gap:var(--layer-public);
  border-left:2px solid #D6E0EA;}
.plain-team .top-shell{position:relative;
  padding-left:1.5rem;
  min-width:0;}
.plain-team .top-shell::before{
  content:"";
  position:absolute;
  left:-7px;
  top:0.55em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#F97316;
  border:2px solid #F7F9FC;color:#1A0F06;}
.plain-team .strong-story{display:block;
  font-size:calc(17.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--paint-dark);
  margin-bottom:calc(1.5rem / 4);}
.plain-team .top-shell p{margin-top:calc(1.5rem / 3);}
.plain-team .focused-copy{margin-top:var(--layer-public);
  padding-top:1.5rem;
  border-top:1px solid #D6E0EA;
  max-width:var(--state-soft);}
@media (min-width:900px){.plain-team .fresh-area{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:calc(1.46rem * 1.6);
    row-gap:var(--layer-public);
    border-left:0;
    border-top:2px solid #D6E0EA;
    padding-top:var(--layer-public);
  }.plain-team .top-shell{
    padding-left:0;
    padding-top:calc(1.5rem / 2);
  }.plain-team .top-shell::before{
    left:0;
    top:-7px;
  }
}
.focused-story{
        background: linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);
        color: #F3F8FC;
        padding: calc(1.5rem * 2.4) 2.44rem;
    }
.focused-story .c{max-width: 1440px;
        margin: 0 auto;}
.focused-story .signal{
        background: #FFFFFF;
        color: #0B1A2B;
        border: 1px solid #D6E0EA;
        border-radius: 0.89rem;
        box-shadow: 0 6px 16px rgba(0,0,0,0.18);
        padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: calc(1.46rem * 1.5);
    }
.focused-story .offer-links{display: flex;
        flex-wrap: wrap;
        gap: 1.46rem;
        align-items: flex-start;
        justify-content: space-between;}
.focused-story .featured-stack{display: flex;
        gap: 1.46rem;
        align-items: flex-start;
        flex: 1 1 22rem;
        min-width: 0;}
.focused-story .soft-group{
        width: 60px;
        height: 60px;
        flex: 0 0 auto;
        border-radius: 50%;
        background: var(--paint-dark);
        color: var(--tone-accent);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: calc(17.6px * 1.125);
        letter-spacing: 0.02em;
    }
.focused-story .featured-footer{min-width: 0;}
.focused-story h1{font-size: calc(17.6px * 2);
        line-height: 1.2;
        margin: 0 0 0.4rem;}
.focused-story .wide-fields{font-size: calc(17.6px * .875);
        margin-bottom: 0.35rem;}
.focused-story .frame{font-size: calc(17.6px * .875);
        font-weight: 600;}
.focused-story .primary-figure{flex: 0 1 20rem;
        margin: 0;
        border-radius: 0.57rem;
        overflow: hidden;
        border: 1px solid #D6E0EA;}
.focused-story .primary-figure img{display: block;
        width: 100%;
        height: 100%;
        max-height: 15rem;
        object-fit: cover;}
.focused-story .direct-quote{display: flex;
        flex-direction: column;
        gap: 0.9rem;
        line-height: 1.81;
        font-size: 17.6px;}
.focused-story .direct-quote p{margin: 0;}
.focused-story .service-block{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.5rem;
        align-items: baseline;
        padding-top: calc(1.46rem * 1.5);
        border-top: 1px solid #D6E0EA;
        font-size: calc(17.6px * .875);}
.focused-story .service-block .fields a{text-decoration: underline;
        text-underline-offset: 2px;}
.focused-story .service-block .fields a:hover{}
@media (max-width: 640px) {.focused-story .primary-figure{
            flex: 1 1 100%;
        }.focused-story .primary-figure img{
            max-height: 12rem;
        }
    }
.site-lead{
    padding:calc(1.5rem * 2.4) 2.44rem;
    background:#EEF3F9;
    color:#334155;
}
.site-lead .secondary-footer{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.46rem * 1.5);
    align-items:flex-start;}
.site-lead .team-block{flex:1 1 220px;
    min-width:200px;}
.site-lead .page-wrap{margin:0 0 4px;
    font-size:calc(17.6px * 1.35);
    line-height:1.3;}
.site-lead .primary-block{margin:0;
    font-size:calc(17.6px * .875);
    opacity:.85;}
.site-lead .text-inner{flex:2 1 380px;
    min-width:260px;}
.site-lead .contact-brand{margin:0 0 calc(1.46rem * 1.5);
    font-size:17.6px;
    line-height:1.81;}
.site-lead .focused-copy{margin:0;
    font-size:calc(17.6px * .875);
    line-height:1.6;
    opacity:.85;}
.site-lead .team-headline{flex:1 1 200px;
    min-width:180px;
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;}
.site-lead .top-shell{font-size:calc(17.6px * .875);
    padding:6px 0;
    border-bottom:1px solid #D6E0EA;}
.site-lead .top-shell:last-child{border-bottom:none;}
.site-lead .top-shell a{color:#0E5A8A;
    text-decoration:none;}
.site-lead .top-shell a:hover{color:inherit;
    text-decoration:underline;}
@media (max-width:640px){.site-lead .secondary-footer{
        flex-direction:column;
    }
}
.visual-note{
    background:#F7F9FC;
    color:#0B1A2B;
    padding:calc(1.5rem * 2.4) 2.44rem;
}
.visual-note .c{max-width:1440px;
    margin:0 auto;}
.visual-note .signal{
    background:#FFFFFF;
    color:#0B1A2B;
    border:1px solid #D6E0EA;
    border-radius:0.89rem;
    box-shadow:0 2px 5px rgba(0,0,0,0.14);
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:calc(1.46rem * 1.5);
}
.visual-note .offer-links{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;
    align-items:flex-start;
    justify-content:space-between;}
.visual-note .featured-stack{display:flex;
    gap:1.46rem;
    align-items:flex-start;
    flex:1 1 320px;
    min-width:0;}
.visual-note .soft-group{
    width:56px;
    height:56px;
    flex:0 0 auto;
    border-radius:0.57rem;
    background:var(--paint-dark);
    color:var(--tone-accent);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:17.6px;
    letter-spacing:0.02em;
}
.visual-note .featured-footer{min-width:0;}
.visual-note h1{font-size:calc(17.6px * 2);
    line-height:1.25;
    margin:0 0 0.4rem;}
.visual-note .wide-fields{font-size:calc(17.6px * .875);
    margin-bottom:0.3rem;}
.visual-note .frame{font-size:calc(17.6px * .875);
    font-weight:600;}
.visual-note .primary-figure{flex:0 0 260px;
    margin:0;
    border-radius:0.57rem;
    overflow:hidden;
    border:1px solid #D6E0EA;}
.visual-note .primary-figure img{display:block;
    width:100%;
    height:180px;
    object-fit:cover;}
.visual-note .direct-quote{display:flex;
    flex-direction:column;
    gap:calc(1.46rem * 1.5);
    line-height:1.81;
    font-size:17.6px;}
.visual-note .direct-quote p{margin:0;}
.visual-note .service-block{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;
    align-items:center;
    justify-content:space-between;
    padding-top:calc(1.46rem * 1.5);
    border-top:1px solid #D6E0EA;
    font-size:calc(17.6px * .875);}
.visual-note .fields{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;}
.visual-note .fields a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 480ms var(--motion-base), border-color 480ms var(--motion-base);}
.visual-note .fields a:hover{border-bottom-color:#F97316;}
@media (max-width:720px){.visual-note .primary-figure{
        flex:1 1 100%;
    }.visual-note .primary-figure img{
        height:200px;
    }
}
.bottom-actions{padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B}
.bottom-actions .primary-inner{max-width:1440px;margin:0 auto}
.bottom-actions .secondary-unit{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.46rem * 1.5)}
.bottom-actions .local-surface{width:min(100%,60rem);background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;border-radius:0.89rem;padding:calc(1.5rem * .75);box-shadow:0 2px 5px rgba(0,0,0,0.14)}
.bottom-actions h2{margin:0;font-size:calc(17.6px * 2);line-height:1.12}
.bottom-actions .local-surface p{margin:1.5rem 0 0;font-size:17.6px;line-height:1.81;color:#334155}
.bottom-actions .compact-frame{width:min(100%,60rem);display:flex;flex-wrap:wrap;gap:1.46rem;align-items:flex-start}
.bottom-actions .compact-frame p{flex:1 1 24rem;min-width:0;margin:0;line-height:1.81;color:#334155}
.bottom-actions .compact-frame div{flex:1 1 18rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-actions .compact-frame a{border-radius:0.57rem;background:#F97316;color:#1A0F06;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.6px * .875)}
.bottom-actions .compact-frame a:hover{background:#EA580C;color:#0B1A2B;}
@media(max-width:620px){.bottom-actions .local-surface{padding:1.5rem}.bottom-actions .compact-frame{display:block}.bottom-actions .compact-frame div{margin-top:1.5rem}}
.local-region{
    background:linear-gradient(135deg, #0B1A2B 0%, #0E5A8A 58%, #1479B8 100%);
    color:#F3F8FC;
    padding:calc(1.5rem * 2.4) 2.44rem;
}
.local-region .c{max-width:1440px;
    margin:0 auto;}
.local-region .signal{
    background:#FFFFFF;
    color:#0B1A2B;
    border:1px solid #D6E0EA;
    border-radius:0.89rem;
    box-shadow:0 6px 16px rgba(0,0,0,0.18);
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:calc(1.46rem * 1.5);
}
.local-region .team-story{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;
    align-items:flex-start;
    justify-content:space-between;}
.local-region .featured-footer{display:flex;
    gap:1.46rem;
    align-items:flex-start;
    flex:1 1 320px;
    min-width:0;}
.local-region .soft-group{
    flex:0 0 auto;
    width:56px;
    height:56px;
    border-radius:50%;
    background:var(--paint-dark);
    color:var(--tone-accent);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:17.6px;
    letter-spacing:0.02em;
}
.local-region .wide-quote{min-width:0;}
.local-region h1{font-size:calc(17.6px * 2);
    line-height:1.2;
    margin:0 0 0.4rem;}
.local-region .wide-fields{margin:0 0 0.3rem;
    font-size:calc(17.6px * .875);}
.local-region .frame{margin:0;
    font-size:calc(17.6px * .875);
    font-weight:600;}
.local-region .primary-figure{flex:0 1 260px;
    margin:0;
    border-radius:0.57rem;
    overflow:hidden;
    border:1px solid #D6E0EA;}
.local-region .primary-figure img{display:block;
    width:100%;
    height:auto;}
.local-region .direct-quote{display:flex;
    flex-direction:column;
    gap:calc(1.46rem * 1.5);
    line-height:1.81;
    font-size:17.6px;}
.local-region .direct-quote p{margin:0;}
.local-region .service-block{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;
    align-items:center;
    justify-content:space-between;
    padding-top:calc(1.46rem * 1.5);
    border-top:1px solid #D6E0EA;
    font-size:calc(17.6px * .875);}
.local-region .open-content{display:flex;
    flex-wrap:wrap;
    gap:1.46rem;}
.local-region .open-content a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 480ms var(--motion-base), border-color 480ms var(--motion-base);}
.local-region .open-content a:hover{border-bottom-color:#F97316;}
@media (max-width:720px){.local-region .team-story{
        flex-direction:column;
    }.local-region .primary-figure{
        flex:1 1 auto;
        width:100%;
    }
}
.plain-block{
        color: #0B1A2B;
        background: #F7F9FC;
        padding: clamp(32px, 5vw, 64px) clamp(16px, 4vw, 40px);
    }
.plain-block .c{max-width: 1440px;
        margin: 0 auto;}
.plain-block .strong-rail{max-width: 560px;
        margin: 0 auto;
        text-align: center;}
.plain-block .service-team{display: block;
        width: clamp(160px, 24vw, 240px);
        height: clamp(160px, 24vw, 240px);
        margin: 0 auto clamp(24px, 4vw, 32px);
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #D6E0EA;}
.plain-block .page-wrap{font-size: clamp(28px, 5vw, 40px);
        margin: 0 0 0.5rem;}
.plain-block .primary-block{font-size: clamp(16px, 2.5vw, 18px);
        margin: 0 0 1.5rem;
        font-weight: 600;}
.plain-block .contact-brand{font-size: clamp(15px, 2.2vw, 17px);
        line-height: 1.7;
        margin: 0;}
.main-feature{background:#F7F9FC;color:#0B1A2B;padding:calc(1.5rem * 2.4) 2.44rem}
.main-feature .primary-inner{max-width:1440px;margin:0 auto}
.main-feature .text-feature{display:grid;grid-template-columns:1.15fr .8fr 1.05fr;gap:calc(1.46rem * 1.5);align-items:start}
.main-feature .clear-content{min-width:0}
.main-feature h2{margin:0;font-size:clamp(calc(17.6px * 2),4.2vw,calc(17.6px * 2.65));line-height:1.12;letter-spacing:0}
.main-feature p{margin:1.5rem 0 0;color:#334155;font-size:calc(17.6px * 1.125);line-height:1.65}
.main-feature .service-team{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.89rem;box-shadow:0 2px 5px rgba(0,0,0,0.14)}
.main-feature .secondary-panel{display:flex;flex-direction:column;gap:calc(1.46rem*.85)}
.main-feature .secondary-panel a{padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;text-decoration:none;transition:border-color 480ms var(--motion-base),box-shadow 480ms var(--motion-base)}
.main-feature .secondary-panel a:hover{border-color:var(--paint-dark);box-shadow:0 2px 5px rgba(0,0,0,0.14)}
.main-feature strong,.main-feature span{display:block}
.main-feature strong{font-size:17.6px}
.main-feature span{margin-top:calc(calc(1.5rem * .75)*.5);color:#334155;font-size:calc(17.6px * .875);line-height:1.6}
@media(max-width:900px){.main-feature .text-feature{grid-template-columns:1fr 1fr}.main-feature .clear-content{grid-column:1 / -1}.main-feature .service-team{aspect-ratio:16/10}}
@media(max-width:620px){.main-feature .text-feature{grid-template-columns:1fr}.main-feature .service-team{aspect-ratio:16/9}}
.wide-view{padding:calc(1.5rem * 2.4) 2.44rem;background:var(--paint-dark);color:var(--tone-accent)}
.wide-view .content-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(18rem,.85fr);gap:calc(1.46rem * 1.5);align-items:start}
.wide-view .direct-quote{align-self:center}
.wide-view h2{margin:0 0 1.5rem;font-size:calc(17.6px * 2);line-height:1.15}
.wide-view .direct-quote>p{margin:0 0 1.46rem;font-size:17.6px;line-height:1.81}
.wide-view .site-contact{display:grid;gap:calc(1.5rem * .75);margin-bottom:1.46rem}
.wide-view .plain-panel{display:grid;grid-template-columns:minmax(9rem,.32fr) minmax(0,1fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.57rem;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA}
.wide-view .plain-panel span{font-size:calc(17.6px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.75}
.wide-view .plain-panel strong{font-weight:600;line-height:1.5}
.wide-view .plain-panel a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 40%,transparent)}
.wide-view .plain-panel a:hover{}
.wide-view .focused-copy{margin:0;font-size:calc(17.6px * .875);opacity:.85}
.wide-view .welcome{min-height:34rem;border-radius:1.06rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 6px 16px rgba(0,0,0,0.18)}
.wide-view iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 900px){.wide-view .content-inner{grid-template-columns:1fr}.wide-view .plain-panel{grid-template-columns:1fr}.wide-view .welcome{min-height:24rem}}
.quiet-unit{padding:calc(1.5rem * 2.4) 2.44rem;background:#EEF3F9;color:#334155}
.quiet-unit .primary-inner{width:min(100%,calc(1440px*.72));margin:0 auto;display:flex;flex-direction:column;gap:calc(1.46rem * 1.5)}
.quiet-unit .team-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-unit h2{margin:0;font-size:calc(17.6px * 2);line-height:1.15}
.quiet-unit .text-inner{margin:0;max-width:52ch;font-size:17.6px;line-height:1.81}
.quiet-unit .bottom-proof{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#FFFFFF;color:#0B1A2B;border:1px solid #D6E0EA;border-radius:0.89rem}
.quiet-unit .plain-panel{display:flex;flex-wrap:wrap;gap:1.46rem}
.quiet-unit .page-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75);flex:1 1 14rem;min-width:0}
.quiet-unit .page-form.wide{flex-basis:100%}
.quiet-unit label,.quiet-unit .page-form span{font-size:calc(17.6px * .875);color:#334155}
.quiet-unit input,.quiet-unit textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D6E0EA;border-radius:0.28rem;background:#F7F9FC;color:#0B1A2B;font:inherit}
.quiet-unit input::placeholder,.quiet-unit textarea::placeholder{color:rgba(255,255,255,0.55)}
.quiet-unit textarea{resize:vertical;min-height:7rem}
.quiet-unit .content-rail{display:flex;flex-wrap:wrap;align-items:center;gap:1.46rem;border-top:1px solid #D6E0EA;padding-top:1.5rem}
.quiet-unit button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid var(--paint-dark);border-radius:0.28rem;background:var(--paint-dark);color:var(--tone-accent);font:inherit;cursor:pointer;transition:background 480ms var(--motion-base)}
.quiet-unit button:hover{background:#0B4A73;color:#0B1A2B;}
.quiet-unit .focused-copy{margin:0;flex:1 1 16rem;font-size:calc(17.6px * .875);color:#334155;line-height:1.81}
@media(max-width:560px){.quiet-unit .bottom-proof{padding:calc(1.46rem * 1.5)}.quiet-unit .content-rail{flex-direction:column;align-items:flex-start}}
.compact-entries{padding:calc(1.5rem * 2.4) 2.44rem;background:#0B1A2B;color:#E6EEF6}
.compact-entries .service-section{max-width:min(1440px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:0}
.compact-entries h2{margin:0;font-size:calc(17.6px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.compact-entries .focused-copy{margin:1.5rem 0 calc(1.46rem * 1.5);font-size:calc(17.6px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 74%,transparent);max-width:52rem}
.compact-entries .main-shell{padding:calc(1.5rem * .75) 0 1.46rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.compact-entries .main-shell:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.compact-entries h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.6px * 1.35);line-height:1.25;font-weight:600}
.compact-entries .main-shell p{margin:0;font-size:17.6px;line-height:1.81;color:color-mix(in srgb,currentColor 78%,transparent);max-width:60rem}
@media (max-width:640px){.compact-entries h2{font-size:calc(17.6px * 2)}.compact-entries .focused-copy{font-size:17.6px}.compact-entries .main-shell{padding:calc(1.46rem * 1.5) 0}
}
.focused-actions{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #0B1A2B;
  color: #E6EEF6;
}
.focused-actions .primary-inner{max-width: min(1440px, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  gap: calc(1.46rem * 1.5);
  align-items: start;}
.focused-actions .soft-quote{position: sticky;
  top: calc(1.46rem * 1.5);}
.focused-actions h2{margin: 0;
  font-size: calc(17.6px * 2);
  line-height: 1.12;}
.focused-actions .soft-quote p{margin: calc(1.5rem * .75) 0 0;
  color: #CBD5E1;
  font-size: 17.6px;
  line-height: 1.81;}
.focused-actions .soft-quote .focused-copy{font-size: calc(17.6px * .875);
  color: #CBD5E1;
  border-left: 2px solid #F97316;
  padding-left: calc(1.5rem * .75);}
.focused-actions .secondary-panel{display: flex;
  flex-direction: column;
  border-top: 1px solid #1E293B;}
.focused-actions .top-shell{
  border-bottom: 1px solid #1E293B;
  background: transparent;
  color: inherit;
}
.focused-actions button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(17.6px * 1.35);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.46rem;
}
.focused-actions button::after{content: "+";
  font-size: calc(17.6px * 1.125);
  color: #F97316;
  flex: 0 0 auto;
  transition: transform 480ms var(--motion-base);}
.focused-actions .top-shell.is-open button::after{content: "\2212";}
.focused-actions .top-shell p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  color: #CBD5E1;
  font-size: 17.6px;
  line-height: 1.81;
  max-width: 62ch;}
.focused-actions .top-shell:not(.is-open) p{display: none;}
@media (max-width: 860px) {.focused-actions .primary-inner{
    grid-template-columns: 1fr;
  }.focused-actions .soft-quote{
    position: static;
  }
}
.open-rail{background:#F7F9FC;color:#0B1A2B;padding:calc(1.5rem * 2.4) 2.44rem}
.open-rail .primary-inner{max-width:min(1440px,72rem);margin:0 auto}
.open-rail .compact-wrap{display:flex;flex-direction:column;gap:calc(1.46rem * 1.5)}
.open-rail h2{margin:0;font-size:clamp(calc(17.6px * 2),5.4vw,calc(17.6px * 2.65));line-height:1.08;letter-spacing:0}
.open-rail .direct-quote{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:calc(1.46rem * 1.5);padding-top:1.5rem;border-top:1px solid #D6E0EA}
.open-rail p{margin:0;max-width:40rem;color:#334155;font-size:calc(17.6px * 1.125);line-height:1.65}
.open-rail .open-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:26rem}
.open-rail .wide-service{margin:0;font-size:calc(17.6px * .875);line-height:1.6;color:#334155}
.open-rail .open-content a{align-self:flex-start;padding:calc(1.5rem * .75) 1.46rem;border-radius:0.57rem;background:var(--paint-dark);color:var(--tone-accent);text-decoration:none;font-weight:700}
.open-rail .open-content a:hover{background:#0B4A73;color:#0B1A2B;}
.open-rail .fields{display:flex;flex-wrap:wrap;align-items:center;gap:1.46rem;padding-top:1.5rem;border-top:1px solid #D6E0EA}
.open-rail .fields .focused-copy{font-size:calc(17.6px * .875);color:#334155}
.open-rail .fields a{color:#0E5A8A;text-decoration:none;font-weight:600;font-size:calc(17.6px * .875);border-bottom:1px solid transparent}
.open-rail .fields a:hover{color:inherit;border-bottom-color:#F97316}
@media(max-width:760px){.open-rail .direct-quote{flex-direction:column}.open-rail .open-content{max-width:none}}
.wide-method{
  background:var(--paint-dark);
  color:var(--tone-accent);
  padding:calc(1.5rem * 2.4) 2.44rem;
}
.wide-method .primary-inner{max-width:1440px;
  margin:0 auto;
  display:flex;
  gap:calc(1.46rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.wide-method .team-block{flex:1 1 30rem;
  min-width:0;}
.wide-method h2{margin:0;
  font-size:calc(17.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.wide-method .team-block p{margin:1.5rem 0 0;
  max-width:36rem;
  font-size:calc(17.6px * 1.125);
  line-height:1.81;}
.wide-method .fields{margin-top:calc(1.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.4rem 1.2rem;}
.wide-method .public-shell{font-size:calc(17.6px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;}
.wide-method .fields a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,var(--tone-accent) 40%,transparent);
  padding-bottom:1px;
  transition:border-color 480ms var(--motion-base);}
.wide-method .fields a:hover{border-color:var(--tone-accent);}
.wide-method .team-quote{flex:0 1 32rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.46rem;}
.wide-method .top-shell{padding-left:1rem;
  border-left:2px solid color-mix(in srgb,var(--tone-accent) 28%,transparent);}
.wide-method .top-shell strong{display:block;
  font-size:17.6px;}
.wide-method .top-shell span{display:block;
  margin-top:.35rem;
  font-size:calc(17.6px * .875);
  line-height:1.81;}
@media (max-width:820px){.wide-method .primary-inner{display:block}.wide-method .team-quote{margin-top:calc(1.46rem * 1.5)}
}
.focused-feature{--layer-public:calc(1.5rem * 1.05);--state-soft:calc(1440px / 2.35);padding:calc(1.5rem * 2.4) 2.44rem;background:#F7F9FC;color:#0B1A2B;}
.focused-feature .primary-inner{max-width:1440px;margin:0 auto;}
.focused-feature h1,.focused-feature h2,.focused-feature h3,.focused-feature p{margin:0;}
.focused-feature h2{font-size:calc(17.6px * 2);line-height:1.12;}
.focused-feature p{font-size:17.6px;line-height:1.81;}
.focused-feature a{color:#0E5A8A;text-decoration:none;}
.focused-feature a:hover{color:inherit;}
.focused-feature .team-block{max-width:var(--state-soft);font-size:calc(17.6px * 1.125);}
.focused-feature .local-summary{display:flex;flex-wrap:wrap;gap:1.46rem;margin-top:var(--layer-public);}
.focused-feature .strong-story{flex:1 1 15rem;min-width:14rem;padding:calc(1.5rem * .75);border:1px solid #D6E0EA;border-radius:0.57rem;background:#FFFFFF;color:#0B1A2B;}
.focused-feature .team-inner{display:inline-block;margin-bottom:calc(1.46rem * 1.5);padding:0.15rem 0.55rem;border-radius:0.28rem;background:#F97316;color:#1A0F06;font-size:calc(17.6px * .875);}
.focused-feature .strong-story p{font-size:calc(17.6px * .875);}
.focused-feature .main-method{display:flex;flex-wrap:wrap;align-items:center;gap:1.46rem;margin-top:var(--layer-public);}
.focused-feature .content-rail{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-dark);color:var(--tone-accent);}
.focused-feature .content-rail:hover{background:#0B4A73;color:var(--tone-accent);}
.focused-feature .focused-copy{flex:1 1 18rem;font-size:calc(17.6px * .875);}
.focused-feature .public-story>h2,.focused-feature .public-story>.team-block{margin-top:1.5rem;}
.quiet-tile{
        padding: calc(1.5rem * 2.4) 2.44rem;
        background: linear-gradient(135deg, #F97316 0%, #C2410C 100%);
        color: #1A0F06;
    }
.quiet-tile .primary-inner{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: calc(1.46rem * 1.5);}
.quiet-tile .text-inner{flex: 1 1 320px;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;}
.quiet-tile .text-inner p{margin: 0;
        font-size: calc(17.6px * 1.125);
        line-height: 1.81;}
.quiet-tile .fields{display: flex;
        flex-direction: column;
        gap: .55rem;
        align-items: flex-start;}
.quiet-tile .fields a{color: inherit;
        text-decoration: underline;
        text-underline-offset: .24em;
        font-size: 17.6px;}
.quiet-tile .fields a:hover{text-decoration-thickness: 2px;}
.quiet-tile .team-story{flex: 1 1 420px;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        align-self: flex-end;}
.quiet-tile h1{margin: 0;
        font-size: calc(17.6px * 2.65);
        line-height: 1.02;}
.quiet-tile .focused-copy{margin: 0;
        font-size: calc(17.6px * .875);
        line-height: 1.81;
        opacity: .92;}
@media (min-width: 741px) {.quiet-tile .text-inner{
            order: 2;
        }
    }
@media (max-width: 740px) {.quiet-tile .primary-inner{
            display: block;
        }.quiet-tile .team-story{
            margin-top: calc(1.46rem * 1.5);
        }.quiet-tile .fields{
            margin-top: 1.5rem;
        }
    }
