:root {
  --surface-soft: #0E2A4E;
  --ink-clear: #FFFFFF;
  --delay-fast: cubic-bezier(0.16,1,0.3,1);
}
body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
header {
    width: 100%;
    background: var(--surface-soft);
    color: var(--ink-clear);
    border-bottom: 1px solid #D5DEE9;
  }
.wide-figure {
    max-width: 1680px;
    margin: 0 auto;
    padding: 1.5rem 1.55rem;
    display: flex;
    align-items: center;
    gap: 1.88rem;
  }
.content-wrap {
    font-size: calc(19.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--ink-clear);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.content-wrap:hover {
    color: var(--ink-clear);
    opacity: 0.85;
  }
.page-body {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.clear-brand {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.88rem * 1.5);
  }
.clear-brand a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.6px;
    color: var(--ink-clear);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 370ms var(--delay-fast), opacity 370ms var(--delay-fast);
  }
.clear-brand a:hover {
    border-bottom-color: #F26A1B;
    opacity: 0.95;
  }
.content-actions {
    display: flex;
    align-items: center;
    gap: calc(1.88rem * 1.5);
    flex-shrink: 0;
  }
.featured-team {
    font-size: calc(19.6px * .875);
    color: var(--ink-clear);
    text-decoration: none;
    opacity: 0.75;
    transition: opacity 370ms var(--delay-fast);
  }
.featured-team:hover {
    opacity: 1;
  }
.active-contact {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: calc(19.6px * .875);
    font-weight: 600;
    background: #0E2A4E;
    color: #FFFFFF;
    border-radius: 0.61rem;
    text-decoration: none;
    transition: background 370ms var(--delay-fast);
  }
.active-contact:hover{
    background: #0A1F3B;color:#0E1B2C;}
.open-section {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ink-clear);
    border-radius: 0.34rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
.open-section span{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink-clear);
    border-radius: 1px;color:#0E1B2C;}
@media (max-width: 900px) {
    .clear-brand {
      gap: calc(1.5rem * .75);
    }
    .featured-team {
      display: none;
    }
  }
@media (max-width: 767px) {
    .wide-figure {
      flex-wrap: wrap;
      gap: calc(1.5rem * .75);
    }

    .page-body {
      order: 3;
      flex-basis: 100%;
      display: none;
      justify-content: flex-start;
    }

    .page-body.is-open {
      display: flex;
    }

    .clear-brand {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
      padding: calc(1.88rem * 1.5) 0 0;
      border-top: 1px solid #D5DEE9;
    }

    .clear-brand li {
      width: 100%;
    }

    .clear-brand a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid #D5DEE9;
    }

    .clear-brand a:hover {
      border-bottom-color: #D5DEE9;
      opacity: 0.8;
    }

    .content-actions {
      margin-left: auto;
    }

    .active-contact {
      padding: 0.5rem 0.85rem;
    }

    .open-section {
      display: flex;
    }
  }
.simple-stack{font-family:"Fira Sans", sans-serif;font-size:19.6px;line-height:1.58;padding:calc(1.5rem * 2.4) 1.55rem;margin-top:calc(1.5rem * 2.4);background:var(--surface-soft);color:var(--ink-clear);}
.page-links{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.wide-team{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.track,
  .soft-team,
  .clear-figure,
  .secondary-steps{display:flex;flex-direction:column;gap:1.5rem}
.main-feature{font-size:calc(19.6px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.text-content{font-size:calc(19.6px * .875);margin:0;max-width:34ch;opacity:0.85}
.public-callout{font-size:19.6px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:0.06em}
.clear-group{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.55rem}
.clear-group a{color:inherit;text-decoration:none;font-size:calc(19.6px * .875);border-bottom:1px solid transparent;transition:border-color 370ms var(--delay-fast)}
.clear-group a:hover,
  .clear-group a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.strong-intro li{display:flex;flex-direction:column;gap:0.15rem;font-size:calc(19.6px * .875)}
.clear-summary{font-weight:600;font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:0.05em;opacity:0.75}
.steady-callout{color:inherit;text-decoration:none;word-break:break-word}
.steady-callout[href]:hover,
  .steady-callout[href]:focus-visible{text-decoration:underline;outline:none}
.public-details{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.compact-actions{margin:0;font-size:calc(19.6px * .875);opacity:0.85}
.page-copy{margin:0;font-size:calc(19.6px * .875);line-height:1.58;opacity:0.75;max-width:90ch}
@media (max-width: 960px) {.wide-team{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.simple-stack{padding:calc(1.5rem * 2.4) 1.55rem;background:var(--surface-soft);color:var(--ink-clear);}.wide-team{grid-template-columns:1fr;gap:calc(1.88rem * 1.5)}
  }
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .open-feature{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #D5DEE9;border-radius:20px;background:#F2F5F9;color:#22334A;box-shadow:0 28px 30px rgba(0,0,0,0.29)}
.cookies strong{display:block;font-size:calc(19.6px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.58}
.cookies .open-region{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .open-region button{border:1px solid #D5DEE9;background:#FFFFFF;color:#0E1B2C;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .open-region button.cookie-accept{background:#F26A1B;color:#1A0E04;border-color:transparent}
.compact-grid{padding:calc(calc(1.5rem * 2.4) * 1.4) 1.55rem;background:linear-gradient(135deg, #0E2A4E 0%, #143A66 55%, #1B4C82 100%);color:#FFFFFF;}
.compact-grid .team-body{max-width:1680px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.88rem;flex-wrap:wrap;}
.compact-grid .narrow-fields{flex:1 1 30rem;min-width:0;}
.compact-grid h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-0.01em;}
.compact-grid .steady-tile{margin:1.1rem 0 0;max-width:44rem;font-size:calc(19.6px * 1.125);line-height:1.58;}
.compact-grid .open-region{margin-top:1.6rem;display:flex;gap:.7rem;flex-wrap:wrap;}
.compact-grid .open-region a{background:#F26A1B;color:#1A0E04;padding:.8rem 1.15rem;border-radius:0.61rem;text-decoration:none;font-weight:700;transition:background 370ms var(--delay-fast);}
.compact-grid .open-region a:hover{background:#D9560C;color:#0E1B2C;}
.compact-grid .open-region a + a{background:transparent;color:#FFFFFF;border:1px solid rgba(255,255,255,.42);}
.compact-grid .open-region a + a:hover{background:rgba(255,255,255,.12);}
.compact-grid .page-header{margin:1.3rem 0 0;font-size:calc(19.6px * .875);opacity:.86;}
.compact-grid .page-header a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;}
.compact-grid .page-header a:hover{color:#F26A1B;}
.compact-grid .wide-entries{flex:0 1 min(30rem,40vw);margin:0;}
.compact-grid .top-section{width:100%;height:auto;display:block;object-fit:cover;border-radius:1.1rem;box-shadow:0 28px 30px rgba(0,0,0,0.29);}
@media (max-width:900px){
  .compact-grid .wide-entries{flex:1 1 100%;}
  .compact-grid .top-section{max-height:22rem;}
}
.strong-body{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: var(--surface-soft);
  color: var(--ink-clear);
}
.strong-body .team-body{max-width: min(1680px, 74rem);
  margin: 0 auto;}
.strong-body .compact-team{max-width: 46rem;}
.strong-body h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.strong-body .steady-tile{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);
  color: #C7D1DE;}
.strong-body .featured-entries{margin-top: calc(1.88rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.strong-body .plain-fields{
  flex: 1 1 min(100%, 22rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #0E1B2C;
  border: 1px solid #D5DEE9;
  border-radius: 0.98rem;
}
.strong-body .top-lead{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.6px;
  line-height: 1.55;}
.strong-body .contact-benefit{display: flex;
  align-items: center;
  gap: calc(calc(1.5rem * .75) * .7);
  border-top: 1px solid #D5DEE9;
  padding-top: calc(calc(1.5rem * .75) * .7);}
.strong-body .contact-benefit img{width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.strong-body .soft-copy{display: block;
  font-weight: 700;
  font-size: calc(19.6px * .875);}
.strong-body .contact-benefit small{display: block;
  font-size: calc(19.6px * .875);color:inherit;}
.strong-body .active-footer{margin-top: calc(1.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334A;}
.strong-body .page-block{display: block;
  font-size: calc(19.6px * .875);
  color: #C7D1DE;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.strong-body .media-entries{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.88rem * .6);}
.strong-body .media-entries li{font-size: calc(19.6px * .875);
  font-weight: 700;
  padding: calc(calc(1.5rem * .75) * .35) calc(calc(1.5rem * .75) * .7);
  border: 1px solid #22334A;
  border-radius: 0.34rem;
  color: #C7D1DE;}
@media (max-width: 700px) {.strong-body .featured-entries{
    display: block;
  }.strong-body .plain-fields + .plain-fields{
    margin-top: 1.88rem;
  }
}
.fresh-inner{--mark-strong:calc(1.5rem * 1.19);--axis-soft:calc(1680px / 2.80);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.fresh-inner .team-body{max-width:1680px;margin:0 auto;}
.fresh-inner h2,.fresh-inner h3,.fresh-inner p{margin:0;}
.fresh-inner h2{font-size:calc(19.6px * 2);line-height:1.12;}
.fresh-inner h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.fresh-inner p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-inner a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.fresh-inner a:hover{}
.fresh-inner .steady-tile{max-width:var(--axis-soft);}
.fresh-inner .content-entries h2{margin-top:calc(1.5rem / 2);}
.fresh-inner .compact-fields{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.fresh-inner .plain-fields{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.61rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.fresh-inner .plain-fields p{margin-top:calc(1.5rem / 3);}
.fresh-inner .open-view{margin-top:var(--mark-strong);max-width:var(--axis-soft);}
.soft-panel{--mark-strong:calc(1.5rem * 0.95);--axis-soft:calc(1680px / 2.45);padding:calc(1.5rem * 2.4) 1.55rem;background:#FFFFFF;color:#0E1B2C;}
.soft-panel .team-body{max-width:1680px;margin:0 auto;}
.soft-panel h1,.soft-panel h2,.soft-panel h3,.soft-panel p{margin:0;}
.soft-panel h2{font-size:calc(19.6px * 2);line-height:1.12;}
.soft-panel h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.soft-panel p{font-size:19.6px;line-height:1.58;}
.soft-panel a{color:#0E2A4E;text-decoration:none;border-bottom:1px solid #F26A1B;}
.soft-panel a:hover{color:inherit;}
.soft-panel img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.soft-panel .compact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.soft-panel .compact-team>h2{flex:1 1 calc(1680px / 3);min-width:0;}
.soft-panel .compact-team>.steady-tile{flex:1 1 calc(1680px / 3);min-width:0;max-width:var(--axis-soft);color:#22334A;}
.soft-panel .featured-entries{display:flex;flex-wrap:wrap;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.soft-panel .plain-fields{flex:1 1 calc(1680px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .85);border-radius:0.61rem;background:#F2F5F9;color:#22334A;border:1px solid #D5DEE9;}
.soft-panel .top-view{overflow:hidden;border-radius:0.34rem;}
.soft-panel .media-area{display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.soft-panel .page-header{margin-top:var(--mark-strong);font-size:calc(19.6px * .875);color:#22334A;}
.open-steps{position:relative;overflow:hidden;isolation:isolate;}
.open-steps>*{position:relative;z-index:1;}
.open-steps::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--delay-fast) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.open-steps::before,.open-steps::after{animation:none!important;}}
.page-content{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.page-content .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.88rem * 1.5);}
.page-content h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 4.6vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;}
.page-content .steady-region{max-width: 42rem;
        border-left: 3px solid #F26A1B;
        padding-left: calc(1.5rem * .75);}
.page-content p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.page-content{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.page-content .steady-region{
            padding-left: calc(1.88rem * 1.5);
        }
    }
.secondary-quote{
        background: #FFFFFF;
        color: #0E1B2C;
        padding: calc(1.5rem * 2.4) 1.55rem;
    }
.secondary-quote .c{max-width: 1680px;
        margin: 0 auto;}
.secondary-quote .h{max-width: 62ch;
        margin-bottom: calc(1.88rem * 1.5);}
.secondary-quote h1{font-size: calc(19.6px * 2.65);
        line-height: 1.15;
        margin: 0 0 0.6rem;}
.secondary-quote .h p{margin: 0;
        font-size: 19.6px;}
.secondary-quote .featured-entries{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding-bottom: calc(1.88rem * 1.5);
        margin-bottom: calc(1.88rem * 1.5);
        border-bottom: 1px solid #D5DEE9;}
.secondary-quote .open-lead{
        display: inline-block;
        padding: 0.35rem 0.85rem;
        border: 1px solid #D5DEE9;
        border-radius: 0.34rem;
        background: #F2F5F9;
        color: #22334A;
        font-size: calc(19.6px * .875);
        text-decoration: none;
        transition: background 370ms var(--delay-fast),
                    color 370ms var(--delay-fast),
                    border-color 370ms var(--delay-fast);
    }
.secondary-quote .open-lead:hover{
        background: #0E2A4E;
        color: #FFFFFF;
        border-color: #0E2A4E;
    }
.secondary-quote .open-plan{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.secondary-quote .plain-fields{
        display: grid;
        grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
        gap: 1.88rem;
        align-items: stretch;
        background: #FFFFFF;
        color: #0E1B2C;
        border: 1px solid #D5DEE9;
        border-radius: 0.98rem;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0,0,0,0.18);
        transition: box-shadow 370ms var(--delay-fast),
                    transform 370ms var(--delay-fast);
    }
.secondary-quote .plain-fields:hover{box-shadow: 0 12px 14px rgba(0,0,0,0.23);
        transform: translateY(-2px);}
.secondary-quote .visual-inner{
        position: relative;
        background: #F2F5F9;
        min-height: 180px;color:#22334A;}
.secondary-quote .visual-inner img{display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;}
.secondary-quote .visual-frame{padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.secondary-quote .clear-method{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1rem;
        font-size: calc(19.6px * .875);}
.secondary-quote .clear-method .secondary-summary{
        padding: 0.1rem 0.55rem;
        border-radius: 0.34rem;
        background: #F26A1B;
        color: #1A0E04;
        font-weight: 600;
    }
.secondary-quote h3{margin: 0;
        font-size: calc(19.6px * 1.35);
        line-height: 1.25;}
.secondary-quote h3 a{color: inherit;
        text-decoration: none;
        transition: color 370ms var(--delay-fast);}
.secondary-quote h3 a:hover{}
.secondary-quote .visual-frame p{margin: 0;
        font-size: 19.6px;
        line-height: 1.58;}
.secondary-quote .main-list{margin-top: auto;
        align-self: flex-start;
        font-size: calc(19.6px * .875);
        font-weight: 600;
        text-decoration: none;
        border-bottom: 2px solid #F26A1B;
        padding-bottom: 2px;
        transition: color 370ms var(--delay-fast),
                    border-color 370ms var(--delay-fast);}
.secondary-quote .main-list:hover{border-color: #F26A1B;}
@media (max-width: 760px) {.secondary-quote .plain-fields{
            grid-template-columns: 1fr;
        }.secondary-quote .visual-inner{
            min-height: 200px;
        }
    }
.clear-inner{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: var(--surface-soft);
  color: var(--ink-clear);
}
.clear-inner .team-body{max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.clear-inner .main-lead{max-width: 62rem;}
.clear-inner h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.clear-inner .main-lead p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.58;
  color: #C7D1DE;}
.clear-inner .direct-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.clear-inner .page-header{
  flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.98rem;
  border: 1px solid #22334A;
  background: var(--surface-soft);
  color: var(--ink-clear);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  transition: transform 370ms var(--delay-fast), border-color 370ms var(--delay-fast);
}
.clear-inner .page-header.is-quiet{
  background: #FFFFFF;
  color: #0E1B2C;
  border-color: #D5DEE9;
}
.clear-inner .page-header:hover{transform: translateY(calc(calc(1.5rem * .75) * -.18));
  border-color: #F26A1B;}
.clear-inner .page-header .open-lead{font-size: calc(19.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C7D1DE;}
.clear-inner .page-header.is-quiet .open-lead{color:inherit;}
.clear-inner .page-header strong{font-size: calc(19.6px * 1.35);
  line-height: 1.2;}
.clear-inner .page-header small{font-size: calc(19.6px * .875);
  line-height: 1.58;
  color: #C7D1DE;}
.clear-inner .page-header.is-quiet small{color:inherit;}
.clear-inner .open-view{margin: 0;
  font-size: calc(19.6px * .875);
  color: #C7D1DE;
  max-width: 58rem;}
@media (max-width: 780px) {.clear-inner .direct-nav{
    flex-direction: column;
  }
}
.direct-summary{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.direct-summary .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(calc(1.88rem * 1.5) * .55);}
.direct-summary h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.direct-summary .steady-region{max-width: 40rem;
        text-align: center;}
.direct-summary p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.direct-summary{
            padding-top: calc(calc(1.5rem * 2.4) * .56);
            padding-bottom: calc(calc(1.5rem * 2.4) * .56);
        }.direct-summary h1{
            max-width: 100%;
        }.direct-summary .steady-region{
            max-width: 100%;
        }
    }
.visual-items{
  --mark-strong:calc(1.5rem * 1.3);
  --axis-soft:calc(1680px / 2.4);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#F2F5F9;
  color:#22334A;
}
.visual-items .team-body{max-width:1680px;
  margin:0 auto;}
.visual-items h2,
.visual-items h3,
.visual-items p{margin:0;}
.visual-items h2{font-size:calc(19.6px * 2);
  line-height:1.14;}
.visual-items h3{font-size:calc(19.6px * 1.35);
  line-height:1.22;}
.visual-items p{font-size:19.6px;
  line-height:1.58;}
.visual-items .main-lead{display:flex;
  flex-direction:column;
  gap:calc(calc(1.88rem * 1.5) / 2);
  max-width:var(--axis-soft);}
.visual-items .steady-tile{font-size:calc(19.6px * 1.125);}
.visual-items .open-plan{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;
  margin-top:var(--mark-strong);
  border-top:1px solid #D5DEE9;
  padding-top:var(--mark-strong);}
.visual-items .plain-fields{flex:1 1 calc(1680px / 5.2);
  min-width:220px;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.88rem * 1.5) / 3);
  padding-right:1.88rem;
  border-right:1px solid #D5DEE9;}
.visual-items .plain-fields:last-child{border-right:none;
  padding-right:0;}
.visual-items .open-view{margin-top:var(--mark-strong);
  max-width:var(--axis-soft);
  font-size:calc(19.6px * .875);}
@media (max-width:900px){.visual-items .plain-fields{
    flex:1 1 100%;
    border-right:none;
    padding-right:0;
    padding-bottom:1.88rem;
    border-bottom:1px solid #D5DEE9;
  }.visual-items .plain-fields:last-child{
    border-bottom:none;
    padding-bottom:0;
  }
}
.offer-nav{--mark-strong:calc(1.5rem * 1.11);--axis-soft:calc(1680px / 2.35);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.offer-nav .team-body{max-width:1680px;margin:0 auto;}
.offer-nav h2,.offer-nav h3,.offer-nav p{margin:0;}
.offer-nav h2{font-size:calc(19.6px * 2);line-height:1.12;}
.offer-nav h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.offer-nav p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-nav .local-block{padding-block:calc(var(--mark-strong) / 2);}
.offer-nav .site-area{row-gap:calc(var(--mark-strong) * 1.2);}
.offer-nav .page-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-nav .secondary-brand{display:flex;align-items:flex-start;gap:1.88rem;}
.offer-nav .narrow-fields{flex:1 1 calc(1680px / 3);min-width:0;}
.offer-nav .narrow-fields p{margin-top:1.5rem;}
.offer-nav .open-plan{flex:2 1 calc(1680px / 2);display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.offer-nav .plain-fields{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #F26A1B;}
.offer-nav .plain-fields p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.offer-nav .secondary-brand{flex-direction:column;}.offer-nav .open-plan{margin-top:1.5rem;}}
.primary-lead{
    padding:calc(1.5rem * 2.4) 1.55rem;
    background:#F2F5F9;
    color:#22334A;
}
.primary-lead .team-body{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.88rem;
    align-items:flex-start;}
.primary-lead .team-rail{flex:1 1 340px;
    min-width:280px;}
.primary-lead .team-rail img{width:100%;
    height:auto;
    display:block;
    border-radius:0.98rem;
    border:1px solid #D5DEE9;}
.primary-lead .visual-frame{flex:1 1 420px;
    min-width:280px;}
.primary-lead .visual-frame h2{margin:0 0 calc(1.88rem * 1.5);
    font-size:calc(19.6px * 2);}
.primary-lead .visual-frame h3{margin:calc(1.88rem * 1.5) 0 0.5rem;
    font-size:calc(19.6px * 1.125);}
.primary-lead .steady-tile{margin:0 0 calc(1.88rem * 1.5);
    font-size:19.6px;
    line-height:1.58;}
.primary-lead .narrow-fields p{margin:0 0 0.75rem;}
.primary-lead .open-plan{margin:calc(1.88rem * 1.5) 0 0;
    padding-left:1.1rem;
    display:grid;
    gap:0.5rem;}
.primary-lead .open-plan li{line-height:1.58;}
@media (max-width:820px){.primary-lead .team-body{
        flex-direction:column;
    }
}
.visual-block{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.visual-block .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.visual-block h1{margin: 0;
        max-width: 54rem;
        font-size: clamp(1.95rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.visual-block .steady-region{max-width: 40rem;
        margin: calc(calc(1.88rem * 1.5) * .9) auto 0;
        text-align: center;}
.visual-block p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.visual-block{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.visual-block h1{
            max-width: 100%;
            text-align: left;
        }.visual-block .steady-region{
            text-align: left;
            margin-left: 0;
        }
    }
.content{--mark-strong:calc(1.5rem * 1.19);--axis-soft:calc(1680px / 3.10);--label-nav:calc(1680px / 3.27);padding:calc(1.5rem * 2.4) 1.55rem;background:#F2F5F9;color:#22334A;}
.content .team-body{max-width:1680px;margin:0 auto;}
.content h1,.content h2,.content h3,.content p{margin:0;}
.content h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.content h2{font-size:calc(19.6px * 2);line-height:1.12;}
.content h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.content p{font-size:19.6px;line-height:1.58;}
.content a{color:#0E2A4E;text-decoration:none;}
.content a:hover{color:inherit;}
.content img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.content .steady-tile{font-size:calc(19.6px * 1.125);}
.content .open-view{margin-top:calc(1.88rem * 1.5);font-size:calc(19.6px * .875);}
.content .page-header{margin-top:calc(1.88rem * 1.5);font-size:calc(19.6px * .875);}
.content .open-plan{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.content .plain-fields{min-width:0;}
.content .plain-fields p{margin-top:calc(1.5rem / 3);}
.content .plain-fields img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-nav) * .7);}
.content .compact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.content .compact-service>.narrow-fields{flex:1 1 calc(1680px / 3);min-width:0;}
.content .compact-service>.open-plan{flex:2 1 calc(1680px / 2);margin-top:0;}
.content .compact-service>img{margin-left:auto;max-width:calc(var(--label-nav) * .8);}
.content .narrow-fields .steady-tile{margin-top:1.5rem;}
@media (max-width:900px){.content .compact-service>img{margin-left:0;max-width:100%;}
}
.text-brand{--mark-strong:calc(1.5rem * 1.2);--axis-soft:calc(1680px / 2.9);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.text-brand .team-body{max-width:1680px;margin:0 auto;}
.text-brand h1,.text-brand h2,.text-brand h3,.text-brand p{margin:0;}
.text-brand h2{font-size:calc(19.6px * 2);line-height:1.14;max-width:var(--axis-soft);}
.text-brand p{font-size:19.6px;line-height:1.58;}
.text-brand a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-brand a:hover{}
.text-brand .compact-team{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.text-brand .steady-tile{max-width:var(--axis-soft);color:color-mix(in srgb, currentColor 78%, transparent);}
.text-brand .compact-fields{margin-top:var(--mark-strong);display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.text-brand details{padding:calc(calc(1.5rem * .75) * .95) calc(1.55rem * .9);border-radius:0.61rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid #F26A1B;}
.text-brand summary{cursor:pointer;font-weight:700;font-size:calc(19.6px * 1.125);line-height:1.3;}
.text-brand summary::marker{}
.text-brand details p{margin-top:calc(1.5rem / 3.2);color:color-mix(in srgb, currentColor 80%, transparent);}
.text-brand .open-view{margin-top:var(--mark-strong);max-width:var(--axis-soft);font-size:calc(19.6px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width:720px){.text-brand h2{max-width:none;}.text-brand .steady-tile,.text-brand .open-view{max-width:none;}
}
.local-benefit{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.local-benefit .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(1.88rem * 1.5);}
.local-benefit h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.local-benefit .steady-region{max-width: 38rem;
        margin: 0;
        padding-top: calc(1.88rem * 1.5);
        border-top: 1px solid #D5DEE9;
        text-align: center;}
.local-benefit p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.local-benefit{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.local-benefit h1{
            max-width: 100%;
            text-align: left;
        }.local-benefit .team-list{
            align-items: flex-start;
        }.local-benefit .steady-region{
            text-align: left;
        }
    }
.simple-story{--mark-strong:calc(1.5rem * 1.19);--axis-soft:calc(1680px / 2.80);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.simple-story .team-body{max-width:1680px;margin:0 auto;}
.simple-story h2,.simple-story h3,.simple-story p{margin:0;}
.simple-story h2{font-size:calc(19.6px * 2);line-height:1.12;}
.simple-story h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.simple-story p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-story a{color:inherit;text-decoration:none;}
.simple-story .open-view{font-size:calc(19.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.simple-story .steady-tile{max-width:var(--axis-soft);margin-top:calc(1.5rem / 2);}
.simple-story .simple-frame{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.34rem;background:#F26A1B;color:#1A0E04;}
.simple-story .simple-frame:hover{background:#D9560C;color:#0E1B2C;}
.simple-story .open-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--mark-strong);}
.simple-story .plain-fields{flex:1 1 calc(1680px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-story .plain-fields p,.simple-story .plain-fields a{margin-top:calc(1.5rem / 3);}
.simple-story .plain-fields a{display:inline-block;font-size:calc(19.6px * .875);text-decoration:underline;text-underline-offset:3px;}
.simple-story .plain-fields a:hover{}
.simple-story .view{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.simple-story .view>.narrow-fields{flex:1 1 auto;min-width:0;}
.simple-story .view>.simple-frame{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.simple-story .view>.open-plan{flex:1 1 100%;}
.simple-story .narrow-fields h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.simple-story .plain-fields{flex:1 1 100%;}.simple-story .simple-frame{width:100%;}
}
.direct-footer{--mark-strong:calc(1.5rem * 1.02);--axis-soft:calc(1680px / 2.85);--label-nav:calc(1680px / 4.05);padding:calc(1.5rem * 2.4) 1.55rem;background:#FFFFFF;color:#0E1B2C;}
.direct-footer .team-body{max-width:1680px;margin:0 auto;}
.direct-footer h1,.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.direct-footer h2{font-size:calc(19.6px * 2);line-height:1.12;}
.direct-footer h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.direct-footer p{font-size:19.6px;line-height:1.58;color:#22334A;}
.direct-footer a{color:#0E2A4E;text-decoration:none;}
.direct-footer a:hover{color:inherit;}
.direct-footer img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.direct-footer .steady-tile{margin-top:1.5rem;}
.direct-footer .active-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.direct-footer .main-lead{flex:1 1 calc(1680px / 3);min-width:0;}
.direct-footer .main-lead img{margin-top:var(--mark-strong);}
.direct-footer .open-plan{flex:1 1 calc(1680px / 2);min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.direct-footer .plain-fields{flex:1 1 calc(1680px / 4.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #F26A1B;}
.direct-footer .plain-fields p{margin-top:calc(1.5rem / 3);}
.direct-footer .page-header{margin-top:var(--mark-strong);font-size:calc(19.6px * .875);}
@media (max-width:900px){.direct-footer .main-lead,.direct-footer .open-plan{flex:1 1 100%;}.direct-footer .plain-fields{flex:1 1 calc(1680px / 3);}
}
.media-brand{--mark-strong:calc(1.5rem * 1.15);--axis-soft:calc(1680px / 2.4);padding:calc(1.5rem * 2.4) 1.55rem;background:#F26A1B;color:#1A0E04;}
.media-brand .team-body{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.88rem;}
.media-brand .narrow-fields{flex:1 1 34rem;min-width:0;}
.media-brand h2{font-size:calc(19.6px * 2);line-height:1.12;margin:0;max-width:var(--axis-soft);}
.media-brand p{margin:0;font-size:19.6px;line-height:1.58;}
.media-brand .steady-tile{margin-top:calc(1.88rem * 1.5);max-width:var(--axis-soft);}
.media-brand .open-view{margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);max-width:var(--axis-soft);}
.media-brand .text-unit{flex:0 1 22rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.media-brand .simple-frame{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.34rem;background:#1A0E04;color:#F26A1B;font-weight:600;text-decoration:none;transition:background 370ms var(--delay-fast),color 370ms var(--delay-fast);}
.media-brand .simple-frame:hover{background:var(--surface-soft);color:var(--ink-clear);}
.media-brand .page-header{display:flex;flex-wrap:wrap;gap:1.55rem;font-size:calc(19.6px * .875);}
.media-brand .page-header a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.media-brand .page-header a:hover{text-decoration-thickness:2px;}
@media (max-width:720px){.media-brand .team-body{flex-direction:column;align-items:flex-start;}.media-brand .text-unit{flex:1 1 auto;width:100%;}
}
.top-media{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.55rem calc(calc(1.5rem * 2.4) * .62);
        background: #FFFFFF;
        color: #0E1B2C;
    }
.top-media .team-list{max-width: 1680px;
        margin: 0 auto;}
.top-media .steady-tile{max-width: 48rem;
        margin: 0 auto;
        padding-left: 1.1rem;
        border-left: 3px solid #F26A1B;}
.top-media h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.005em;}
.top-media .narrow-fields{margin: calc(1.88rem * 1.5) 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.68;
        color: #22334A;}
@media (max-width: 680px) {.top-media{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .48);
        }.top-media .steady-tile{
            padding-left: .85rem;
        }
    }
.benefit{--mark-strong:calc(1.5rem * 1.02);--axis-soft:calc(1680px / 3.15);--label-nav:calc(1680px / 3.11);padding:calc(1.5rem * 2.4) 1.55rem;background:#F26A1B;color:#1A0E04;}
.benefit .team-body{max-width:1680px;margin:0 auto;}
.benefit h1,.benefit h2,.benefit h3,.benefit p{margin:0;}
.benefit h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.benefit h2{font-size:calc(19.6px * 2);line-height:1.12;}
.benefit h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.benefit p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.benefit a{color:inherit;text-decoration:none;}
.benefit img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.benefit .simple-frame{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.34rem;background:#1A0E04;color:#F26A1B;}
.benefit .steady-tile,.benefit .open-view{}
.benefit .open-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--mark-strong);}
.benefit .plain-fields{flex:1 1 calc(1680px / 4);min-width:0;}
.benefit .plain-fields p,.benefit .plain-fields a{margin-top:calc(1.5rem / 3);}
.benefit .plain-fields img{margin-bottom:calc(1.5rem / 2);}
.benefit .open-tile{text-align:center;}
.benefit .open-tile>.steady-tile{margin:1.5rem auto 0;}
.benefit .open-tile>img{margin:var(--mark-strong) auto 0;}
.benefit .open-view{margin-top:var(--mark-strong);}
.service-list{--mark-strong:calc(1.5rem * 1.18);--axis-soft:calc(1680px / 2.9);padding:calc(1.5rem * 2.4) 1.55rem;background:#F2F5F9;color:#22334A;}
.service-list .team-body{max-width:1680px;margin:0 auto;}
.service-list h2,.service-list h3,.service-list p{margin:0;}
.service-list h2{font-size:calc(19.6px * 2);line-height:1.14;}
.service-list h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.service-list p{font-size:19.6px;line-height:1.58;}
.service-list .steady-tile{margin-top:1.5rem;max-width:var(--axis-soft);}
.service-list .open-view{margin-top:calc(1.88rem * 1.5);font-size:calc(19.6px * .875);color:#22334A;opacity:.78;max-width:var(--axis-soft);}
.service-list .open-plan{display:flex;flex-direction:column;gap:0;margin-top:0;}
.service-list .plain-fields{min-width:0;padding:calc(1.88rem * 1.5) 0;border-top:1px solid #D5DEE9;}
.service-list .plain-fields:last-child{border-bottom:1px solid #D5DEE9;}
.service-list .plain-fields p{margin-top:calc(1.5rem / 3.4);}
.service-list .secondary-brand{display:flex;align-items:flex-start;gap:1.88rem;}
.service-list .secondary-brand>.narrow-fields{flex:1 1 calc(1680px / 3.1);min-width:0;}
.service-list .secondary-brand>.open-plan{flex:2 1 calc(1680px / 1.9);min-width:0;}
@media(max-width:760px){.service-list .secondary-brand{flex-direction:column;}.service-list .secondary-brand>.open-plan{margin-top:var(--mark-strong);}}
.text-quote{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.55rem calc(calc(1.5rem * 2.4) * .66);
        background: #FFFFFF;
        color: #0E1B2C;
    }
.text-quote .team-list{max-width: 1680px;
        margin: 0 auto;}
.text-quote .steady-tile{max-width: 46rem;
        margin: 0 auto;
        text-align: center;}
.text-quote h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(19.6px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.text-quote p{margin: calc(1.88rem * 1.5) auto 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.text-quote{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.text-quote .steady-tile{
            text-align: left;
        }
    }
.contact-tile{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: var(--surface-soft);
  color: var(--ink-clear);
}
.contact-tile .team-body{max-width: 1680px;
  margin: 0 auto;}
.contact-tile .main-lead{max-width: 58rem;
  margin-bottom: calc(1.88rem * 1.5);}
.contact-tile h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.contact-tile .main-lead p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);
  color: #C7D1DE;}
.contact-tile .plain-contact{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;
  align-items: flex-start;}
.contact-tile .open-view{flex: 1 1 22rem;
  min-width: 0;}
.contact-tile .open-view .main-callout{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.6px;
  color: #C7D1DE;}
.contact-tile .open-plan{margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-tile .open-plan li{position: relative;
  padding-left: 1.1rem;
  font-size: calc(19.6px * .875);
  border-left: 2px solid #F26A1B;}
.contact-tile .page-header{
  flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.98rem;
  border: 1px solid #22334A;
  background: #FFFFFF;
  color: #0E1B2C;
}
.contact-tile .public-view{display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.contact-tile .public-view span{font-size: calc(19.6px * .875);color:inherit;}
.contact-tile .public-view input,
.contact-tile .public-view textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.8rem;
  font: inherit;
  font-size: 19.6px;
  color: #0E1B2C;
  background: #FFFFFF;
  border: 1px solid #D5DEE9;
  border-radius: 0.61rem;
}
.contact-tile .public-view input::placeholder,
.contact-tile .public-view textarea::placeholder{color: rgba(255,255,255,0.55);}
.contact-tile .public-view input:focus,
.contact-tile .public-view textarea:focus{outline: 2px solid #F26A1B;
  outline-offset: 1px;}
.contact-tile .simple-frame{
  align-self: flex-start;
  padding: 0.75rem 1.4rem;
  font: inherit;
  font-weight: 600;
  color: #1A0E04;
  background: #F26A1B;
  border: none;
  border-radius: 0.61rem;
  cursor: pointer;
  transition: background 370ms var(--delay-fast);
}
.contact-tile .simple-frame:hover{
  background: #D9560C;color:#0E1B2C;}
.contact-tile .visual-story{margin: 0;
  font-size: calc(19.6px * .875);color:inherit;}
.contact-tile .visual-story a{color:inherit;
  text-decoration: underline;}
.contact-tile .visual-story a:hover{color: #F26A1B;}
@media (max-width: 780px) {.contact-tile .plain-contact{
    flex-direction: column;
  }.contact-tile .simple-frame{
    align-self: stretch;
    text-align: center;
  }
}
.team-benefit{
        padding:calc(1.5rem * 2.4) 1.55rem;
        background:linear-gradient(135deg, #0E2A4E 0%, #143A66 55%, #1B4C82 100%);
        color:#FFFFFF;
    }
.team-benefit .team-body{max-width:1680px;
        margin:0 auto;}
.team-benefit .compact-team{margin-bottom:calc(1.88rem * 1.5);}
.team-benefit .compact-team p{margin:0;
        font-size:calc(19.6px * .875);
        font-weight:700;
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.team-benefit .compact-team h2{margin:.4rem 0 0;
        font-size:calc(19.6px * 2);
        line-height:1.15;}
.team-benefit .steady-tile{max-width:62ch;
        margin-bottom:calc(1.88rem * 1.5);
        font-size:19.6px;
        opacity:.92;}
.team-benefit .steady-tile p{margin:0;}
.team-benefit .featured-body{display:flex;
        flex-direction:column;
        gap:1.88rem;}
.team-benefit .service-story{
        display:flex;
        flex-wrap:wrap;
        gap:calc(1.5rem * .75);
        padding:calc(1.5rem * .75);
        border-radius:0.98rem;
        border:1px solid color-mix(in srgb, currentColor 16%, transparent);
        background:color-mix(in srgb, currentColor 10%, transparent);
    }
.team-benefit .service-story .clear-method{flex:1 1 240px;
        min-width:220px;}
.team-benefit .service-story .open-lead{
        display:inline-block;
        margin-bottom:.5rem;
        padding:.2rem .6rem;
        border-radius:0.34rem;
        background:#F26A1B;
        color:#1A0E04;
        font-size:calc(19.6px * .875);
        font-weight:700;
    }
.team-benefit .service-story h3{margin:0;
        font-size:calc(19.6px * 1.35);
        line-height:1.2;}
.team-benefit .service-story p{flex:1 1 320px;
        margin:0;
        font-size:19.6px;
        opacity:.94;}
.team-benefit .service-story .open-view{flex:1 1 100%;
        font-size:calc(19.6px * .875);
        opacity:.78;}
.team-benefit .contact-quote{margin-top:calc(1.88rem * 1.5);
        padding-top:calc(1.88rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        gap:1.88rem;}
.team-benefit .contact-quote p{margin:0;
        max-width:60ch;
        font-size:calc(19.6px * .875);
        opacity:.9;}
.team-benefit .page-header{display:flex;
        flex-wrap:wrap;
        gap:1.88rem;}
.team-benefit .page-header a{color:#FFFFFF;
        font-size:calc(19.6px * .875);
        font-weight:700;
        text-decoration:underline;
        text-underline-offset:3px;}
.team-benefit .page-header a:hover{}
@media (max-width:640px){.team-benefit .service-story{
            flex-direction:column;
        }
    }
.primary-shell{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.55rem calc(calc(1.5rem * 2.4) * .62);
        background: #FFFFFF;
        color: #0E1B2C;
    }
.primary-shell .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.primary-shell h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.primary-shell .steady-region{max-width: 40rem;
        margin-top: calc(1.88rem * 1.5);
        text-align: center;}
.primary-shell p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.68;
        color: #22334A;}
@media (max-width: 680px) {.primary-shell{
            padding-top: calc(calc(1.5rem * 2.4) * .56);
            padding-bottom: calc(calc(1.5rem * 2.4) * .48);
        }.primary-shell h1{
            max-width: 100%;
        }
    }
.active-grid{
        --mark-strong: calc(1.5rem * 1.22);
        --font-small: calc(1680px / 3.4);
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: var(--surface-soft);
        color: var(--ink-clear);
    }
.active-grid .team-body{max-width: 1680px;
        margin: 0 auto;}
.active-grid h2,
    .active-grid h3,
    .active-grid p{margin: 0;}
.active-grid h2{font-size: calc(19.6px * 2);
        line-height: 1.14;}
.active-grid h3{font-size: calc(19.6px * 1.35);
        line-height: 1.22;}
.active-grid p{font-size: 19.6px;
        line-height: 1.58;}
.active-grid a{color: inherit;
        text-decoration: none;}
.active-grid .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.88rem;}
.active-grid .row-title h2{flex: 1 1 calc(1680px / 2.9);
        min-width: 0;}
.active-grid .row-title > p{flex: 1 1 calc(1680px / 3.2);
        min-width: 0;
        opacity: .88;}
.active-grid .local-block{padding-block: calc(var(--mark-strong) / 2);}
.active-grid .site-area{row-gap: calc(var(--mark-strong) * 1.1);}
.active-grid .open-plan{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-strong);
        margin-top: var(--mark-strong);}
.active-grid .plain-fields{flex: 1 1 var(--font-small);
        min-width: 0;
        padding-block-start: calc(calc(1.5rem * .75) / 1.4);
        border-top: 1px solid rgba(255, 255, 255, .22);}
.active-grid .plain-fields p{margin-top: calc(1.5rem / 3.2);
        opacity: .9;}
.active-grid .plain-fields a{display: inline-flex;
        margin-top: calc(1.5rem / 2.2);
        padding-block-end: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        font-size: calc(19.6px * .875);
        letter-spacing: .02em;
        text-transform: uppercase;
        transition: border-color 370ms var(--delay-fast), opacity 370ms var(--delay-fast);}
.active-grid .plain-fields a:hover{border-color: #F26A1B;
        opacity: .92;}
.active-grid .page-header{flex: 1 1 100%;
        margin-top: calc(var(--mark-strong) / 1.6);
        padding-block-start: calc(calc(1.5rem * .75) / 1.6);
        border-top: 1px solid rgba(255, 255, 255, .18);
        font-size: calc(19.6px * .875);
        opacity: .82;}
.active-grid .page-header a{border-bottom: 1px solid rgba(255, 255, 255, .45);
        transition: border-color 370ms var(--delay-fast);}
.active-grid .page-header a:hover{border-color: #F26A1B;}
@media (max-width: 720px) {.active-grid .row-title h2,
        .active-grid .row-title > p{
            flex: 1 1 100%;
        }
    }
.team-wrap{padding:calc(1.5rem * 2.4) 1.55rem;background:linear-gradient(135deg, #0E2A4E 0%, #143A66 55%, #1B4C82 100%);color:#FFFFFF}
.team-wrap .team-body{max-width:1680px;margin:0 auto}
.team-wrap .featured-entries{display:flex;gap:calc(1.88rem * 1.5);align-items:flex-start}
.team-wrap .visual-links{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 26%,transparent);padding-left:1.5rem}
.team-wrap .visual-links .open-view{margin:0;font-size:calc(19.6px * .875);line-height:1.58;opacity:.92}
.team-wrap .visual-frame{flex:1 1 46rem;min-width:0}
.team-wrap h2{margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.team-wrap .steady-tile{margin:calc(1.5rem * .75) 0 0;max-width:62ch;line-height:1.58;opacity:.9}
.team-wrap .open-plan{margin-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:0}
.team-wrap .service-story{display:flex;gap:1.5rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,#FFFFFF 18%,transparent)}
.team-wrap .service-story:last-child{border-bottom:1px solid color-mix(in srgb,#FFFFFF 18%,transparent)}
.team-wrap strong{flex:0 1 13rem;min-width:0;font-size:calc(19.6px * .875);letter-spacing:.01em}
.team-wrap span{flex:1 1 30rem;min-width:0;line-height:1.58;opacity:.94}
@media(max-width:760px){.team-wrap .featured-entries{display:block}.team-wrap .visual-links{border-left:0;padding-left:0}.team-wrap .visual-frame{margin-top:calc(1.88rem * 1.5)}.team-wrap .service-story{display:block;padding:calc(1.5rem * .75) 0}.team-wrap span{display:block;margin-top:calc(1.5rem * .75)}
}
.plain-view{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.plain-view .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(1.88rem * 1.5);}
.plain-view h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 4.6vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: left;}
.plain-view .steady-region{max-width: 44rem;
        padding-left: 0;
        border-left: 0;}
.plain-view p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (min-width: 900px) {.plain-view .team-list{
            flex-direction: row;
            align-items: flex-end;
            justify-content: space-between;
            gap: 1.88rem;
        }.plain-view h1{
            flex: 1 1 58%;
        }.plain-view .steady-region{
            flex: 1 1 38%;
            padding-bottom: 0.35rem;
        }
    }
@media (max-width: 680px) {.plain-view{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.plain-view h1{
            max-width: 100%;
        }
    }
.text-track{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: linear-gradient(135deg, #0E2A4E 0%, #143A66 55%, #1B4C82 100%);
        color: #FFFFFF;
    }
.text-track .team-body{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.88rem * 1.5);}
.text-track .steady-tile{max-width: 52rem;}
.text-track h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.08;}
.text-track .steady-tile p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.58;}
.text-track .steady-tile .open-view{font-size: calc(19.6px * .875);
        opacity: 0.82;}
.text-track .narrow-nav{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);}
.text-track .focused-steps{display: grid;
        grid-template-columns: minmax(0, 1fr) 18rem;
        gap: 1.88rem;
        align-items: start;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);}
.text-track .top-lead{margin: 0;
        font-size: 19.6px;
        line-height: 1.58;}
.text-track .site-flow{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #F26A1B;}
.text-track .site-flow strong{font-size: calc(19.6px * .875);
        line-height: 1.35;}
.text-track .site-flow span{font-size: calc(19.6px * .875);
        opacity: 0.78;}
@media (max-width: 860px) {.text-track .focused-steps{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.text-track .site-flow{
            padding-left: 0;
            border-left: none;
            border-top: 2px solid #F26A1B;
            padding-top: 0.6rem;
        }
    }
.active-header{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: #F2F5F9;
        color: #22334A
    }
.active-header .team-body{max-width: 1680px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.active-header .main-lead{max-width: 38rem;
        margin-bottom: calc(1.88rem * 1.5)}
.active-header .main-lead p{margin: 0;
        font-size: calc(19.6px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.58}
.active-header h2{margin: 1.5rem 0 0;
        font-size: calc(19.6px * 2);
        line-height: 1.08}
.active-header .focused-wrap{display: flex;
        flex-wrap: wrap;
        gap: 1.88rem}
.active-header .open-view{
        flex: 1 1 18rem;
        padding: calc(1.5rem * .75);
        background: #FFFFFF;
        color: #0E1B2C;
        border: 1px solid #D5DEE9;
        border-radius: 0.61rem;
        line-height: 1.58
    }
.active-header .open-plan{flex: 1 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column}
.active-header li{padding: 1.5rem 0;
        border-bottom: 1px solid #D5DEE9}
.active-header li:first-child{padding-top: 0}
.active-header li:last-child{border-bottom: 0;
        padding-bottom: 0}
.active-header strong{display: block;
        font-size: calc(19.6px * 1.125);
        line-height: 1.2}
.active-header span{display: block;
        margin-top: calc(1.5rem * .75);
        font-size: 19.6px;
        line-height: 1.58}
.active-header .page-header{margin: calc(1.88rem * 1.5) 0 0;
        font-size: calc(19.6px * .875);
        line-height: 1.58}
.active-header .page-header a{color: #0E2A4E;
        text-decoration: underline;
        text-underline-offset: 3px}
.active-header .page-header a:hover{color:inherit;}
@media (max-width: 720px) {.active-header .focused-wrap{
            display: block
        }.active-header .open-view{
            margin-bottom: 1.5rem
        }
    }
.page-section{
  --mark-strong:calc(1.5rem * 1.15);
  --axis-soft:calc(1680px / 2.6);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#F2F5F9;
  color:#22334A;
}
.page-section .team-body{max-width:1680px;margin:0 auto;}
.page-section h2,.page-section h3,.page-section p{margin:0;}
.page-section h2{font-size:calc(19.6px * 2);line-height:1.14;}
.page-section h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.page-section p{font-size:19.6px;line-height:1.58;}
.page-section .compact-team{max-width:var(--axis-soft);}
.page-section .compact-team .steady-tile{margin-top:calc(calc(1.88rem * 1.5) * .7);color:color-mix(in srgb, currentColor 78%, transparent);}
.page-section .open-plan{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;
  margin-top:var(--mark-strong);}
.page-section .plain-fields{
  flex:1 1 calc(1680px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.61rem;
  background:#FFFFFF;
  color:#0E1B2C;
  border:1px solid #D5DEE9;
  box-shadow:0 2px 6px rgba(0,0,0,0.18);
}
.page-section .plain-fields .bottom-visual{margin-top:calc(calc(1.88rem * 1.5) * .35);
  font-size:calc(19.6px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.page-section .plain-fields .narrow-fields p:last-child{margin-top:calc(calc(1.88rem * 1.5) * .6);}
@media (max-width:900px){.page-section .plain-fields{flex:1 1 100%;}
}
.visual-list{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.visual-list .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.visual-list h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.visual-list .steady-region{max-width: 40rem;
        margin: 1.15rem auto 0;
        text-align: center;}
.visual-list p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.visual-list{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.visual-list h1{
            text-align: left;
        }.visual-list .steady-region{
            text-align: left;
            margin-left: 0;
            margin-right: 0;
        }
    }
.simple-visual{--mark-strong:calc(1.5rem * 1.06);--axis-soft:calc(1680px / 2.30);padding:calc(1.5rem * 2.4) 1.55rem;background:var(--surface-soft);color:var(--ink-clear);}
.simple-visual .team-body{max-width:1680px;margin:0 auto;}
.simple-visual h2,.simple-visual h3,.simple-visual p{margin:0;}
.simple-visual h2{font-size:calc(19.6px * 2);line-height:1.12;}
.simple-visual h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.simple-visual p{font-size:19.6px;line-height:1.58;color:inherit;}
.simple-visual a{color:inherit;text-decoration:none;}
.simple-visual .site-area{row-gap:calc(var(--mark-strong) * 1.2);}
.simple-visual .page-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.simple-visual .steady-tile{margin-top:1.5rem;max-width:var(--axis-soft);}
.simple-visual .open-links{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.simple-visual .plain-fields{min-width:0;padding-block-end:calc(var(--mark-strong) / 2);border-bottom:1px solid color-mix(in srgb, var(--ink-clear) 18%, transparent);}
.simple-visual .plain-fields:last-child{border-bottom:0;padding-block-end:0;}
.simple-visual .plain-fields p{margin-top:calc(1.5rem / 3);max-width:var(--axis-soft);}
.simple-visual .plain-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#F26A1B;color:#1A0E04;font-size:calc(19.6px * .875);}
.simple-visual .plain-fields a:hover{background:#D9560C;color:#0E1B2C;}
@media (min-width:900px){.simple-visual .open-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.88rem;}.simple-visual .plain-fields{padding-block-end:0;border-bottom:0;border-inline-start:2px solid color-mix(in srgb, #F26A1B 70%, transparent);padding-inline-start:calc(1.5rem * .75);}
}
.direct-frame{--mark-strong:calc(1.5rem * 0.99);--axis-soft:calc(1680px / 2.50);--label-nav:calc(1680px / 3.88);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.direct-frame .team-body{max-width:1680px;margin:0 auto;}
.direct-frame h1,.direct-frame h2,.direct-frame h3,.direct-frame p{margin:0;}
.direct-frame h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.direct-frame h2{font-size:calc(19.6px * 2);line-height:1.12;}
.direct-frame h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.direct-frame p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.direct-frame a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.direct-frame a:hover{border-bottom-color:currentColor;}
.direct-frame img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.direct-frame .steady-tile,.direct-frame .open-view{}
.direct-frame .open-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--mark-strong);}
.direct-frame .plain-fields{flex:1 1 calc(1680px / 4);min-width:0;}
.direct-frame .plain-fields h3{margin-bottom:calc(1.5rem / 4);}
.direct-frame .plain-fields p{margin-top:calc(1.5rem / 3);}
.direct-frame .visual-feature>img{margin-top:var(--mark-strong);}
.direct-frame .visual-feature>.steady-tile{margin-top:1.5rem;}
.direct-frame .open-view{margin-top:var(--mark-strong);font-size:calc(19.6px * .875);}
.page-steps{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.page-steps .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.page-steps h1{margin: 0;
        max-width: 54rem;
        font-size: clamp(1.95rem, 5.1vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.005em;
        text-align: center;}
.page-steps .steady-region{max-width: 40rem;
        margin-top: calc(1.88rem * 1.5);
        padding-top: calc(1.88rem * 1.5);
        border-top: 1px solid #D5DEE9;
        text-align: center;}
.page-steps p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.page-steps{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.page-steps h1{
            max-width: 100%;
            text-align: left;
        }.page-steps .steady-region{
            text-align: left;
        }
    }
.local-service{--mark-strong:calc(1.5rem * 1.05);--axis-soft:calc(1680px / 3.10);padding:calc(1.5rem * 2.4) 1.55rem;background:#FFFFFF;color:#0E1B2C;}
.local-service .main-footer{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-strong);}
.local-service h2,.local-service h3,.local-service p,.local-service ol,.local-service li{margin:0;}
.local-service h2{font-size:calc(19.6px * 2);line-height:1.14;max-width:calc(1680px / 1.55);}
.local-service h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.local-service p{font-size:19.6px;line-height:1.58;}
.local-service .main-lead{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.local-service .steady-tile{max-width:calc(1680px / 1.9);}
.local-service .featured-entries{list-style:none;padding:0;display:flex;flex-direction:column;border-top:1px solid #D5DEE9;}
.local-service .service-method{display:flex;gap:1.88rem;padding:calc(calc(1.88rem * 1.5) * .95) 0;border-bottom:1px solid #D5DEE9;align-items:flex-start;}
.local-service .secondary-block{flex:0 0 auto;min-width:3.2rem;font-size:calc(19.6px * 1.125);font-weight:600;letter-spacing:.04em;line-height:1.2;}
.local-service .narrow-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);min-width:0;max-width:var(--axis-soft);}
.local-service .narrow-fields p{}
.local-service .page-header{padding-top:calc(calc(1.88rem * 1.5) * .4);max-width:calc(1680px / 1.7);}
.local-service .page-header p{font-size:calc(19.6px * .875);}
.local-service .page-header a{text-decoration:underline;text-underline-offset:3px;}
.local-service .page-header a:hover{}
@media (max-width:720px){.local-service .service-method{flex-direction:column;gap:calc(1.5rem / 3);}.local-service .secondary-block{min-width:0;}.local-service h2{max-width:none;}
}
.controls{--mark-strong:calc(1.5rem * 1.12);--axis-soft:calc(1680px / 2.45);--label-nav:calc(1680px / 3.38);padding:calc(1.5rem * 2.4) 1.55rem;background:#F2F5F9;color:#22334A;}
.controls .team-body{max-width:1680px;margin:0 auto;}
.controls h1,.controls h2,.controls h3,.controls p{margin:0;}
.controls h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.controls h2{font-size:calc(19.6px * 2);line-height:1.12;}
.controls h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.controls p{font-size:19.6px;line-height:1.58;}
.controls a{color:#0E2A4E;text-decoration:none;}
.controls a:hover{color:inherit;}
.controls img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.controls .steady-tile{margin-top:1.5rem;}
.controls .open-view{margin-top:calc(1.5rem / 2);font-size:calc(19.6px * .875);}
.controls .open-plan{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:0;}
.controls .plain-fields{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #D5DEE9;}
.controls .plain-fields p{margin-top:calc(1.5rem / 3);}
.controls .compact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.controls .compact-service>.narrow-fields{flex:1 1 calc(1680px / 3);min-width:0;}
.controls .compact-service>.open-plan{flex:2 1 calc(1680px / 2);}
.controls .compact-service>img{margin-left:auto;flex:0 1 var(--label-nav);}
.controls .page-header{max-width:1680px;margin:calc(1.88rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:1.88rem;font-size:calc(19.6px * .875);}
.controls .page-header a{border-bottom:1px solid #D5DEE9;padding-bottom:2px;}
@media (max-width:900px){.controls .compact-service>img{flex:1 1 100%;margin-left:0;}
}
.service-track{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.service-track .team-list{max-width: 1680px;
        margin: 0 auto;}
.service-track .steady-tile{max-width: 46rem;
        margin: 0 auto;
        text-align: center;}
.service-track h1{margin: 0;
        font-size: clamp(1.95rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;}
.service-track .narrow-fields{margin: 1.15rem auto 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.service-track{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.service-track .steady-tile{
            text-align: left;
        }.service-track .narrow-fields{
            margin-left: 0;
            margin-right: 0;
        }
    }
.open-figure{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C
    }
.open-figure .team-body{max-width: 1680px;
        margin: 0 auto}
.open-figure .narrow-nav{display: flex;
        flex-direction: column;
        gap: calc(1.88rem * 1.5);
        align-items: flex-start}
.open-figure .main-lead{min-width: 0;
        max-width: 62rem}
.open-figure h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.1}
.open-figure .main-lead p{margin: 1.5rem 0 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.58;
        color: #22334A}
.open-figure ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%}
.open-figure li{display: flex;
        gap: 1.88rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.open-figure li + li{border-top: 1px solid #D5DEE9}
.open-figure strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(19.6px * 1.35);
        line-height: 1.18}
.open-figure span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.58;
        color: #22334A}
@media (max-width: 760px) {.open-figure .narrow-nav,
        .open-figure li{
            display: block
        }.open-figure ul{
            margin-top: calc(1.88rem * 1.5)
        }.open-figure span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.page-figure{--mark-strong:calc(1.5rem * 1.42);--axis-soft:calc(1680px / 2.30);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.page-figure .team-body{max-width:1680px;margin:0 auto;}
.page-figure h2,.page-figure h3,.page-figure p{margin:0;}
.page-figure h2{font-size:calc(19.6px * 2);line-height:1.12;}
.page-figure h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.page-figure p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 74%, transparent);}
.page-figure a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.page-figure a:hover{border-bottom-color:#F26A1B;}
.page-figure img{display:block;width:100%;height:auto;border-radius:0.61rem;}
.page-figure .open-view{max-width:var(--axis-soft);font-size:calc(19.6px * .875);}
.page-figure .steady-tile{max-width:var(--axis-soft);margin-top:var(--mark-strong);}
.page-figure .open-plan{display:flex;flex-wrap:wrap;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.page-figure .plain-fields{flex:1 1 calc(1680px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.61rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.page-figure .plain-fields p{margin-top:calc(1.5rem / 3);}
.page-figure .plain-fields img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.page-figure .offer-plan>h2{margin-top:var(--mark-strong);}
.contact-menu{
    padding:calc(1.5rem * 2.4) 0;
    background:#FFFFFF;
    color:#0E1B2C;
}
.contact-menu .main-footer{max-width:1680px;
    margin:0 auto;
    padding:0 1.55rem;}
.contact-menu .steady-tile,
.contact-menu .narrow-fields,
.contact-menu .open-view,
.contact-menu .page-header{max-width:820px;
    margin-left:auto;
    margin-right:auto;}
.contact-menu .visual-media{margin:0 0 calc(1.88rem * 1.5);
    font-size:calc(19.6px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#22334A;}
.contact-menu h1{margin:0 0 calc(1.88rem * 1.5);
    font-size:calc(19.6px * 2.65);
    line-height:1.18;}
.contact-menu .top-steps{margin:0 0 calc(1.88rem * 1.5);
    font-size:calc(19.6px * 1.125);
    line-height:1.58;
    color:#22334A;}
.contact-menu .clear-method{margin:0;
    font-size:calc(19.6px * .875);
    color:#22334A;}
.contact-menu .site-callout{max-width:980px;
    margin:calc(1.5rem * 2.4) auto;
    padding:0;}
.contact-menu .site-callout img{display:block;
    width:100%;
    height:auto;
    border-radius:0.98rem;
    box-shadow:0 2px 6px rgba(0,0,0,0.18);}
.contact-menu .site-callout figcaption{margin-top:calc(1.88rem * 1.5);
    font-size:calc(19.6px * .875);
    color:#22334A;}
.contact-menu .narrow-fields p{margin:0 0 calc(1.88rem * 1.5);
    line-height:1.58;}
.contact-menu .narrow-fields h2{margin:calc(1.5rem * 2.4) 0 calc(1.88rem * 1.5);
    font-size:calc(19.6px * 1.35);
    line-height:1.3;}
.contact-menu .narrow-fields ul{margin:0 0 calc(1.88rem * 1.5);
    padding-left:1.4rem;}
.contact-menu .narrow-fields li{margin-bottom:0.55rem;
    line-height:1.58;}
.contact-menu .open-view{
    margin-top:calc(1.5rem * 2.4);
    padding:calc(1.5rem * .75);
    background:#F2F5F9;
    color:#22334A;
    border:1px solid #D5DEE9;
    border-left:4px solid #F26A1B;
    border-radius:0.61rem;
}
.contact-menu .open-view p{margin:0;
    line-height:1.58;}
.contact-menu .page-header{margin-top:calc(1.5rem * 2.4);
    display:flex;
    flex-wrap:wrap;
    gap:1.88rem;
    align-items:center;
    justify-content:space-between;
    padding-top:calc(1.88rem * 1.5);
    border-top:1px solid #D5DEE9;}
.contact-menu .page-header a{text-decoration:none;
    font-size:19.6px;}
.contact-menu .page-header .page-unit{color:#0E2A4E;
    font-weight:500;}
.contact-menu .page-header .page-unit:hover{color:inherit;}
.contact-menu .page-header .bottom-list{
    display:inline-block;
    padding:0.7rem 1.4rem;
    border-radius:0.61rem;
    background:#0E2A4E;
    color:#FFFFFF;
    border:1px solid #0E2A4E;
    transition:background-color 370ms var(--delay-fast), border-color 370ms var(--delay-fast);
}
.contact-menu .page-header .bottom-list:hover{
    background:#0A1F3B;
    border-color:#0A1F3B;
    color:#FFFFFF;
}
@media (max-width:640px){.contact-menu .page-header{
        flex-direction:column;
        align-items:flex-start;
    }
}
.contact-feature{
    padding:calc(1.5rem * 2.4) 0;
    color:#0E1B2C;
    background:#FFFFFF;
}
.contact-feature .main-footer{max-width:1680px;
    margin:0 auto;
    padding:0 1.55rem;}
.contact-feature .narrow-fields{max-width:820px;
    margin:0 auto;}
.contact-feature .compact-team{margin-bottom:calc(1.88rem * 1.5);}
.contact-feature .visual-media{font-size:calc(19.6px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:#22334A;
    margin:0 0 0.6rem;}
.contact-feature h1{margin:0 0 0.9rem;
    font-size:calc(19.6px * 2.65);
    line-height:1.18;}
.contact-feature .steady-tile{margin:0;
    font-size:calc(19.6px * 1.125);
    line-height:1.58;
    color:#22334A;}
.contact-feature .site-callout{margin:0 0 calc(1.88rem * 1.5);}
.contact-feature .site-callout img{display:block;
    width:100%;
    height:auto;
    border-radius:0.98rem;
    border:1px solid #D5DEE9;
    box-shadow:0 2px 6px rgba(0,0,0,0.18);}
.contact-feature .site-callout figcaption{margin-top:0.7rem;
    font-size:calc(19.6px * .875);
    color:#22334A;}
.contact-feature .plain-contact h2{margin:calc(1.88rem * 1.5) 0 0.8rem;
    font-size:calc(19.6px * 1.35);
    line-height:1.25;}
.contact-feature .plain-contact p{margin:0 0 1.2rem;
    line-height:1.58;}
.contact-feature .plain-contact ul{margin:0 0 1.4rem;
    padding-left:1.3rem;}
.contact-feature .plain-contact li{margin-bottom:0.5rem;
    line-height:1.6;}
.contact-feature .open-view{
    margin:calc(1.88rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:#F2F5F9;
    color:#22334A;
    border-left:3px solid #F26A1B;
    border-radius:0.61rem;
}
.contact-feature .open-view p{margin:0;}
.contact-feature .contact-quote{margin-top:calc(1.88rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D5DEE9;}
.contact-feature .byline{margin:0 0 0.9rem;
    font-size:calc(19.6px * .875);
    color:#22334A;}
.contact-feature .read{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;}
.contact-feature .read a{color:#0E2A4E;
    text-decoration:none;
    font-size:19.6px;
    border-bottom:1px solid transparent;
    transition:color 370ms var(--delay-fast), border-color 370ms var(--delay-fast);}
.contact-feature .read a:hover{color:inherit;
    border-bottom-color:#F26A1B;}
@media (max-width:640px){.contact-feature .read{
        flex-direction:column;
        gap:0.6rem;
    }
}
.primary-links{
      padding: calc(calc(1.5rem * 2.4) * 1.6) 1.55rem;
      background: #FFFFFF;
      color: #0E1B2C;
    }
.primary-links .text-wrap,
    .primary-links .content-rail,
    .primary-links .media-proof{max-width: 1680px;
      margin: 0 auto;}
.primary-links h1{margin: 0;
      font-size: clamp(2.1rem, 4.6vw, 3.8rem);
      line-height: 1.04;}
.primary-links .featured-wrap{display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin: calc(1.88rem * 1.5) 0 0;}
.primary-links .featured-wrap span{
      background: #F2F5F9;
      color: #22334A;
      border: 1px solid #D5DEE9;
      border-radius: 0.34rem;
      padding: 0.38rem 0.7rem;
      font-size: calc(19.6px * .875);
      letter-spacing: 0.02em;
    }
.primary-links .compact-proof{display: block;
      width: min(100%, 1180px);
      max-height: 500px;
      object-fit: cover;
      border-radius: 0.98rem;
      box-shadow: 0 12px 14px rgba(0,0,0,0.23);
      margin: calc(1.88rem * 1.5) auto 0;}
.primary-links .content-rail{
      margin-top: calc(1.88rem * 1.5);
      background: #FFFFFF;
      color: #0E1B2C;
      border: 1px solid #D5DEE9;
      border-radius: 1.1rem;
      padding: calc(1.5rem * .75);
    }
.primary-links .wide-header{margin: 0;
      font-size: calc(19.6px * 1.125);
      line-height: 1.58;
      color: #0E1B2C;}
.primary-links .clear-panel{margin-top: calc(1.88rem * 1.5);
      padding-top: calc(1.88rem * 1.5);
      border-top: 1px solid #D5DEE9;}
.primary-links .clear-panel:first-of-type{border-top: 0;
      padding-top: 0;}
.primary-links h2{margin: 0 0 0.6rem;
      font-size: clamp(1.35rem, 2.6vw, 1.85rem);
      line-height: 1.18;
      color: #0E1B2C;}
.primary-links p{margin: 0.7rem 0 0;
      line-height: 1.58;
      color: #0E1B2C;
      opacity: 0.88;}
.primary-links .media-proof{margin-top: calc(1.88rem * 1.5);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.88rem;
      padding-top: calc(1.88rem * 1.5);
      border-top: 1px solid #D5DEE9;}
.primary-links .media-proof .page-header{display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: calc(19.6px * .875);
      color: #0E2A4E;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: color 370ms var(--delay-fast), border-color 370ms var(--delay-fast);}
.primary-links .media-proof .page-header:hover{color:inherit;
      border-bottom-color: #F26A1B;}
.primary-links .media-proof .media-copy{font-size: calc(19.6px * .875);
      color: #22334A;}
@media (max-width: 640px) {.primary-links{
        padding: calc(calc(1.5rem * 2.4) * 1.1) 1.55rem;
      }.primary-links .content-rail{
        padding: calc(1.88rem * 1.5);
      }
    }
.text-media{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.55rem;
        background: #FFFFFF;
        color: #0E1B2C;
    }
.text-media .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.text-media h1{margin: 0;
        max-width: 48rem;
        font-size: clamp(1.95rem, 5vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.005em;
        text-align: center;}
.text-media .steady-region{max-width: 40rem;
        margin: 1.35rem auto 0;
        text-align: center;}
.text-media p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.7;
        color: #22334A;}
@media (max-width: 680px) {.text-media{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.text-media h1{
            max-width: 100%;
        }
    }
.site-content{background:#FFFFFF;color:#0E1B2C;padding:calc(1.5rem * 2.4) 1.55rem}
.site-content .team-body{max-width:1680px;margin:0 auto}
.site-content .main-section{display:grid;grid-template-columns:1.15fr .7fr 1fr;gap:calc(1.88rem * 1.5);align-items:start}
.site-content .main-lead{min-width:0}
.site-content h2{margin:0;font-size:clamp(calc(19.6px * 2),4.4vw,calc(19.6px * 2.65));line-height:1.08;letter-spacing:0}
.site-content p{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.6}
.site-content .open-view{margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);color:#22334A;background:#F2F5F9;padding:calc(1.5rem * .75);border-radius:0.34rem;border-left:3px solid #F26A1B}
.site-content .top-section{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.98rem;box-shadow:0 2px 6px rgba(0,0,0,0.18)}
.site-content .media-fields{display:flex;flex-direction:column;gap:1.88rem}
.site-content .media-fields a{padding:calc(1.5rem * .75);border-radius:0.61rem;background:#FFFFFF;color:#0E1B2C;border:1px solid #D5DEE9;text-decoration:none;transition:border-color 370ms var(--delay-fast)}
.site-content .media-fields a:hover{border-color:#F26A1B}
.site-content strong,.site-content span{display:block}
.site-content strong{font-size:19.6px}
.site-content span{margin-top:calc(calc(1.5rem * .75)*.5);color:#22334A;line-height:1.55;font-size:calc(19.6px * .875)}
@media(max-width:820px){.site-content .main-section{grid-template-columns:1fr}.site-content .top-section{aspect-ratio:16/9}}
.menu{padding:calc(1.5rem * 2.4) 1.55rem;background:#F2F5F9;color:#22334A}
.menu .team-body{max-width:1680px;margin:0 auto}
.menu .main-lead{max-width:60ch;margin-bottom:calc(1.88rem * 1.5)}
.menu h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * 2);line-height:1.15}
.menu .steady-tile{margin:0;font-size:19.6px;line-height:1.58}
.menu .quiet-actions{display:flex;flex-wrap:wrap;gap:1.88rem;padding:1.5rem;border:1px solid #D5DEE9;border-radius:1.1rem;background:#FFFFFF;color:#0E1B2C}
.menu .public-view{flex:1 1 220px;min-width:0;display:flex;flex-direction:column}
.menu .offer-contact{flex:1 1 100%}
.menu .public-view span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.6px * .875)}
.menu input,
.menu textarea{width:100%;box-sizing:border-box;border:1px solid #D5DEE9;border-radius:0.61rem;background:#FFFFFF;color:#0E1B2C;font:inherit;padding:calc(1.5rem * .75);outline:none}
.menu textarea{resize:vertical;min-height:6rem}
.menu input:focus,
.menu textarea:focus{box-shadow:0 0 0 2px #F26A1B}
.menu button{flex:0 0 auto;align-self:flex-end;border:0;border-radius:0.61rem;background:#F26A1B;color:#1A0E04;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 370ms var(--delay-fast)}
.menu button:hover{background:#D9560C;color:#0E1B2C;}
.menu .open-view{max-width:62ch;margin:1.5rem 0 0;font-size:calc(19.6px * .875);line-height:1.58}
@media(max-width:860px){.menu .quiet-actions{display:block}.menu .public-view,.menu button{display:block;width:100%;margin-top:1.5rem}.menu .public-view:first-child{margin-top:0}.menu button{align-self:stretch}}
.headline{padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF}
.headline .secondary-nav{max-width:min(1680px,60rem);margin:0 auto}
.headline h2{margin:0;font-size:calc(19.6px * 2);line-height:1.1}
.headline .service-proof{margin:1.5rem 0 calc(1.88rem * 1.5);font-size:calc(19.6px * 1.125);line-height:1.58}
.headline .open-callout{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.headline .open-view{padding:calc(1.5rem * .75) 0}
.headline .open-view + .open-view{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.headline h3{margin:0 0 0.5rem;font-size:calc(19.6px * 1.35);line-height:1.25}
.headline .open-view p{margin:0;font-size:19.6px;line-height:1.58}
@media (min-width:900px){.headline .open-view{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.88rem;align-items:start}.headline h3{margin:0}
}
.public-note{padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF}
.public-note .secondary-nav{max-width:min(1680px,64rem);margin:0 auto}
.public-note .main-lead{max-width:52rem}
.public-note h2{margin:0;font-size:calc(19.6px * 2);line-height:1.12}
.public-note .service-proof{margin:calc(1.88rem * 1.5) 0 1.5rem;font-size:calc(19.6px * 1.125);line-height:1.55}
.public-note .open-callout{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.public-note .open-view{padding:1.88rem 0}
.public-note .open-view + .open-view{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.public-note h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.6px * 1.35);line-height:1.25;letter-spacing:0.01em}
.public-note .open-view p{margin:0;line-height:1.6}
@media (min-width:900px){.public-note .open-view{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.88rem;align-items:start}.public-note h3{margin:0}
}
.soft-feature{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.55rem calc(calc(1.5rem * 2.4) * .62);
        background: #FFFFFF;
        color: #0E1B2C;
    }
.soft-feature .team-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(1.88rem * 1.5);}
.soft-feature h1{margin: 0;
        font-size: clamp(1.95rem, 5.2vw, calc(19.6px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.soft-feature .steady-region{max-width: 40rem;
        text-align: center;}
.soft-feature p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.6px);
        line-height: 1.74;
        color: #22334A;}
@media (max-width: 680px) {.soft-feature{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.soft-feature h1{
            font-size: clamp(1.7rem, 8vw, 2.4rem);
        }
    }
.narrow-rail{--mark-strong:calc(1.5rem * 0.87);--axis-soft:calc(1680px / 2.11);padding:calc(1.5rem * 2.4) 1.55rem;background:#0E2A4E;color:#FFFFFF;}
.narrow-rail .team-body{max-width:1680px;margin:0 auto;}
.narrow-rail h2,.narrow-rail p{margin:0;}
.narrow-rail h2{font-size:calc(19.6px * 2);line-height:1.12;}
.narrow-rail p{font-size:19.6px;line-height:1.58;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-rail a{color:inherit;text-decoration:none;}
.narrow-rail .simple-frame{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#F26A1B;color:#1A0E04;font-weight:600;transition:background 370ms var(--delay-fast);}
.narrow-rail .simple-frame:hover{background:#D9560C;color:#0E1B2C;}
.narrow-rail .main-links{text-align:center;}
.narrow-rail .main-links p{margin:1.5rem auto 0;max-width:calc(1680px / 2);}
.narrow-rail .main-links .simple-frame{margin-top:1.5rem;}
.narrow-rail .page-header{margin-top:calc(var(--mark-strong) * .6);font-size:calc(19.6px * .875);}
.narrow-rail .page-header a{text-decoration:underline;text-underline-offset:3px;}
.narrow-rail .page-header a:hover{}
.narrow-rail .site-area{row-gap:calc(var(--mark-strong) * 1.2);}
.narrow-rail .page-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-view{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: var(--surface-soft);
  color: var(--ink-clear);
}
.team-view .team-body{max-width: min(1680px, 74rem);
  margin: 0 auto;}
.team-view .steady-tile{max-width: 46rem;}
.team-view h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.team-view .main-lead{margin: calc(1.5rem * .75) 0 0;
  color: #C7D1DE;
  font-size: calc(19.6px * 1.125);}
.team-view .page-header{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.88rem * 1.5);}
.team-view .service-method{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #22334A;
  border-radius: 0.98rem;
  background: var(--surface-soft);
  color: var(--ink-clear);
}
.team-view .service-method .page-details{display: block;
  margin-bottom: 0.5rem;
  font-size: calc(19.6px * .875);
  letter-spacing: 0.08em;
  color: #F26A1B;}
.team-view .service-method strong{display: block;
  font-size: calc(19.6px * 1.35);
  line-height: 1.25;}
.team-view .service-method p{margin: 0.6rem 0 0;
  color: #C7D1DE;
  font-size: calc(19.6px * .875);}
.team-view .visual-links{display: flex;
  flex-wrap: wrap;
  gap: calc(1.88rem * 1.5);
  margin-top: calc(1.88rem * 1.5);
  padding-top: calc(1.88rem * 1.5);
  border-top: 1px solid #22334A;}
.team-view .public-view{flex: 1 1 20rem;}
.team-view .public-view strong{display: block;
  font-size: 19.6px;
  margin-bottom: 0.5rem;}
.team-view .public-view p{margin: 0 0 0.4rem;
  color: #C7D1DE;
  font-size: calc(19.6px * .875);}
.team-view .public-view .main-callout a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-view .public-view .main-callout a:hover{color: #F26A1B;}
.team-view .page-unit{display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.75rem;}
.team-view .page-unit a{color: #F26A1B;
  font-size: calc(19.6px * .875);
  text-decoration: none;
  border-bottom: 1px solid transparent;}
.team-view .page-unit a:hover{border-bottom-color: #F26A1B;}
@media (max-width: 640px) {.team-view .service-method{
    flex: 1 1 100%;
  }
}
.service-rail{
  background: #FFFFFF;
  color: #0E1B2C;
  padding: calc(1.5rem * 2.4) 1.55rem;
}
.service-rail .team-body{width: min(100%, 1680px);
  margin: 0 auto;}
.service-rail .open-contact{display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.service-rail .main-callout{display: flex;
  align-items: flex-end;
  gap: calc(1.88rem * 1.5);}
.service-rail h1{flex: 0 1 520px;
  margin: 0;
  font-size: clamp(calc(19.6px * 2), 6vw, calc(19.6px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.service-rail .main-callout p{flex: 1 1 320px;
  margin: 0;
  min-width: 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.58;
  color: #22334A;}
.service-rail .page-unit{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.98rem;
  background: #F2F5F9;
  color: #22334A;
}
.service-rail a{color: inherit;
  text-decoration: none;}
.service-rail .simple-frame{
  padding: 12px 18px;
  border-radius: 0.61rem;
  background: #0E2A4E;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 370ms var(--delay-fast);
}
.service-rail .simple-frame:hover{
  background: #0A1F3B;color:#0E1B2C;}
.service-rail .steady-area{display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  min-width: 0;}
.service-rail .steady-area a{color: #0E2A4E;
  border-bottom: 1px solid #D5DEE9;
  padding-bottom: 2px;
  transition: color 370ms var(--delay-fast), border-color 370ms var(--delay-fast);}
.service-rail .steady-area a:hover{color:inherit;
  border-color: #F26A1B;}
.service-rail .open-view{margin: 0;
  max-width: 720px;
  font-size: calc(19.6px * .875);
  line-height: 1.58;
  color: #22334A;}
@media (max-width: 720px) {.service-rail .main-callout{
    align-items: flex-start;
    flex-direction: column;
  }.service-rail .page-unit{
    align-items: flex-start;
    flex-direction: column;
  }
}
