html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-deep: #0F3D6E;
  --ink-clear: #FFFFFF;
  --motion-base: cubic-bezier(0.16,1,0.3,1);
}
a{color:inherit;}
header {
    width: 100%;
    background: #F5F7FA;
    color: #141C26;
    border-bottom: 1px solid #D6DDE6;
  }
.open-callout {
    max-width: 1600px;
    margin: 0 auto;
    padding: calc(2rem * 1.5) 2.37rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
.media-visual {
    font-size: calc(18.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #141C26;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.media-visual:hover {
    color: #F26B1D;
  }
.clear-rail {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.simple-region {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.37rem;
  }
.simple-region a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 18.9px;
    color: #141C26;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 310ms var(--motion-base),
                border-color 310ms var(--motion-base);
  }
.simple-region a:hover {
    color: #F26B1D;
    border-bottom-color: #F26B1D;
  }
.public-tile {
    display: flex;
    align-items: center;
    gap: 2.37rem;
    flex-shrink: 0;
  }
.local-content {
    font-size: calc(18.9px * .875);
    color: #2A3542;
    text-decoration: none;
    transition: color 310ms var(--motion-base);
  }
.local-content:hover {
    color: #F26B1D;
  }
.local-links {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: calc(18.9px * .875);
    font-weight: 600;
    background: #0F3D6E;
    color: #FFFFFF;
    border-radius: 0.5rem;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.15);
    transition: background 310ms var(--motion-base),
                box-shadow 310ms var(--motion-base);
  }
.local-links:hover{
    background: #0A2E54;
    box-shadow: 0 12px 20px rgba(0,0,0,0.19);color:#141C26;}
.public-service {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #E7ECF2;
    color: #2A3542;
    border: 1px solid #D6DDE6;
    border-radius: 0.26rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.public-service span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 310ms var(--motion-base),
                opacity 310ms var(--motion-base);
  }
.public-service[aria-expanded="true"] span:nth-child(1){transform: translateY(6px) rotate(45deg);}
.public-service[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.public-service[aria-expanded="true"] span:nth-child(3){transform: translateY(-6px) rotate(-45deg);}
@media (max-width: 960px) {
    .simple-region {
      gap: calc(2rem * 1.5);
    }
    .local-content {
      display: none;
    }
  }
@media (max-width: 767px) {
    .open-callout {
      flex-wrap: wrap;
      padding: calc(2rem * 1.5) 2.37rem;
    }

    .public-service {
      display: flex;
    }

    .clear-rail {
      order: 3;
      flex: 1 1 100%;
      justify-content: flex-start;
      max-height: 0;
      overflow: hidden;
      transition: max-height 310ms var(--motion-base);
    }

    .clear-rail.is-open {
      max-height: 420px;
    }

    .simple-region {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
      padding: calc(2rem * 1.5) 0 0;
    }

    .simple-region li {
      border-top: 1px solid #D6DDE6;
    }

    .simple-region a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 18.9px;
      border-bottom: none;
    }

    .simple-region a:hover {
      border-bottom-color: transparent;
    }

    .public-tile {
      margin-left: auto;
    }

    .local-links {
      padding: 0.5rem 0.85rem;
    }
  }
.text-steps{font-family:"Space Grotesk", sans-serif;font-size:18.9px;line-height:1.64;width:100%;padding:0;background:var(--surface-deep);color:var(--ink-clear);}
.top-brand{max-width:1600px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.37rem;display:grid;grid-template-columns:1fr;gap:calc(2rem * 1.5)}
.strong-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-panel{font-size:calc(18.9px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75) 0;opacity:0.72}
.team-flow{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:18.9px}
.main-tile,
  .top-intro{display:block}
.primary-steps{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-figure{font-size:calc(18.9px * 1.35);font-weight:700;margin:0;letter-spacing:-0.01em}
.compact-actions{margin:0;font-size:calc(18.9px * .875);max-width:32ch;opacity:0.78}
.main-links{display:grid;grid-template-columns:1fr;gap:calc(2rem * 1.5)}
.active-benefit{min-width:0}
.simple-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.offer-body{color:inherit;text-decoration:none;font-size:calc(18.9px * .875);border-bottom:1px solid transparent;transition:border-color 310ms var(--motion-base),
                opacity 310ms var(--motion-base)}
.offer-body:hover,
  .offer-body:focus-visible{border-bottom-color:currentColor;outline:none}
.plain-footer{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.text-wrap{margin:0;font-size:calc(18.9px * .875);max-width:72ch;opacity:0.82}
.focused-wrap{margin:0;font-size:calc(18.9px * .875);opacity:0.7}
@media (min-width: 640px) {.main-links{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.top-brand{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contacts brand"
        "nav nav"
        "legal legal";column-gap:2.37rem;row-gap:calc(1.5rem * 2.4)}.strong-visual{grid-area:contacts}.primary-steps{grid-area:brand}.main-links{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.plain-footer{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
footer .soft-quote{flex:1 1 100%;max-width:1600px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(18.9px * .875);line-height:1.64;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .focused-plan{max-width:1600px;margin:0 auto;padding:calc(1.5rem * 0.8) 2.37rem;background:#FFFFFF;border:1px solid #D6DDE6;border-radius:0.87rem 0.87rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 2rem;align-items:center;justify-content:space-between;color:#141C26;}
.cookies .primary-menu{flex:1 1 420px;}
.cookies .site-story{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:6px;background:#E7ECF2;color:#2A3542;}
.cookies .primary-menu strong{display:block;margin-bottom:4px;}
.cookies .primary-menu p{margin:0;}
.cookies .simple-team{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .simple-team button{border:1px solid #D6DDE6;background:#FFFFFF;color:#141C26;border-radius:0.26rem;padding:8px 12px;cursor:pointer;}
.cookies .simple-team button.cookie-accept{background:#F26B1D;color:#1A1206;border-color:transparent;font-weight:700;}
.media-nav{
  padding:calc(1.5rem * 2.4) 2.37rem;
  background:linear-gradient(90deg,rgba(15,61,110,.82),rgba(15,61,110,.48)),url("https://images.pexels.com/photos/4483610/pexels-photo-4483610.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#0F3D6E;
  color:var(--ink-clear);
}
.media-nav .compact-list{max-width:1600px;margin:0 auto;}
.media-nav h1,.media-nav p{margin:0;}
.media-nav .text-row{display:flex;
  align-items:flex-end;
  gap:2rem;
  flex-wrap:wrap;}
.media-nav h1{font-size:calc(18.9px * 2.65);
  line-height:1.08;
  flex:1 1 22rem;
  min-width:0;}
.media-nav .bottom-media{flex:1 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(2rem * 1.5);}
.media-nav .local-section{font-size:18.9px;
  line-height:1.64;
  color:rgba(255,255,255,.82);}
.media-nav .team-quote{
  display:inline-flex;
  align-self:flex-start;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:#F26B1D;
  color:#1A1206;
  text-decoration:none;
  font-weight:600;
  transition:background 310ms var(--motion-base);
}
.media-nav .team-quote:hover{background:#D8580F;color:#141C26;}
.media-nav .text-quote{font-size:calc(18.9px * .875);
  color:rgba(255,255,255,.72);}
.media-nav .text-quote a{color:var(--ink-clear);
  text-decoration:underline;
  text-underline-offset:3px;}
.media-nav .text-quote a:hover{}
@media(max-width:760px){.media-nav .text-row{align-items:flex-start;flex-direction:column;}
}
.answer{
  padding: calc(1.5rem * 2.4) 2.37rem;
  background: var(--surface-deep);
  color: var(--ink-clear);
}
.answer .compact-list{max-width: min(1600px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2rem * 1.5);
  align-items: flex-start;}
.answer .local-section{flex: 1 1 26rem;
  min-width: 0;}
.answer .clear-contact{
  flex: 1 1 22rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: #FFFFFF;
  color: #141C26;
}
.answer h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.9px * 2);
  line-height: 1.1;}
.answer .local-section p{margin: 0 0 calc(1.5rem * .75);
  color: #C9D1DB;
  font-size: calc(18.9px * 1.125);
  line-height: 1.64;}
.answer .local-section a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #F26B1D;
  color: #1A1206;
  text-decoration: none;
  font-weight: 600;
  transition: background 310ms var(--motion-base);
}
.answer .local-section a:hover{
  background: #D8580F;color:#141C26;}
.answer .page-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;color:inherit;}
.answer ul{list-style: none;
  margin: 0;
  padding: 0;}
.answer li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #D6DDE6;}
.answer li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.answer li strong,
.answer li span{display: block;}
.answer li strong{font-size: 18.9px;}
.answer li span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(18.9px * .875);
  line-height: 1.64;}
.answer .top-flow{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.9px * .875);color:inherit;}
.answer .top-flow a{color:inherit;
  text-decoration: underline;}
.answer .top-flow a:hover{color:inherit;}
@media (max-width: 760px) {.answer .compact-list{
    flex-direction: column;
  }
}
.bottom-view{
  --field-content:calc(1.5rem * 0.9);
  padding:calc(1.5rem * 2.4) 2.37rem;
  background:#0F3D6E;
  color:#FFFFFF;
}
.bottom-view .compact-list{max-width:1600px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(var(--field-content) * 1.1);}
.bottom-view h2{margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.14;}
.bottom-view p{margin:0;
  font-size:18.9px;
  line-height:1.64;}
.bottom-view .page-feature p{margin-top:calc(2rem * 1.5);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-view .visual-contact{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2rem;
  padding-block:calc(var(--field-content) * 0.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-view .team-quote{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:#F26B1D;
  color:#1A1206;
  font-weight:600;
  text-decoration:none;
  transition:background 310ms var(--motion-base);
}
.bottom-view .team-quote:hover{
  background:#D8580F;color:#141C26;}
.bottom-view .local-section{flex:1 1 22rem;
  font-size:calc(18.9px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.bottom-view .text-quote{display:flex;
  flex-wrap:wrap;
  gap:calc(2rem * 0.75);
  font-size:calc(18.9px * .875);}
.bottom-view .text-quote a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;
  transition:border-color 310ms var(--motion-base);}
.bottom-view .text-quote a:hover{border-color:#F26B1D;}
@media (max-width:640px){.bottom-view .visual-contact{
    flex-direction:column;
    align-items:flex-start;
  }.bottom-view .team-quote{
    width:100%;
  }
}
.public-group{--field-content:calc(1.5rem * 1.18);--gap-list:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.public-group .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.public-group h2,.public-group p{margin:0;}
.public-group h2{font-size:calc(18.9px * 2);line-height:1.14;}
.public-group .offer-method{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.public-group .page-feature{font-size:calc(18.9px * 1.125);line-height:1.64;color:#2A3542;}
.public-group .bottom-media{font-size:18.9px;line-height:1.64;}
.public-group .local-copy{display:flex;flex-direction:column;gap:calc(calc(2rem * 1.5) / 2.2);}
.public-group details{padding:var(--gap-list);border-radius:0.5rem;background:#FFFFFF;color:#141C26;border:1px solid #D6DDE6;}
.public-group summary{cursor:pointer;font-weight:700;font-size:18.9px;line-height:1.35;list-style-position:outside;}
.public-group summary::marker{color:inherit;}
.public-group details p{margin-top:calc(1.5rem / 3.4);font-size:calc(18.9px * .875);line-height:1.64;color:#2A3542;}
.public-group .text-quote{font-size:calc(18.9px * .875);line-height:1.64;color:#2A3542;padding-top:calc(1.5rem / 3);border-top:1px solid #D6DDE6;}
.public-group .text-quote a{color:#0F3D6E;text-decoration:underline;text-underline-offset:3px;}
.public-group .text-quote a:hover{color:inherit;}
@media (max-width:720px){.public-group .page-feature{font-size:18.9px;}.public-group details{padding:calc(1.5rem * .75);}
}
.visual-copy{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);color:#FFFFFF;}
.visual-copy .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2rem * 1.5);}
.visual-copy .team-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.visual-copy .team-feature h2{margin:0;font-size:calc(18.9px * 2);line-height:1.2;}
.visual-copy .team-feature p{margin:0;font-size:18.9px;opacity:.94;}
.visual-copy .content-headline{display:flex;flex-direction:column;gap:2rem;}
.visual-copy .fresh-header{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.87rem;background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;transition:background 310ms var(--motion-base);}
.visual-copy .fresh-header button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;font-size:18.9px;padding:calc(1.5rem * .75) calc(1.5rem * .75);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:2rem;}
.visual-copy .fresh-header button::after{content:"+";font-weight:400;font-size:calc(18.9px * 1.125);line-height:1;transition:transform 310ms var(--motion-base);}
.visual-copy .fresh-header.is-open button::after{transform:rotate(45deg);}
.visual-copy .fresh-header p{margin:0;max-height:0;overflow:hidden;padding:0 calc(1.5rem * .75);transition:max-height 310ms var(--motion-base),padding 310ms var(--motion-base);opacity:.95;}
.visual-copy .fresh-header.is-open p{max-height:320px;padding:0 calc(1.5rem * .75) calc(1.5rem * .75);}
.visual-copy .fresh-header p a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;}
.visual-copy .fresh-header p a:hover{}
@media (min-width:900px){.visual-copy .team-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:2rem;align-items:end;}
    }
.steady-wrap{
  background: #F5F7FA;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.37rem;
  overflow: hidden;
}
.steady-wrap .compact-list{width: min(100%, 1600px);
  margin: 0 auto;}
.steady-wrap h2,
.steady-wrap h3,
.steady-wrap p{margin: 0;}
.steady-wrap h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.steady-wrap h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.steady-wrap p{font-size: 18.9px; line-height: 1.64;}
.steady-wrap a{color: inherit; text-decoration: none;}
.steady-wrap .soft-tile{
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
}
.steady-wrap [data-soft]{animation: settingsJournalIn calc(310ms * 2.4) var(--motion-base) both;
  animation-delay: var(--mark-base, 0ms);}
@keyframes settingsJournalIn {from{ opacity: .2; transform: translateY(calc(calc(2rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
.steady-wrap .benefit{display: flex;
  flex-direction: column;
  gap: calc(2rem * 1.5);
  max-width: min(100%, 68rem);}
.steady-wrap .focused-unit{display: grid;
  gap: 1.5rem;}
.steady-wrap .focused-unit h2{font-size: calc(18.9px * 2.65);}
.steady-wrap .service-panel{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.steady-wrap .narrow-fields{display: grid;
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #F26B1D;}
.steady-wrap .narrow-fields span{font-size: calc(18.9px * .875);
  letter-spacing: .08em;
  color: #2A3542;}
.steady-wrap .wide-wrap{border-radius: 0.87rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;}
.steady-wrap .wide-wrap > *{flex: 1 1 min(100%, 16rem);}
.steady-wrap .wide-wrap a{border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
@media (max-width: 840px) {.steady-wrap .focused-unit h2{ font-size: clamp(calc(18.9px * 2), 12vw, calc(18.9px * 2.65)); }.steady-wrap .wide-wrap{ display: block; }.steady-wrap .wide-wrap > * + *{ margin-top: calc(1.5rem * .75); }
}
.featured-brand{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
  overflow: hidden;
}
.featured-brand .compact-list{width: min(100%, 1600px);
  margin: 0 auto;}
.featured-brand h2,
.featured-brand h3,
.featured-brand p{margin: 0;}
.featured-brand h2{font-size: calc(18.9px * 2); line-height: 1.08;}
.featured-brand h3{font-size: calc(18.9px * 1.35); line-height: 1.16;}
.featured-brand p{font-size: 18.9px; line-height: 1.64;}
.featured-brand a{color: inherit; text-decoration: none;}
.featured-brand .strong-items{
  background: linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);
  color: #1A1206;
}
.featured-brand .soft-tile{
  background: color-mix(in srgb, #FFFFFF 88%, #F26B1D 12%);
  color: #141C26;
  border: 1px solid #D6DDE6;
}
.featured-brand [data-soft]{animation: securitycheckpanoramaIn calc(310ms * 2.6) var(--motion-base) both;
  animation-delay: var(--mark-base, 0ms);}
@keyframes securitycheckpanoramaIn {from{ opacity: .18; transform: translateY(calc(calc(2rem * 2) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
.featured-brand .compact-rail{display: grid; gap: calc(2rem * 1.5);}
.featured-brand .top-wrap{display: grid; gap: 1.5rem; max-width: 78rem;}
.featured-brand .top-wrap h2{font-size: calc(18.9px * 2.65);}
.featured-brand .primary-track{display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.5rem;
  border-radius: 1.32rem;
  align-items: center;}
.featured-brand .primary-track > *{flex: 1 1 min(100%, 18rem);}
.featured-brand .primary-track strong{font-size: calc(18.9px * 1.125);}
.featured-brand .visual-benefit{display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, .34fr);
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x proximity;}
.featured-brand .quiet-body{scroll-snap-align: start;
  min-height: 15rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;}
.featured-brand .quiet-body span{font-size: calc(18.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .78;}
.featured-brand[data-flow="2"] .quiet-body:nth-child(2n){transform: translateY(calc(1.5rem * .75));}
@media (max-width: 760px) {.featured-brand .top-wrap h2{ font-size: clamp(calc(18.9px * 2), 13vw, calc(18.9px * 2.65)); }.featured-brand .primary-track{ display: block; }.featured-brand .primary-track > * + *{ margin-top: calc(1.5rem * .75); }.featured-brand[data-flow="2"] .quiet-body:nth-child(2n){ transform: none; }
}
.strong-quote{
  background: #F5F7FA;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.strong-quote .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .32fr);
  gap: 2rem;
  align-items: start;}
.strong-quote h2,
.strong-quote h3,
.strong-quote p{margin: 0;}
.strong-quote h2{font-size: calc(18.9px * 2);
  line-height: 1.08;}
.strong-quote h3{font-size: calc(18.9px * 1.35);
  line-height: 1.18;}
.strong-quote p{font-size: 18.9px;
  line-height: 1.64;}
.strong-quote .featured-tile{display: grid;
  gap: calc(2rem * 1.5);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D6DDE6;}
.strong-quote .media-benefit{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: var(--surface-deep);
  color: var(--ink-clear);
}
.strong-quote .media-benefit strong{font-size: calc(18.9px * 1.35); line-height: 1.2;}
.strong-quote .media-benefit p{font-size: calc(18.9px * .875);}
.strong-quote .media-benefit a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(18.9px * .875);}
.strong-quote .media-benefit a:hover{opacity: .8;}
.strong-quote .content-surface{
  grid-column: 1 / -1;
  border: 1px solid #D6DDE6;
  border-radius: 0.87rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #141C26;
}
.strong-quote .entries{display: grid;
  grid-template-columns: 1rem minmax(9rem, .3fr) minmax(0, 1fr) minmax(5rem, .18fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-bottom: 1px solid #D6DDE6;}
.strong-quote .entries:last-child{border-bottom: 0;}
.strong-quote .primary-shell{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #F26B1D;
  animation: activitiesLamp calc(310ms * 5) var(--motion-base) infinite alternate;color:#1A1206;}
.strong-quote .clear-grid{color: #2A3542;
  font-size: calc(18.9px * .875);
  line-height: 1.4;}
@keyframes activitiesLamp {from{ opacity: .4; transform: scale(.85); }to{ opacity: 1; transform: scale(1.15); }
}
@media (max-width: 820px) {.strong-quote .compact-list{
    grid-template-columns: 1fr;
  }.strong-quote .entries{
    grid-template-columns: 1rem minmax(0, 1fr);
    row-gap: calc(1.5rem * .75);
  }.strong-quote .entries h3,
  .strong-quote .entries p,
  .strong-quote .entries .clear-grid{
    grid-column: 2 / -1;
  }
}
.direct-list{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.direct-list .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 2rem;}
.direct-list h2,
.direct-list h3,
.direct-list p{margin: 0;}
.direct-list h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.direct-list h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.direct-list p{font-size: 18.9px; line-height: 1.64;}
.direct-list .service-area{
  display: grid;
  gap: calc(2rem * 1.5);
  padding: calc(2rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);
  color: #1A1206;
}
.direct-list .wide-quote{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.direct-list [data-block]{
  grid-column: span 2;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  animation: profileSummaryIn calc(310ms * 2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.direct-list [data-block]:nth-child(1),
.direct-list [data-block]:nth-child(4){grid-column: span 3;}
.direct-list [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.direct-list .narrow-benefit{}
@keyframes profileSummaryIn {from{ opacity: .25; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.direct-list .wide-quote{ grid-template-columns: 1fr; }.direct-list [data-block],
  .direct-list [data-block]:nth-child(1),
  .direct-list [data-block]:nth-child(4){ grid-column: auto; }
}
.active-steps{padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.secondary-proof{max-width:1600px;margin:0 auto;}
.active-steps h1{margin:0;font-size:calc(18.9px * 2.65);line-height:1.08;}
.main-fields{
        padding:calc(1.5rem * 2.4) 2.37rem;
        background:#E7ECF2;
        color:#2A3542;
    }
.main-fields .compact-list{max-width:1600px;
        margin:0 auto;
        display:grid;
        grid-template-columns:1fr 1.15fr;
        gap:2rem;
        align-items:start;}
.main-fields .offer-service img{width:100%;
        height:auto;
        display:block;
        border-radius:0.87rem;
        border:1px solid #D6DDE6;
        box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.main-fields .clear-fields h2{margin:0 0 calc(2rem * 1.5);
        font-size:calc(18.9px * 2);
        line-height:1.2;}
.main-fields .clear-fields h3{margin:calc(2rem * 1.5) 0 0.4rem;
        font-size:18.9px;
        letter-spacing:0.01em;}
.main-fields .clear-fields p{margin:0 0 0.75rem;
        font-size:18.9px;
        line-height:1.64;}
.main-fields .clear-fields .page-feature{font-size:calc(18.9px * 1.125);}
.main-fields .clear-fields ul{margin:calc(2rem * 1.5) 0 0;
        padding-left:1.1rem;
        display:grid;
        gap:0.5rem;}
.main-fields .clear-fields li{font-size:calc(18.9px * .875);
        line-height:1.64;}
@media (max-width:820px){.main-fields .compact-list{
            grid-template-columns:1fr;
        }
    }
.simple-list{padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.simple-list .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2rem * 1.5);}
.simple-list h2,.simple-list h3,.simple-list p{margin:0;}
.simple-list h2{font-size:calc(18.9px * 2);line-height:1.12;}
.simple-list h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.simple-list p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-list a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-list a:hover{}
.simple-list .page-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.simple-list .local-section{font-size:calc(18.9px * .875);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.simple-list .page-feature{font-size:calc(18.9px * 1.125);line-height:1.5;color:color-mix(in srgb, currentColor 84%, transparent);}
.simple-list .clear-contact{display:flex;flex-direction:column;gap:calc(2rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(2rem * 1.5);}
.simple-list .fresh-header{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding-bottom:calc(2rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.simple-list .fresh-header:last-child{border-bottom:0;padding-bottom:0;}
.simple-list .wide-details{flex:0 0 auto;font-size:calc(18.9px * 1.125);font-weight:600;letter-spacing:.04em;min-width:2.4rem;}
.simple-list .clear-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 3);min-width:0;}
.simple-list .page-tile{padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
@media (max-width:720px){.simple-list .fresh-header{flex-direction:column;gap:calc(1.5rem / 3);}.simple-list .wide-details{min-width:0;}
}
.top-copy{--field-content:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear);}
.top-copy .compact-list{max-width:1600px;margin:0 auto;}
.top-copy h2,.top-copy h3,.top-copy p{margin:0;}
.top-copy h2{font-size:calc(18.9px * 2);line-height:1.14;}
.top-copy h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.top-copy p{font-size:18.9px;line-height:1.64;}
.top-copy .page-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.top-copy .page-feature{max-width:calc(1600px / 2.1);opacity:.9;}
.top-copy .content-headline{display:flex;flex-wrap:wrap;gap:var(--field-content) 2rem;margin-top:var(--field-content);}
.top-copy .fresh-header{flex:1 1 calc(1600px / 3.4);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.5);border-top:1px solid rgba(255,255,255,0.22);}
.top-copy .fresh-header p{margin-top:calc(1.5rem / 3.2);opacity:.86;}
.top-copy .text-quote{margin-top:var(--field-content);font-size:calc(18.9px * .875);opacity:.82;}
.top-copy .text-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.top-copy .text-quote a:hover{color:inherit;}
@media (max-width:760px){.top-copy .fresh-header{flex:1 1 100%;}
}
.content-view{--field-content:calc(1.5rem * 1.05);--field-active:calc(1600px / 9);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.content-view .compact-list{max-width:1600px;margin:0 auto;}
.content-view h2,.content-view h3,.content-view p,.content-view ol,.content-view li{margin:0;}
.content-view h2{font-size:calc(18.9px * 2);line-height:1.12;}
.content-view h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.content-view p{font-size:18.9px;line-height:1.64;}
.content-view a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.content-view a:hover{}
.content-view .page-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-view .page-feature{color:color-mix(in srgb, currentColor 78%, transparent);}
.content-view .top-flow{list-style:none;padding:0;margin-top:var(--field-content);display:flex;flex-direction:column;gap:var(--field-content);border-left:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.content-view .fresh-header{position:relative;padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.content-view .fresh-header::before{content:"";position:absolute;left:calc(-1 * calc(1.5rem * .75));top:calc(calc(1.5rem * .75) / 2);width:10px;height:10px;border-radius:50%;background:#F26B1D;color:#1A1206;}
.content-view .content-entries{font-size:calc(18.9px * .875);letter-spacing:.08em;text-transform:uppercase;}
.content-view .clear-fields p{color:color-mix(in srgb, currentColor 76%, transparent);}
.content-view .local-section{margin-top:var(--field-content);padding-top:calc(2rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (min-width:900px){.content-view .top-flow{gap:calc(var(--field-content) * 1.1);}.content-view .fresh-header{display:grid;grid-template-columns:var(--field-active) 1fr;gap:1.5rem;align-items:start;}
}
.narrow-shell{--field-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.narrow-shell .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.narrow-shell h2,.narrow-shell h3,.narrow-shell p{margin:0;}
.narrow-shell h2{font-size:calc(18.9px * 2);line-height:1.14;}
.narrow-shell h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.narrow-shell p{font-size:18.9px;line-height:1.64;}
.narrow-shell .team-feature{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.narrow-shell .team-feature>h2{flex:1 1 calc(1600px / 3);min-width:0;}
.narrow-shell .team-feature>.page-feature{flex:1 1 calc(1600px / 2.4);min-width:0;}
.narrow-shell .content-headline{display:flex;flex-wrap:wrap;gap:2rem;}
.narrow-shell .fresh-header{flex:1 1 calc(1600px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(2rem * 1.5) * .6);padding:calc(1.5rem * .75);border:1px solid #D6DDE6;border-radius:0.87rem;background:#FFFFFF;color:#141C26;}
.narrow-shell .fresh-header p{}
.narrow-shell .fresh-header a{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * .55) calc(2rem * 1.5);border-radius:0.26rem;background:#0F3D6E;color:#FFFFFF;text-decoration:none;font-size:calc(18.9px * .875);transition:background 310ms var(--motion-base);}
.narrow-shell .fresh-header a:hover{background:#0A2E54;color:#141C26;}
.narrow-shell .local-section{font-size:calc(18.9px * .875);border-top:1px solid #D6DDE6;padding-top:calc(2rem * 1.5);}
.narrow-shell .local-section a{text-decoration:none;border-bottom:1px solid #0F3D6E;}
.narrow-shell .local-section a:hover{border-color:#F26B1D;}
@media (max-width:720px){.narrow-shell .team-feature>h2,.narrow-shell .team-feature>.page-feature,.narrow-shell .fresh-header{flex:1 1 100%;}
}
.open-entries{padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26}
.open-entries .compact-list{max-width:min(1600px,58rem);margin:0 auto}
.open-entries .page-intro{max-width:52rem}
.open-entries h2{margin:0;font-size:calc(18.9px * 2);line-height:1.08}
.open-entries .page-intro p{margin:1.5rem 0 0;color:#2A3542;line-height:1.64}
.open-entries .bottom-content{margin-top:calc(2rem * 1.5);border-top:1px solid #D6DDE6}
.open-entries details{padding:1.5rem 0;border-bottom:1px solid #D6DDE6}
.open-entries summary{cursor:pointer;font-size:calc(18.9px * 1.35);line-height:1.2;list-style:none}
.open-entries summary::-webkit-details-marker{display:none}
.open-entries summary::after{content:"+";float:right;color:inherit;font-weight:600}
.open-entries details[open] summary::after{content:"–"}
.open-entries details p{margin:1.5rem 0 0;color:#2A3542;line-height:1.64}
@media(max-width:720px){.open-entries .bottom-content{margin-top:calc(2rem * 1.5)}.open-entries summary{font-size:18.9px}
}
.direct-entries{--field-content:calc(1.5rem * 0.92);--font-quiet:calc(1600px / 3.6);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.direct-entries .compact-list{max-width:1600px;margin:0 auto;}
.direct-entries h1,.direct-entries h2,.direct-entries h3,.direct-entries p{margin:0;}
.direct-entries h2{font-size:calc(18.9px * 2);line-height:1.12;}
.direct-entries h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.direct-entries p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 76%, transparent);}
.direct-entries a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-entries img{display:block;width:100%;max-width:var(--font-quiet);height:auto;border-radius:0.5rem;}
.direct-entries .plain-visual>img{margin-top:var(--field-content);}
.direct-entries .plain-visual>.page-feature{margin-top:1.5rem;}
.direct-entries .content-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--field-content);}
.direct-entries .fresh-header{flex:1 1 calc(1600px / 4.4);min-width:0;}
.direct-entries .fresh-header p{margin-top:calc(1.5rem / 3);}
.direct-entries .local-section{margin-top:var(--field-content);}
.direct-area{
        --field-content: calc(1.5rem * 1.26);
        --axis-content: calc(1600px / 2.50);
        --font-base: calc(1600px / 3.59);
        padding: calc(1.5rem * 2.4) 2.37rem;
        background: var(--surface-deep);
        color: var(--ink-clear);
    }
.direct-area .compact-list{max-width: 1600px;
        margin: 0 auto;}
.direct-area h1, .direct-area h2, .direct-area h3, .direct-area p, .direct-area ul{margin: 0;}
.direct-area h2{font-size: calc(18.9px * 2);
        line-height: 1.12;}
.direct-area h3{font-size: calc(18.9px * 1.35);
        line-height: 1.2;}
.direct-area p{font-size: 18.9px;
        line-height: 1.64;}
.direct-area a{color: inherit;
        text-decoration: none;}
.direct-area .contact-media{padding-block: calc(var(--field-content) / 2);}
.direct-area .quiet-content{row-gap: calc(var(--field-content) * 1.2);}
.direct-area .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2rem;}
.direct-area .row-title h2{flex: 1 1 calc(1600px / 3);
        min-width: 0;}
.direct-area .row-title > p{flex: 1 1 calc(1600px / 3);
        min-width: 0;}
.direct-area .content-headline{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--field-content);
        margin-top: var(--field-content);}
.direct-area .fresh-header{flex: 1 1 var(--font-base);
        min-width: 0;
        padding-block-start: calc(calc(1.5rem * .75) / 2);
        border-top: 1px solid rgba(255, 255, 255, 0.22);}
.direct-area .fresh-header p{margin-top: calc(1.5rem / 3);}
.direct-area .fresh-header a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;}
.direct-area .fresh-header a:hover{opacity: 1;}
.featured-figure{
  background: #E7ECF2;
  color: #2A3542;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.featured-figure .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;}
.featured-figure .site-contact{margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-figure .quiet-area{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.87rem;
  box-shadow: 0 12px 20px rgba(0,0,0,0.19);}
.featured-figure figcaption{font-size: calc(18.9px * .875);
  line-height: 1.64;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #F26B1D;}
.featured-figure .bottom-panel{display: flex;
  flex-direction: column;
  gap: calc(2rem * 1.5);}
.featured-figure h2,
.featured-figure p{margin: 0;}
.featured-figure h2{font-size: calc(18.9px * 2);
  line-height: 1.08;}
.featured-figure .page-feature{font-size: calc(18.9px * 1.125);
  line-height: 1.64;}
.featured-figure .active-panel{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-figure .media-fields{
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
}
.featured-figure strong{font-size: 18.9px;
  line-height: 1.2;}
.featured-figure .media-fields span{font-size: calc(18.9px * .875);
  line-height: 1.64;}
@media (max-width: 900px) {.featured-figure .compact-list{ grid-template-columns: 1fr; }.featured-figure .quiet-area{ min-height: 18rem; }
}
@media (max-width: 560px) {.featured-figure .media-fields{ grid-template-columns: 1fr; }
}
.clear-nav{
  padding: calc(1.5rem * 2.4) 2.37rem;
  background: var(--surface-deep);
  color: var(--ink-clear);
}
.clear-nav .compact-list{max-width: min(1600px, 72rem);
  margin: 0 auto;}
.clear-nav .page-intro{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: baseline;
  border-bottom: 1px solid #2A3542;
  padding-bottom: calc(1.5rem * .75);}
.clear-nav h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(18.9px * 2);
  line-height: 1.1;}
.clear-nav .page-feature{flex: 1 1 22rem;
  margin: 0;
  font-size: 18.9px;
  color: #C9D1DB;}
.clear-nav .content-headline{list-style: none;
  padding: 0;
  margin: calc(2rem * 1.5) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;}
.clear-nav .fresh-header{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  border-radius: 0.87rem;
  display: flex;
  flex-direction: column;
}
.clear-nav .text-callout{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.9px;
  line-height: 1.64;}
.clear-nav .text-proof{display: block;
  font-weight: 700;
  font-size: 18.9px;
  margin-top: auto;}
.clear-nav .clear-grid{display: block;
  margin-top: 0.35rem;
  font-size: calc(18.9px * .875);color:inherit;}
.clear-nav .strong-content{margin-top: calc(2rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A3542;}
.clear-nav .active-quote{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.9px * .875);
  color: #C9D1DB;}
.clear-nav .fresh-story{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;}
.clear-nav .fresh-story li{
  flex: 0 1 auto;
  padding: 0.4rem 0.9rem;
  font-size: calc(18.9px * .875);
  background: #F26B1D;
  color: #1A1206;
  border-radius: 0.26rem;
}
@media (max-width: 700px) {.clear-nav .content-headline{
    display: block;
  }.clear-nav .fresh-header + .fresh-header{
    margin-top: 2rem;
  }
}
.open-team{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);color:#FFFFFF}
.open-team .compact-list{max-width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap}
.open-team .page-feature{flex:0 0 min(24rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.open-team .page-feature h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.05}
.open-team .page-feature p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.64}
.open-team .page-feature strong{display:block;margin-top:calc(2rem * 1.5);font-size:calc(18.9px * 1.35);line-height:1.15}
.open-team .secondary-shell{flex:1 1 22rem;display:flex;flex-direction:column;min-width:0}
.open-team .contact-unit{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,0.18)}
.open-team .contact-unit:first-child{border-top:0;padding-top:0}
.open-team .contact-unit strong{display:block;font-size:calc(18.9px * 1.35);line-height:1.15}
.open-team .contact-unit p{margin:calc(1.5rem * .75) 0 0;font-size:18.9px;line-height:1.64}
.open-team .text-quote{margin:calc(2rem * 1.5) 0 0;flex:1 1 100%;font-size:calc(18.9px * .875);line-height:1.64}
.open-team .text-quote a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px}
.open-team .text-quote a:hover{}
@media(max-width:860px){.open-team .compact-list{display:block}.open-team .page-feature{position:static;flex:none;padding-top:0;margin-bottom:calc(2rem * 1.5)}.open-team .secondary-shell{display:block}
}
.service-block{--field-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.37rem;background:#E7ECF2;color:#2A3542;}
.service-block .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.service-block h2,.service-block h3,.service-block p{margin:0;}
.service-block h2{font-size:calc(18.9px * 2);line-height:1.14;}
.service-block h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.service-block p{font-size:18.9px;line-height:1.64;}
.service-block .page-intro{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.service-block .page-intro>h2{flex:1 1 calc(1600px / 3.2);min-width:0;}
.service-block .page-intro>.page-feature{flex:1 1 calc(1600px / 2.6);min-width:0;color:#2A3542;}
.service-block .content-headline{display:flex;flex-wrap:wrap;gap:2rem;}
.service-block .fresh-header{flex:1 1 calc(1600px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;color:#141C26;border:1px solid #D6DDE6;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-block .fresh-header a{align-self:flex-start;margin-top:auto;font-size:calc(18.9px * .875);color:#0F3D6E;text-decoration:none;border-bottom:1px solid #0F3D6E;padding-bottom:2px;}
.service-block .fresh-header a:hover{color:inherit;border-color:#F26B1D;}
.service-block .local-section{font-size:calc(18.9px * .875);color:#2A3542;}
.service-block .local-section a{color:#0F3D6E;text-decoration:none;}
.service-block .local-section a:hover{color:inherit;}
@media (max-width:720px){.service-block .page-intro>h2,.service-block .page-intro>.page-feature,.service-block .fresh-header{flex:1 1 100%;}
}
.soft-panel{padding:calc(1.5rem * 2.4) 2.37rem;background:#E7ECF2;color:#2A3542}
.soft-panel .compact-list{max-width:1600px;margin:0 auto}
.soft-panel .fresh-callout{margin-bottom:calc(2rem * 1.5)}
.soft-panel h2{margin:0;font-size:calc(18.9px * 2);line-height:1.08}
.soft-panel .fresh-callout p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.64}
.soft-panel .brand{display:flex;align-items:flex-start;gap:calc(2rem * 1.5);flex-wrap:wrap}
.soft-panel .local-copy{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #F26B1D;padding-left:calc(1.5rem * .75)}
.soft-panel button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 310ms var(--motion-base),transform 310ms var(--motion-base)}
.soft-panel button:hover,.soft-panel button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.soft-panel .steady-track{flex:1 1 30rem;align-self:start;background:#FFFFFF;color:#141C26;border:1px solid #D6DDE6;border-radius:0.87rem;padding:calc(1.5rem * .75)}
.soft-panel [data-response]{display:none}
.soft-panel [data-response].is-active{display:block;animation:clarifyFocusIn calc(310ms*1.8) var(--motion-base) both}
.soft-panel h3{margin:0;font-size:calc(18.9px * 1.35);line-height:1.15}
.soft-panel [data-response] p{margin:1.5rem 0 0;font-size:18.9px;line-height:1.64}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.soft-panel .brand{display:block}.soft-panel .local-copy{margin-bottom:calc(2rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.soft-panel [data-response].is-active{animation:none}}
.main-inner{
  --field-content:calc(1.5rem * 1.15);
  --copy-strong:2px;
  padding:calc(1.5rem * 2.4) 2.37rem;
  background:#F5F7FA;
  color:#141C26;
}
.main-inner .compact-list{max-width:1600px;
  margin:0 auto;}
.main-inner h2,
.main-inner h3,
.main-inner p{margin:0;}
.main-inner h2{font-size:calc(18.9px * 2);
  line-height:1.14;}
.main-inner h3{font-size:calc(18.9px * 1.35);
  line-height:1.22;}
.main-inner .team-feature{display:flex;
  flex-wrap:wrap;
  gap:2rem;
  align-items:flex-start;
  margin-bottom:var(--field-content);}
.main-inner .team-feature>h2{flex:1 1 calc(1600px / 3);
  min-width:0;}
.main-inner .team-feature>.page-feature{flex:1 1 calc(1600px / 3);
  min-width:0;
  font-size:18.9px;
  line-height:1.64;
  color:#2A3542;}
.main-inner .clear-contact{list-style:none;
  margin:0;
  padding:0 0 0 1.5rem;
  border-left:var(--copy-strong) solid #D6DDE6;
  display:flex;
  flex-direction:column;
  gap:var(--field-content);}
.main-inner .wide-details{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:2rem;
  padding:calc(1.5rem * .75);
  border-radius:0.87rem;
  background:#FFFFFF;
  color:#141C26;
  border:1px solid #D6DDE6;
  box-shadow:0 2px 7px rgba(0,0,0,0.15);
}
.main-inner .wide-details::before{
  content:"";
  position:absolute;
  left:calc(1.5rem * -1 - var(--copy-strong) / 2 - 5px);
  top:calc(calc(1.5rem * .75) + 6px);
  width:10px;
  height:10px;
  border-radius:50%;
  background:#F26B1D;color:#1A1206;}
.main-inner .media-fields{flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) / 3);
  min-width:140px;}
.main-inner .featured-flow{
  display:inline-block;
  width:max-content;
  padding:4px 10px;
  border-radius:0.26rem;
  background:#F26B1D;
  color:#1A1206;
  font-size:calc(18.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.main-inner .soft-method{font-size:calc(18.9px * .875);
  color:#2A3542;}
.main-inner .clear-fields{flex:1 1 calc(1600px / 3);
  min-width:0;}
.main-inner .clear-fields p{margin-top:calc(1.5rem / 3);
  font-size:18.9px;
  line-height:1.64;
  color:#2A3542;}
.main-inner .local-section{
  margin-top:var(--field-content);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.5rem;
  background:#E7ECF2;
  color:#2A3542;
  font-size:calc(18.9px * .875);
  line-height:1.64;
}
@media (max-width:720px){.main-inner .clear-contact{
    padding-left:calc(1.5rem * .75);
  }.main-inner .wide-details::before{
    left:calc(calc(1.5rem * .75) * -1 - var(--copy-strong) / 2 - 5px);
  }.main-inner .media-fields{
    min-width:0;
  }
}
.service-fields{--field-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.service-fields .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.service-fields h2,.service-fields h3,.service-fields p,.service-fields li{margin:0;}
.service-fields h2{font-size:calc(18.9px * 2);line-height:1.14;}
.service-fields h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.service-fields p{font-size:18.9px;line-height:1.64;}
.service-fields .page-intro{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.service-fields .page-intro>h2{flex:1 1 calc(1600px / 3.2);min-width:0;}
.service-fields .page-intro>.page-feature{flex:1 1 calc(1600px / 2.6);min-width:0;}
.service-fields .clear-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #D6DDE6;}
.service-fields .wide-details{display:flex;flex-wrap:wrap;gap:2rem;align-items:baseline;padding:calc(calc(2rem * 1.5) * .9) 0;border-bottom:1px solid #D6DDE6;}
.service-fields .media-fields{flex:0 0 auto;font-size:calc(18.9px * .875);letter-spacing:.06em;font-weight:600;}
.service-fields .wide-details>h3{flex:1 1 calc(1600px / 4);min-width:0;}
.service-fields .wide-details>p{flex:1 1 calc(1600px / 2.4);min-width:0;}
.service-fields a{text-decoration:none;border-bottom:1px solid #D6DDE6;transition:color 310ms var(--motion-base),border-color 310ms var(--motion-base);}
.service-fields a:hover{border-color:#F26B1D;}
.service-fields .local-section{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:#E7ECF2;color:#2A3542;font-size:calc(18.9px * .875);}
@media (max-width:720px){.service-fields .wide-details{gap:calc(2rem * .5);}.service-fields .wide-details>h3,.service-fields .wide-details>p{flex:1 1 100%;}
}
.fresh-plan{background:#F5F7FA;color:#141C26;padding:calc(1.5rem * 2.4) 2.37rem}
.fresh-plan .compact-list{max-width:1600px;margin:0 auto}
.fresh-plan .active-stack{display:flex;align-items:flex-start;gap:calc(2rem * 1.5);flex-wrap:wrap}
.fresh-plan .page-intro{flex:1 1 26rem;min-width:0}
.fresh-plan h2{margin:0;font-size:clamp(calc(18.9px * 2),4.4vw,calc(18.9px * 2.65));line-height:1.08;letter-spacing:0}
.fresh-plan p{margin:1.5rem 0 0;color:#2A3542;font-size:calc(18.9px * 1.125);line-height:1.65}
.fresh-plan .simple-actions{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D6DDE6}
.fresh-plan .entries{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #D6DDE6;color:inherit;text-decoration:none;transition:background 310ms var(--motion-base)}
.fresh-plan a.row:hover{background:#E7ECF2;color:#2A3542;}
.fresh-plan strong{flex:0 1 13rem;min-width:0;font-size:18.9px}
.fresh-plan span{flex:1 1 20rem;min-width:0;color:#2A3542;line-height:1.6;font-size:calc(18.9px * .875)}
@media(max-width:760px){.fresh-plan .active-stack{flex-direction:column}.fresh-plan .entries{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.visual-links{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);color:#FFFFFF;}
.visual-links .compact-list{max-width:1600px;margin:0 auto;}
.visual-links .team-feature{margin-bottom:calc(2rem * 1.5);}
.visual-links .team-feature p{margin:0;font-weight:700;font-size:calc(18.9px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.88;}
.visual-links .team-feature h2{margin:10px 0 0;font-size:calc(18.9px * 2);line-height:1.2;}
.visual-links .clear-fields{display:flex;flex-direction:column;gap:calc(2rem * 1.5);}
.visual-links .page-feature{margin:0;font-size:calc(18.9px * 1.125);line-height:1.64;}
.visual-links .content-headline{display:flex;flex-wrap:wrap;gap:2rem;}
.visual-links .fresh-header{flex:1 1 300px;min-width:260px;padding:calc(1.5rem * .75);border-radius:0.87rem;border:1px solid color-mix(in srgb, currentColor 18%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);}
.visual-links .fresh-header .featured-flow{display:inline-block;font-size:calc(18.9px * .875);font-weight:700;padding:2px 10px;border-radius:0.26rem;background:#F26B1D;color:#1A1206;}
.visual-links .fresh-header h3{margin:14px 0 8px;font-size:calc(18.9px * 1.35);}
.visual-links .fresh-header p{margin:0;line-height:1.64;}
.visual-links .fresh-header a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.visual-links .fresh-header a:hover{}
.visual-links .local-section{padding-top:calc(2rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-links .local-section p{margin:0 0 10px;line-height:1.64;}
.visual-links .local-section .text-quote{margin:0;font-size:calc(18.9px * .875);}
.visual-links .local-section .text-quote a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
.visual-links .local-section .text-quote a:hover{}
.wide-footer{--field-content:calc(1.5rem * 1.2);--font-quiet:calc(1600px / 3.4);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.wide-footer .compact-list{max-width:1600px;margin:0 auto;}
.wide-footer h2,.wide-footer h3,.wide-footer p{margin:0;}
.wide-footer h2{font-size:calc(18.9px * 2);line-height:1.12;}
.wide-footer h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.wide-footer p{font-size:18.9px;line-height:1.64;}
.wide-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-footer a:hover{}
.wide-footer img{display:block;width:100%;height:auto;border-radius:0.5rem;margin-top:var(--field-content);}
.wide-footer .page-feature{margin-top:1.5rem;}
.wide-footer .content-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--field-content);}
.wide-footer .fresh-header{flex:1 1 calc(1600px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-footer .fresh-header p{margin-top:calc(1.5rem / 3);opacity:0.82;}
.wide-footer .local-section{margin-top:var(--field-content);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);opacity:0.9;}
@media (max-width:760px){.wide-footer .fresh-header{flex:1 1 100%;}
}
.public-menu{--field-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.public-menu .compact-list{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-content);}
.public-menu h2,.public-menu h3,.public-menu p{margin:0;}
.public-menu h2{font-size:calc(18.9px * 2);line-height:1.14;}
.public-menu h3{font-size:calc(18.9px * 1.35);line-height:1.22;}
.public-menu p{font-size:18.9px;line-height:1.64;}
.public-menu .page-intro{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.public-menu .local-section{font-size:calc(18.9px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A3542;}
.public-menu .page-feature{color:#2A3542;}
.public-menu .content-headline{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6DDE6;}
.public-menu .fresh-header{padding:calc(2rem * 1.5) 0;border-bottom:1px solid #D6DDE6;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);}
.public-menu .fresh-header p{color:#2A3542;}
.public-menu .text-quote{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;}
.public-menu .text-quote a{font-size:18.9px;color:#0F3D6E;text-decoration:none;border-bottom:1px solid #D6DDE6;padding-bottom:2px;transition:color 310ms var(--motion-base),border-color 310ms var(--motion-base);}
.public-menu .text-quote a:hover{color:inherit;border-color:#F26B1D;}
@media (min-width:900px){.public-menu .fresh-header{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:2rem;align-items:start;}
}
.primary-proof{
  background:#F5F7FA;
  color:#141C26;
  padding:calc(1.5rem * 2.4) 2.37rem;
}
.primary-proof .compact-list{max-width:1600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:calc(2rem * 1.5) 2rem;
  align-items:start;}
.primary-proof .page-intro{grid-column:1;
  grid-row:1 / span 2;
  display:flex;
  flex-direction:column;
  gap:calc(2rem * 1.5);
  padding-right:2rem;
  border-right:1px solid #D6DDE6;}
.primary-proof h2{margin:0;
  font-size:calc(18.9px * 2);
  line-height:1.12;
  letter-spacing:0;}
.primary-proof .page-intro a{align-self:flex-start;
  color:#0F3D6E;
  text-decoration:none;
  font-size:calc(18.9px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  transition:color 310ms var(--motion-base);}
.primary-proof .page-intro a:hover{color:inherit;}
.primary-proof .primary-menu{grid-column:2;
  margin:0;
  font-size:18.9px;
  line-height:1.64;}
.primary-proof .primary-menu + .primary-menu{margin-top:calc(calc(2rem * 1.5) * -0.4);}
.primary-proof .primary-details{grid-column:2;
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:calc(calc(2rem * 1.5) * 0.5);}
.primary-proof .primary-details span{
  background:#FFFFFF;
  color:#141C26;
  border:1px solid #D6DDE6;
  border-radius:0.26rem;
  padding:.5rem .8rem;
  font-size:calc(18.9px * .875);
  line-height:1.35;
}
@media (max-width:820px){.primary-proof .compact-list{
    grid-template-columns:1fr;
  }.primary-proof .page-intro{
    grid-column:1;
    grid-row:auto;
    padding-right:0;
    border-right:0;
    border-bottom:1px solid #D6DDE6;
    padding-bottom:calc(2rem * 1.5);
  }.primary-proof .primary-menu,
  .primary-proof .primary-details{
    grid-column:1;
  }.primary-proof .primary-menu + .primary-menu{
    margin-top:0;
  }
}
.steady-stack{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.steady-stack .quiet-area{display: block;
  width: min(100%, 1600px);
  margin: 0 auto calc(2rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.32rem;}
.steady-stack .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;}
.steady-stack h2,
.steady-stack h3,
.steady-stack p{margin: 0;}
.steady-stack h2{font-size: calc(18.9px * 2.65);
  line-height: 1.02;}
.steady-stack .bottom-media{display: flex;
  flex-direction: column;
  gap: calc(2rem * 1.5);
  flex: 1 1 20rem;
  min-width: 0;}
.steady-stack .bottom-media p{line-height: 1.64;}
.steady-stack .team-form{display: flex;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;
  flex: 1 1 24rem;
  min-width: 0;}
.steady-stack .clear-panel{flex: 0 0 min(19rem, 74vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;}
.steady-stack .plain-lead{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.87rem;
  margin-bottom: calc(1.5rem * .75);}
.steady-stack span{display: block;
  font-size: calc(18.9px * .875);
  letter-spacing: 0.02em;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
.steady-stack h3{font-size: calc(18.9px * 1.35);
  line-height: 1.16;}
@media (max-width: 820px) {.steady-stack .quiet-area{ aspect-ratio: 16 / 10; }.steady-stack .bottom-media{ flex: 1 1 100%; }.steady-stack .team-form{ flex: 1 1 100%; }
}
.focused-block{--field-content:calc(1.5rem * 1.11);--font-base:calc(1600px / 3.43);padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear);}
.focused-block .compact-list{max-width:1600px;margin:0 auto;}
.focused-block h2,.focused-block h3,.focused-block p{margin:0;}
.focused-block h2{font-size:calc(18.9px * 2);line-height:1.12;}
.focused-block h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.focused-block p{font-size:18.9px;line-height:1.64;opacity:.86;}
.focused-block .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.focused-block .row-title h2{flex:1 1 calc(1600px / 3);min-width:0;}
.focused-block .row-title>p{flex:1 1 calc(1600px / 3);min-width:0;}
.focused-block .team-content{padding-inline-start:calc(1.5rem * .75);}
.focused-block .quiet-content{row-gap:calc(var(--field-content) * 1.2);}
.focused-block .direct-brand{padding-block:calc(var(--field-content) / 2);}
.focused-block .text-plan{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.focused-block .fresh-header{flex:1 1 var(--font-base);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255,255,255,.22);}
.focused-block .fresh-header p{margin-top:calc(1.5rem / 3);}
.quiet-surface{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.quiet-surface .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;}
.quiet-surface h2,
.quiet-surface h3,
.quiet-surface p{margin: 0;}
.quiet-surface h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.quiet-surface h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.quiet-surface p{font-size: 18.9px; line-height: 1.64;}
.quiet-surface .public-surface{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);
  color: #1A1206;
}
.quiet-surface .quiet-steps{display: grid;
  gap: calc(1.5rem * .75);}
.quiet-surface .steady-section{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(10rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  animation: peopleTimelineIn calc(310ms * 2.2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.quiet-surface i{
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #F26B1D;color:#1A1206;}
.quiet-surface .steady-section span{font-size: calc(18.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.quiet-surface .local-section{
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5rem;
  padding: calc(2rem * 1.5) 1.5rem;
  border-top: 1px solid #D6DDE6;
  border-radius: 0.26rem;
  background: #E7ECF2;
  color: #2A3542;
}
.quiet-surface .local-section p{flex: 1 1 22rem;}
.quiet-surface .local-section a{font-size: calc(18.9px * .875);
  text-decoration: none;
  border-bottom: 1px solid #0F3D6E;
  padding-bottom: 2px;}
.quiet-surface .local-section a:hover{border-bottom-color: #F26B1D;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(2rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.quiet-surface .compact-list{ grid-template-columns: 1fr; }.quiet-surface .steady-section{ grid-template-columns: 1rem minmax(0, 1fr); }.quiet-surface .steady-section span,
  .quiet-surface .steady-section h3,
  .quiet-surface .steady-section p{ grid-column: 2; }.quiet-surface .local-section{ grid-column: 1; }
}
.focused-tile{
        padding: calc(1.5rem * 2.4) 2.37rem;
        background: #F5F7FA;
        color: #141C26
    }
.focused-tile .compact-list{max-width: 1600px;
        margin: 0 auto}
.focused-tile .active-stack{display: flex;
        flex-direction: column;
        gap: calc(2rem * 1.5)}
.focused-tile .page-intro{min-width: 0;
        padding-bottom: calc(2rem * 1.5);
        border-bottom: 1px solid #D6DDE6}
.focused-tile h2{margin: 0;
        font-size: calc(18.9px * 2);
        line-height: 1.1}
.focused-tile .page-intro p{margin: 1.5rem 0 0;
        font-size: calc(18.9px * 1.125);
        line-height: 1.64}
.focused-tile ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.focused-tile li{
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 2.37rem;
        background: #FFFFFF;
        color: #141C26;
        border: 1px solid #D6DDE6;
        border-radius: 0.5rem
    }
.focused-tile strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(18.9px * 1.35);
        line-height: 1.18}
.focused-tile span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.64}
@media (max-width: 760px) {.focused-tile li{
            display: block
        }.focused-tile span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.contact-tile{--field-content:calc(1.5rem * 1.29);--axis-content:calc(1600px / 2.70);--font-quiet:calc(1600px / 3.66);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.contact-tile .compact-list{max-width:1600px;margin:0 auto;}
.contact-tile h1,.contact-tile h2,.contact-tile h3,.contact-tile p{margin:0;}
.contact-tile h1{font-size:calc(18.9px * 2.65);line-height:1.08;}
.contact-tile h2{font-size:calc(18.9px * 2);line-height:1.12;}
.contact-tile h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.contact-tile p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 74%, transparent);}
.contact-tile a{color:inherit;text-decoration:none;}
.contact-tile img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.contact-tile .team-quote{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.26rem;background:#FFFFFF;color:#0F3D6E;}
.contact-tile .page-feature,.contact-tile .local-section{}
.contact-tile .content-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-top:var(--field-content);}
.contact-tile .fresh-header{flex:1 1 calc(1600px / 4);min-width:0;}
.contact-tile .fresh-header p,.contact-tile .fresh-header a{margin-top:calc(1.5rem / 3);}
.contact-tile .fresh-header img{margin-bottom:calc(1.5rem / 2);}
.contact-tile .steady-view{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;}
.contact-tile .steady-view>.bottom-media{flex:1 1 auto;min-width:0;}
.contact-tile .steady-view>.team-quote{flex:0 0 auto;}
.contact-tile .steady-view>.content-headline{flex:1 1 100%;}
.contact-tile .bottom-media h2{margin-top:calc(1.5rem / 2);}
.contact-tile .bottom-media .page-feature{margin-top:calc(1.5rem / 2);}
.main-footer{--field-content:calc(1.5rem * 1.00);--font-base:calc(1600px / 3.31);padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear);}
.main-footer .compact-list{max-width:1600px;margin:0 auto;}
.main-footer h2,.main-footer h3,.main-footer p{margin:0;}
.main-footer h2{font-size:calc(18.9px * 2);line-height:1.12;}
.main-footer h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.main-footer p{font-size:18.9px;line-height:1.64;}
.main-footer .team-content{padding-inline-start:calc(1.5rem * .75);}
.main-footer .quiet-content{row-gap:calc(var(--field-content) * 1.2);}
.main-footer .steady-list{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-footer .page-feature{margin-top:1.5rem;max-width:calc(1600px / 2);opacity:.88;}
.main-footer .team-nav{display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.main-footer .fresh-header{flex:1 1 var(--font-base);min-width:0;padding:calc(var(--field-content) * .75);border-radius:0.5rem;background:#FFFFFF;color:#141C26;border:1px solid #D6DDE6;}
.main-footer .fresh-header p{margin-top:calc(1.5rem / 3);color:inherit;opacity:.85;}
.direct-actions{--field-content:calc(1.5rem * 1.39);--axis-content:calc(1600px / 2.55);--font-quiet:calc(1600px / 3.72);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.direct-actions .compact-list{max-width:1600px;margin:0 auto;}
.direct-actions h1,.direct-actions h2,.direct-actions h3,.direct-actions p{margin:0;}
.direct-actions h1{font-size:calc(18.9px * 2.65);line-height:1.08;}
.direct-actions h2{font-size:calc(18.9px * 2);line-height:1.12;}
.direct-actions h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.direct-actions p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 74%, transparent);}
.direct-actions a{color:inherit;text-decoration:none;}
.direct-actions img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.direct-actions .team-quote{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.26rem;background:#FFFFFF;color:#0F3D6E;}
.direct-actions .page-feature,.direct-actions .local-section{}
.direct-actions .content-headline{display:flex;flex-wrap:wrap;gap:var(--field-content);margin-top:var(--field-content);}
.direct-actions .fresh-header{flex:1 1 calc(1600px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.5rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.direct-actions .fresh-header p,.direct-actions .fresh-header a{margin-top:calc(1.5rem / 3);}
.direct-actions .fresh-header img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.direct-actions .plain-rail{display:flex;align-items:flex-start;gap:2rem;}
.direct-actions .plain-rail>.bottom-media{flex:1 1 auto;min-width:0;}
.direct-actions .bottom-media .page-feature{margin-top:1.5rem;}
@media(max-width:760px){.direct-actions .plain-rail{flex-direction:column;}}
.media-rail{
        padding: calc(1.5rem * 2.4) 2.37rem;
        background: #F5F7FA;
        color: #141C26
    }
.media-rail .compact-list{max-width: 1600px;
        margin: 0 auto}
.media-rail .active-stack{display: flex;
        flex-direction: column;
        gap: calc(2rem * 1.5)}
.media-rail .page-intro{min-width: 0;
        padding-bottom: calc(2rem * 1.5);
        border-bottom: 1px solid #D6DDE6}
.media-rail h2{margin: 0;
        font-size: calc(18.9px * 2);
        line-height: 1.1}
.media-rail .page-intro p{margin: 1.5rem 0 0;
        font-size: calc(18.9px * 1.125);
        line-height: 1.64;
        color: #2A3542}
.media-rail ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.media-rail li{
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: flex-start;
        padding: calc(1.5rem * .75) 2.37rem;
        background: #FFFFFF;
        color: #141C26;
        border: 1px solid #D6DDE6;
        border-radius: 0.87rem
    }
.media-rail strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(18.9px * 1.35);
        line-height: 1.18}
.media-rail span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.64;
        color: #2A3542}
@media (max-width: 760px) {.media-rail li{
            display: block;
            padding: calc(1.5rem * .75) calc(1.5rem * .75)
        }.media-rail span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.content-benefit{--field-content:calc(1.5rem * 0.93);--axis-content:calc(1600px / 2.17);padding:calc(1.5rem * 2.4) 2.37rem;background:#0F3D6E;color:#FFFFFF;}
.content-benefit .compact-list{max-width:1600px;margin:0 auto;}
.content-benefit h2,.content-benefit h3,.content-benefit p{margin:0;}
.content-benefit h2{font-size:calc(18.9px * 2);line-height:1.12;}
.content-benefit h3{font-size:calc(18.9px * 1.35);line-height:1.2;}
.content-benefit p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-benefit .quiet-content{row-gap:calc(var(--field-content) * 1.2);}
.content-benefit .steady-list{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-benefit .page-feature{margin-top:1.5rem;max-width:calc(1600px / 2);}
.content-benefit .content-headline{display:flex;flex-direction:column;gap:var(--field-content);margin-top:var(--field-content);}
.content-benefit .fresh-header{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-benefit .fresh-header p{margin-top:calc(1.5rem / 3);}
.content-benefit .fresh-header h3{margin-top:calc(1.5rem / 2.5);}
@media (min-width:900px){.content-benefit .content-headline{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--field-content) * 1.1) 2rem;}
}
.page-inner{padding:calc(1.5rem * 2.4) 0;color:#141C26;background:#F5F7FA;}
.page-inner .focused-plan{max-width:1600px;margin:0 auto;padding:0 2.37rem;}
.page-inner .bottom-panel{max-width:820px;margin:0 auto;}
.page-inner .team-feature{margin-bottom:calc(2rem * 1.5);}
.page-inner .soft-method{margin:0 0 0.6rem;font-size:calc(18.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A3542;}
.page-inner h1{margin:0 0 1rem;font-size:calc(18.9px * 2.65);line-height:1.15;}
.page-inner .page-feature{margin:0;font-size:calc(18.9px * 1.125);line-height:1.64;}
.page-inner .site-contact{margin:0 0 calc(2rem * 1.5);}
.page-inner .site-contact img{display:block;width:100%;height:auto;border-radius:0.87rem;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.page-inner .site-contact figcaption{margin-top:0.7rem;font-size:calc(18.9px * .875);color:#2A3542;}
.page-inner h2{margin:calc(2rem * 1.5) 0 0.9rem;font-size:calc(18.9px * 1.35);line-height:1.25;}
.page-inner p{margin:0 0 1.4rem;line-height:1.64;}
.page-inner .content-headline{margin:0 0 1.4rem;padding-left:1.3rem;}
.page-inner .content-headline li{margin-bottom:0.55rem;line-height:1.64;}
.page-inner .narrow-group{margin:calc(2rem * 1.5) 0;padding:calc(1.5rem * .75);background-color:#E7ECF2;border:1px solid #D6DDE6;border-radius:0.87rem;color:#2A3542;}
.page-inner .narrow-group p{margin:0;}
.page-inner .text-quote{margin:calc(2rem * 1.5) 0 0;font-size:18.9px;}
.page-inner .text-quote a{color:#0F3D6E;text-decoration:underline;text-underline-offset:3px;}
.page-inner .text-quote a:hover{color:inherit;}
.page-inner .simple-team{margin-top:calc(2rem * 1.5);}
.page-inner .page-menu{display:inline-block;padding:12px 30px;border-radius:0.5rem;font-weight:500;font-size:1rem;text-align:center;background-color:#0F3D6E;color:#FFFFFF;border:1px solid #0F3D6E;cursor:pointer;transition:background-color 310ms var(--motion-base),border-color 310ms var(--motion-base),box-shadow 310ms var(--motion-base);}
.page-inner .page-menu:hover{background-color:#0A2E54;border-color:#0A2E54;color:#FFFFFF;box-shadow:0 12px 20px rgba(0,0,0,0.19);}
@media (max-width:640px){.page-inner h1{font-size:calc(18.9px * 2);}.page-inner .page-feature{font-size:18.9px;}
}
.contact-quote{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);color:#FFFFFF}
.contact-quote .compact-list{max-width:1600px;margin:0 auto}
.contact-quote .clear-contact{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.contact-quote .open-nav{flex:0 1 20rem;min-width:0;border-left:2px solid #F26B1D;padding-left:1.5rem}
.contact-quote .open-nav p{margin:0;line-height:1.64;font-size:calc(18.9px * .875)}
.contact-quote .fresh-region{flex:1 1 46rem;min-width:0}
.contact-quote h2{margin:0;font-size:calc(18.9px * 2);line-height:1.08}
.contact-quote .simple-actions{margin-top:calc(2rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.contact-quote .simple-actions p{margin:0;display:flex;gap:2rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#FFFFFF 18%,transparent)}
.contact-quote .simple-actions p:last-child{border-bottom:0;padding-bottom:0}
.contact-quote strong{flex:0 1 13rem;min-width:0;font-size:calc(18.9px * .875);letter-spacing:0.01em}
.contact-quote span{flex:1 1 30rem;min-width:0;line-height:1.64}
@media(max-width:760px){.contact-quote .clear-contact,.contact-quote .simple-actions p{display:block}.contact-quote .open-nav{border-left:0;padding-left:0;border-top:2px solid #F26B1D;padding-top:calc(1.5rem * .75)}.contact-quote .fresh-region{margin-top:calc(2rem * 1.5)}.contact-quote span{display:block;margin-top:calc(1.5rem * .75)}.contact-quote h2{font-size:calc(18.9px * 1.35)}}
.open-body{
    padding:calc(1.5rem * 2.4) 2.37rem;
    background:#E7ECF2;
    color:#2A3542;
}
.open-body .focused-plan{max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2rem * 1.5);}
.open-body .site-links{display:flex;
    align-items:center;
    gap:2rem;
    flex-wrap:wrap;}
.open-body .media-section{width:96px;
    height:96px;
    object-fit:cover;
    border-radius:0.87rem;
    border:1px solid #D6DDE6;
    flex:0 0 auto;}
.open-body .text-proof{display:flex;
    flex-direction:column;
    gap:4px;}
.open-body .narrow-intro{margin:0;
    font-size:calc(18.9px * 1.35);
    line-height:1.25;}
.open-body .clear-body{margin:0;
    font-size:calc(18.9px * .875);}
.open-body .visual-area{margin:0;
    font-size:18.9px;
    line-height:1.64;}
.open-body .simple-links{margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
    font-size:calc(18.9px * .875);}
.open-body .simple-links a{color:#0F3D6E;
    text-decoration:none;
    border-bottom:1px solid #D6DDE6;
    padding-bottom:2px;
    transition:color 310ms var(--motion-base), border-color 310ms var(--motion-base);}
.open-body .simple-links a:hover{color:inherit;
    border-color:#F26B1D;}
@media (max-width:640px){.open-body .media-section{
        width:72px;
        height:72px;
    }.open-body .simple-links{
        flex-direction:column;
        gap:8px;
    }
}
.featured-team{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.featured-team .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 2rem;}
.featured-team h2,
.featured-team h3,
.featured-team p{margin: 0;}
.featured-team h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.featured-team h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.featured-team p{font-size: 18.9px; line-height: 1.64;}
.featured-team .service-area{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  padding: calc(2rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);
  color: #1A1206;
}
.featured-team .wide-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.featured-team [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  animation: peopleMemberIn calc(310ms * 2.2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.featured-team [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.9px * .875);}
.featured-team .narrow-benefit{border-top: 1px solid #D6DDE6;
  padding-top: calc(2rem * 1.5);}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.featured-team .service-area{ grid-template-columns: 1fr; }.featured-team [data-block]{ flex: 1 1 100%; }
}
.focused-group{padding:calc(1.5rem * 2.4) 0;background:#F5F7FA;color:#141C26;}
.focused-group .focused-plan{max-width:1600px;margin:0 auto;padding:0 2.37rem;}
.focused-group .bottom-media{max-width:820px;margin:0 auto;}
.focused-group .team-feature{margin-bottom:calc(2rem * 1.5);}
.focused-group .secondary-plan{margin:0 0 0.75rem;font-size:calc(18.9px * .875);color:#2A3542;letter-spacing:0.02em;text-transform:uppercase;}
.focused-group h1{margin:0 0 1rem;font-size:calc(18.9px * 2.65);line-height:1.15;}
.focused-group .page-feature{margin:0;font-size:calc(18.9px * 1.125);line-height:1.64;}
.focused-group .site-contact{margin:calc(2rem * 1.5) 0;border-radius:0.87rem;overflow:hidden;background:#E7ECF2;color:#2A3542;}
.focused-group .site-contact img{display:block;width:100%;height:auto;}
.focused-group .primary-intro{margin-top:calc(2rem * 1.5);}
.focused-group .primary-intro h2{margin:0 0 0.85rem;font-size:calc(18.9px * 2);line-height:1.2;}
.focused-group .primary-intro p{margin:0 0 1rem;line-height:1.64;}
.focused-group .contact-grid{margin:0 0 1rem;padding-left:1.25rem;list-style:disc;}
.focused-group .contact-grid li{margin-bottom:0.5rem;line-height:1.64;}
.focused-group .narrow-group{margin-top:calc(2rem * 1.5);padding:calc(1.5rem * .75);background:#E7ECF2;color:#2A3542;border-left:3px solid #F26B1D;border-radius:0.5rem;}
.focused-group .narrow-group p{margin:0;line-height:1.64;}
.focused-group .text-quote{margin-top:calc(2rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D6DDE6;}
.focused-group .text-quote .top-flow{margin:0;font-size:18.9px;line-height:1.64;}
.focused-group .text-quote a{color:#0F3D6E;text-decoration:underline;text-underline-offset:3px;transition:color 310ms var(--motion-base);}
.focused-group .text-quote a:hover{color:inherit;}
@media (max-width:640px){.focused-group .page-feature{font-size:18.9px;}.focused-group .primary-intro h2{font-size:calc(18.9px * 1.35);}
}
.primary-benefit{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);color:#FFFFFF}
.primary-benefit .compact-list{max-width:1600px;margin:0 auto}
.primary-benefit .clear-contact{display:flex;gap:calc(2rem * 1.5);align-items:flex-start}
.primary-benefit .open-nav{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 28%,transparent);padding-left:1.5rem}
.primary-benefit .open-nav p{margin:0;line-height:1.64}
.primary-benefit .fresh-region{flex:1 1 44rem;min-width:0}
.primary-benefit h2{margin:0;max-width:19ch;font-size:calc(18.9px * 2.65);line-height:1.05}
.primary-benefit .simple-actions{margin-top:calc(2rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.primary-benefit .simple-actions p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.primary-benefit strong{flex:0 1 15rem;min-width:0;font-size:calc(18.9px * .875)}
.primary-benefit span{flex:1 1 28rem;min-width:0;line-height:1.64}
@media(max-width:760px){.primary-benefit .clear-contact,.primary-benefit .simple-actions p{display:block}.primary-benefit .open-nav{border-left:0;padding-left:0}.primary-benefit .fresh-region{margin-top:calc(2rem * 1.5)}.primary-benefit span{display:block;margin-top:calc(1.5rem * .75)}.primary-benefit h2{font-size:calc(18.9px * 2)}}
.page-body{padding:calc(1.5rem * 2.4) 2.37rem;background:#E7ECF2;color:#2A3542;}
.page-body .focused-plan{max-width:1600px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2rem * 1.5);align-items:flex-start;}
.page-body .clear-contact{flex:0 0 220px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-body .media-section{width:96px;height:96px;border-radius:0.87rem;object-fit:cover;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.page-body .id{display:flex;flex-direction:column;gap:0.35rem;}
.page-body .narrow-intro{margin:0;font-size:calc(18.9px * 1.35);}
.page-body .clear-body{margin:0;font-size:calc(18.9px * .875);color:#2A3542;opacity:0.85;}
.page-body .bottom-media{flex:1 1 320px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-body .visual-area{margin:0;font-size:18.9px;line-height:1.64;}
.page-body .content-headline{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.6rem;}
.page-body .fresh-header{position:relative;padding-left:1.1rem;font-size:calc(18.9px * .875);}
.page-body .fresh-header::before{content:"";position:absolute;left:0;top:0.55em;width:6px;height:6px;background:#F26B1D;border-radius:0.26rem;color:#1A1206;}
.page-body .local-section{margin:0;font-size:calc(18.9px * .875);}
.page-body .local-section a{color:#0F3D6E;text-decoration:none;border-bottom:1px solid #D6DDE6;}
.page-body .local-section a:hover{color:inherit;}
@media (max-width:640px){.page-body .clear-contact{flex:1 1 100%;flex-direction:row;align-items:center;}.page-body .media-section{width:72px;height:72px;}
}
.view{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.view .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;}
.view h2,
.view h3,
.view p{margin: 0;}
.view h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.view h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.view p{font-size: 18.9px; line-height: 1.64;}
.view .open-nav{display: grid;
  gap: calc(2rem * 1.5);
  align-content: start;
  padding-top: calc(2rem * 1.5);}
.view .content-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.view [data-block]{
  display: grid;
  grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
  animation: peopleCascadeIn calc(310ms * 2.2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.view [data-block] span{font-size: calc(18.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;}
.view [data-block] > div{display: grid;
  gap: calc(1.5rem * .75);}
.view [data-block]:nth-child(2){margin-left: clamp(0rem, 5vw, calc(2rem * .8));}
.view [data-block]:nth-child(3){margin-left: clamp(0rem, 10vw, calc(2rem * 1.6));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.view .compact-list{ grid-template-columns: 1fr; }.view .open-nav{ padding-top: 0; }.view [data-block]{ grid-template-columns: 1fr; }.view [data-block]:nth-child(2),
  .view [data-block]:nth-child(3){ margin-left: 0; }
}
.media-entries{padding:calc(1.5rem * 2.4) 0;background:#F5F7FA;color:#141C26;}
.media-entries .focused-plan{max-width:1600px;margin:0 auto;padding:0 2.37rem;}
.media-entries .content-body{max-width:820px;margin:0 auto calc(2rem * 1.5);}
.media-entries .secondary-plan{margin:0 0 0.6rem;font-size:calc(18.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#2A3542;}
.media-entries h1{margin:0 0 0.9rem;font-size:calc(18.9px * 2.65);line-height:1.15;}
.media-entries .primary-contact{margin:0 0 0.9rem;font-size:calc(18.9px * 1.125);line-height:1.5;}
.media-entries .clear-grid{margin:0;font-size:calc(18.9px * .875);color:#2A3542;}
.media-entries .site-contact{margin:0 auto calc(2rem * 1.5);max-width:900px;border-radius:0.87rem;overflow:hidden;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.media-entries .site-contact img{display:block;width:100%;height:auto;}
.media-entries .bottom-media{max-width:820px;margin:0 auto;}
.media-entries .bottom-media h2{margin:calc(2rem * 1.5) 0 0.7rem;font-size:calc(18.9px * 1.35);line-height:1.25;}
.media-entries .bottom-media p{margin:0 0 1.2rem;font-size:18.9px;line-height:1.64;}
.media-entries .narrow-group{margin:calc(2rem * 1.5) 0;padding:calc(1.5rem * .75);background:#E7ECF2;color:#2A3542;border:1px solid #D6DDE6;border-radius:0.87rem;}
.media-entries .narrow-group p{margin:0;}
.media-entries .text-quote{display:flex;flex-wrap:wrap;gap:2rem;margin-top:calc(2rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D6DDE6;}
.media-entries .text-quote a{color:#0F3D6E;text-decoration:none;font-size:18.9px;border-bottom:1px solid transparent;transition:color 310ms var(--motion-base),border-color 310ms var(--motion-base);}
.media-entries .text-quote a:hover{color:inherit;border-bottom-color:#F26B1D;}
@media (max-width:640px){.media-entries .text-quote{flex-direction:column;gap:0.8rem;}
}
.simple-group{padding:calc(1.5rem * 2.4) 2.37rem;background:linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);color:#1A1206}
.simple-group .compact-list{max-width:1600px;margin:0 auto}
.simple-group .active-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(2rem * 1.5);align-items:start}
.simple-group .page-intro{min-width:0}
.simple-group h2{margin:0;font-size:calc(18.9px * 2.65);line-height:1.05}
.simple-group .page-intro p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.64}
.simple-group .primary-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-group .primary-content a{display:block;min-width:0;background:color-mix(in srgb,#1A1206 14%,transparent);color:#1A1206;border-radius:0.5rem;padding:1.5rem;text-decoration:none;transition:background 310ms var(--motion-base)}
.simple-group .primary-content a:hover{background:color-mix(in srgb,#1A1206 22%,transparent);color:#141C26;}
.simple-group strong{display:block;font-size:calc(18.9px * 1.35);line-height:1.18}
.simple-group span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.9px * .875);line-height:1.64}
@media(max-width:780px){.simple-group .active-list{display:block}.simple-group .primary-content{margin-top:calc(2rem * 1.5)}.simple-group h2{font-size:calc(18.9px * 2)}}
.featured-copy{padding:calc(1.5rem * 2.4) 2.37rem;background:#F5F7FA;color:#141C26;}
.featured-copy .focused-plan{max-width:1600px;margin:0 auto;}
.featured-copy .clear-contact{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;}
.featured-copy .text-form{flex:0 0 220px;margin:0;border-radius:0.87rem;overflow:hidden;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.featured-copy .text-form img{display:block;width:100%;height:auto;}
.featured-copy .bottom-media{flex:1 1 320px;min-width:0;}
.featured-copy .narrow-intro{margin:0 0 4px;font-size:calc(18.9px * 1.35);line-height:1.25;}
.featured-copy .clear-body{margin:0 0 calc(2rem * 1.5);font-size:calc(18.9px * .875);color:#2A3542;}
.featured-copy .visual-area{margin:0 0 calc(2rem * 1.5);font-size:18.9px;line-height:1.64;}
.featured-copy .visual-area:last-of-type{margin-bottom:calc(2rem * 1.5);}
.featured-copy .simple-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2rem;font-size:calc(18.9px * .875);}
.featured-copy .simple-links a{color:#0F3D6E;text-decoration:none;border-bottom:1px solid #D6DDE6;padding-bottom:2px;transition:color 310ms var(--motion-base),border-color 310ms var(--motion-base);}
.featured-copy .simple-links a:hover{color:inherit;border-color:#F26B1D;}
@media (max-width:640px){.featured-copy .text-form{flex:1 1 100%;max-width:280px;}
}
.open-header{
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 2.37rem;
}
.open-header .compact-list{width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: calc(2rem * 1.5);}
.open-header h2,
.open-header h3,
.open-header p{margin: 0;}
.open-header h2{font-size: calc(18.9px * 2); line-height: 1.1;}
.open-header h3{font-size: calc(18.9px * 1.35); line-height: 1.18;}
.open-header p{font-size: 18.9px; line-height: 1.64;}
.open-header .service-area{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  padding: calc(2rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #F26B1D 0%, #FF8A3D 100%);
  color: #1A1206;
}
.open-header .wide-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.open-header [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
  animation: crewIn calc(310ms * 2) var(--motion-base) both;
  animation-delay: var(--ease-nav, 0ms);
}
.open-header [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.9px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.open-header .narrow-benefit{color: #FFFFFF;
  opacity: .82;
  max-width: 68ch;}
@keyframes crewIn {from{ opacity: .25; transform: translateY(10px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.open-header .service-area{ grid-template-columns: 1fr; }.open-header [data-block]{ flex: 1 1 100%; }
}
.text-footer{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.37rem;
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
}
.text-footer .compact-list{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;}
.text-footer .media-form{margin: 0 0 calc(2rem * 1.5);
  padding: 1.5rem 0;}
.text-footer h2{margin: 0;
  font-size: calc(18.9px * 2.65);
  line-height: 1.05;}
.text-footer .media-form p{margin: 1.5rem 0 0;
  font-size: calc(18.9px * 1.125);
  line-height: 1.64;}
.text-footer .top-list{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.text-footer .wide-brand{display: flex;
  flex-wrap: wrap;
  gap: 2rem;}
.text-footer .wide-brand p{margin: 0;
  line-height: 1.64;}
.text-footer .wide-brand p:first-child{flex: 0 0 auto;
  font-size: 18.9px;}
.text-footer .wide-brand p + p{flex: 1 1 22rem;
  opacity: .85;}
.text-footer .simple-team{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.text-footer .simple-team a{color: inherit;
  font-size: calc(18.9px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.text-footer .focused-story{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.text-footer .focused-story a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.64;}
.text-footer .focused-story span{display: block;
  margin-top: .35rem;
  font-size: calc(18.9px * .875);
  opacity: .7;}
@media (max-width: 720px) {.text-footer .top-list,
  .text-footer .wide-brand{
    display: block;
  }.text-footer .wide-brand p + p{
    margin-top: calc(1.5rem * .75);
  }.text-footer .simple-team{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.text-footer .focused-story a{
    flex: 1 1 100%;
  }
}
.main-steps{padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear)}
.main-steps .clear-contact{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.28fr) minmax(0,1fr);gap:calc(2rem * 1.5)}
.main-steps .active-view{align-self:start}
.main-steps h2{margin:0;font-size:calc(18.9px * 2);line-height:1.1}
.main-steps .active-view p{margin:1.5rem 0 0;font-size:18.9px;opacity:.88}
.main-steps .steady-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-steps .wide-brand{height:clamp(20rem,38vw,32rem);border-radius:0.87rem;overflow:hidden;border:1px solid #D6DDE6;background:#FFFFFF;color:#141C26;}
.main-steps iframe{display:block;width:100%;height:100%;border:0}
.main-steps .offer-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem}
.main-steps .quiet-media{padding:calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;color:#141C26;border:1px solid #D6DDE6}
.main-steps .quiet-media span{display:block;font-size:calc(18.9px * .875);color:inherit;}
.main-steps .quiet-media strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:18.9px;line-height:1.4}
.main-steps .quiet-media a{color:inherit;text-decoration:none}
.main-steps .quiet-media a:hover{color:inherit;}
.main-steps .local-section{margin:0;font-size:calc(18.9px * .875);opacity:.85}
@media (max-width: 760px){.main-steps .clear-contact{grid-template-columns:1fr}.main-steps .wide-brand{height:20rem}
}
.clear-stack{
  background:linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color:#FFFFFF;
  padding:calc(1.5rem * 2.4) 2.37rem;
}
.clear-stack .compact-list{max-width:1600px;
  margin:0 auto;}
.clear-stack .team-form{display:flex;
  flex-direction:column;
  gap:calc(2rem * 1.5);}
.clear-stack .page-intro{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.clear-stack h2{margin:0;
  font-size:clamp(calc(18.9px * 2),4.4vw,calc(18.9px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.clear-stack .page-feature{margin:0;
  font-size:calc(18.9px * 1.125);
  line-height:1.6;}
.clear-stack .primary-section{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.clear-stack .main-proof{display:flex;
  flex-wrap:wrap;
  gap:2.37rem;}
.clear-stack label{flex:1 1 14rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  font-size:calc(18.9px * .875);}
.clear-stack input{
  width:100%;
  min-width:0;
  border:0;
  border-radius:0.26rem;
  background:color-mix(in srgb,currentColor 10%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.clear-stack input::placeholder{color:color-mix(in srgb,currentColor 58%,transparent);}
.clear-stack .team-quote{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.37rem;}
.clear-stack button{
  flex:0 0 auto;
  border:0;
  border-radius:0.5rem;
  background:#F26B1D;
  color:#1A1206;
  padding:calc(1.5rem * .75) 2rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.clear-stack .local-section{flex:1 1 18rem;
  margin:0;
  font-size:calc(18.9px * .875);
  line-height:1.55;}
.clear-stack .direct-plan p{margin:0;
  font-size:18.9px;
  line-height:1.6;}
.clear-stack a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
@media (max-width:640px) {.clear-stack .main-proof{ flex-direction:column; }.clear-stack .team-quote{ flex-direction:column; align-items:stretch; }.clear-stack button{ width:100%; }
}
.contact-visual{
  padding: calc(1.5rem * 2.4) 2.37rem;
  background: linear-gradient(135deg, #0F3D6E 0%, #1B5A96 55%, #2A7BB8 100%);
  color: #FFFFFF;
}
.contact-visual .contact-group{
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 1.32rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D6DDE6;
}
.contact-visual .bottom-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2rem * 1.5);
  border-bottom: 1px solid #D6DDE6;
  background: #E7ECF2;color:#2A3542;}
.contact-visual .bottom-links span,
.contact-visual .bottom-links strong{font-size: calc(18.9px * .875);}
.contact-visual .clear-fields{display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  padding: calc(2rem * 1.5);}
.contact-visual h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.12;}
.contact-visual .bottom-media p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.9px * 1.125);}
.contact-visual .content-headline{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-visual .top-flow{
  display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #E7ECF2;
  color: #141C26;
  border-left: 3px solid #F26B1D;
}
.contact-visual .top-flow span{font-size: calc(18.9px * .875);
  letter-spacing: .02em;}
.contact-visual h3{margin: 0;
  font-size: calc(18.9px * 1.35);}
.contact-visual .top-flow p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
.contact-visual .compact-callout{padding: calc(1.5rem * .75) calc(2rem * 1.5) calc(2rem * 1.5);
  border-top: 1px solid #D6DDE6;}
.contact-visual .compact-callout p{margin: 0;
  font-size: calc(18.9px * .875);}
@media (max-width: 800px) {.contact-visual .clear-fields,
  .contact-visual .top-flow{
    grid-template-columns: 1fr;
  }.contact-visual .clear-fields{
    padding: calc(1.5rem * .75);
  }
}
.details{background:#F5F7FA;color:#141C26;padding:calc(1.5rem * 2.4) 2.37rem}
.details .compact-list{max-width:1600px;margin:0 auto}
.details .active-stack{display:flex;align-items:flex-start;gap:calc(2rem * 1.5)}
.details .page-intro{flex:0 1 30rem;min-width:0}
.details h2{margin:0;font-size:clamp(calc(18.9px * 2),5vw,calc(18.9px * 2.65));line-height:1.08;letter-spacing:0}
.details p{margin:1.5rem 0 0;color:#2A3542;font-size:calc(18.9px * 1.125);line-height:1.65}
.details .simple-actions{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D6DDE6}
.details .entries{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #D6DDE6;color:inherit;text-decoration:none;transition:background 310ms var(--motion-base)}
.details .entries:hover{background:#E7ECF2;color:#2A3542;}
.details strong{flex:0 1 14rem;min-width:0;font-size:18.9px}
.details span{flex:1 1 20rem;min-width:0;color:#2A3542;line-height:1.55}
@media(max-width:760px){.details .active-stack,.details .entries{flex-direction:column}.details .entries{gap:calc(calc(1.5rem * .75)*.5)}}
.active-grid{padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear)}
.active-grid .bottom-media{max-width:min(1600px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2rem * 1.5)}
.active-grid h2{margin:0;font-size:calc(18.9px * 2);line-height:1.15}
.active-grid .page-intro{margin:0;font-size:calc(18.9px * 1.125);line-height:1.64;color:color-mix(in srgb,currentColor 78%,transparent)}
.active-grid .simple-stack{padding:calc(1.5rem * .75) 0 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.active-grid .simple-stack:first-of-type{border-top:0;padding-top:0}
.active-grid h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.9px * 1.35);line-height:1.25}
.active-grid .simple-stack p{margin:0;font-size:18.9px;line-height:1.64;color:color-mix(in srgb,currentColor 78%,transparent)}
@media (max-width:720px){.active-grid .bottom-media{gap:1.5rem}.active-grid h2{font-size:calc(18.9px * 1.35)}
}
.primary-group{--field-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.37rem;background:#F26B1D;color:#1A1206;}
.primary-group .compact-list{max-width:1600px;margin:0 auto;}
.primary-group h1,.primary-group h2,.primary-group h3,.primary-group p{margin:0;}
.primary-group h2{font-size:calc(18.9px * 2);line-height:1.12;}
.primary-group p{font-size:18.9px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-group a{color:inherit;text-decoration:none;}
.primary-group .steady-menu>h2{margin-top:0;}
.primary-group .steady-menu>p,.primary-group .steady-menu>.team-quote,.primary-group .steady-menu>.text-quote{margin-top:var(--field-content);}
.primary-group .team-quote{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.26rem;background:#1A1206;color:#F26B1D;font-weight:600;transition:transform 310ms var(--motion-base);}
.primary-group .team-quote:hover{transform:translateY(-2px);}
.primary-group .text-quote{font-size:calc(18.9px * .875);}
.primary-group .text-quote a{text-decoration:underline;text-underline-offset:3px;}
.primary-group .text-quote a:hover{opacity:0.75;}
.bottom-actions{
  padding: calc(1.5rem * 2.4) 2.37rem;
  background: var(--surface-deep);
  color: var(--ink-clear);
}
.bottom-actions .compact-list{max-width: min(1600px, 74rem);
  margin: 0 auto;}
.bottom-actions .team-feature{border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: calc(2rem * 1.5);}
.bottom-actions h2{margin: 0;
  font-size: calc(18.9px * 2);
  line-height: 1.1;}
.bottom-actions .page-feature{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.9px * 1.125);
  color: #C9D1DB;}
.bottom-actions .team-form{display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: calc(2rem * 1.5);}
.bottom-actions .fresh-header{flex: 1 1 16rem;
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #F26B1D;}
.bottom-actions .fresh-header strong{display: block;
  font-size: calc(18.9px * 1.35);
  margin-bottom: 0.5rem;}
.bottom-actions .fresh-header p{margin: 0;
  color: #C9D1DB;}
.bottom-actions .quiet-media{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: calc(2rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid #2A3542;
  border-radius: 0.87rem;
  background: rgba(255, 255, 255, 0.04);
}
.bottom-actions .direct-shell{flex: 1 1 12rem;}
.bottom-actions .soft-content{display: block;
  font-size: calc(18.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C9D1DB;
  margin-bottom: 0.35rem;}
.bottom-actions .direct-shell p{margin: 0;}
.bottom-actions .direct-shell a{text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 310ms var(--motion-base);}
.bottom-actions .direct-shell a:hover{color:inherit;}
.bottom-actions .text-quote{margin: calc(2rem * 1.5) 0 0;
  color: #C9D1DB;}
.bottom-actions .text-quote a{text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 310ms var(--motion-base);}
.bottom-actions .text-quote a:hover{color:inherit;}
@media (max-width: 640px) {.bottom-actions .team-form{
    flex-direction: column;
  }
}
.open-fields{padding:calc(1.5rem * 2.4) 2.37rem;background:var(--surface-deep);color:var(--ink-clear)}
.open-fields .compact-list{width:min(100%,calc(1600px*.66));margin:0 auto;display:flex;flex-direction:column;gap:calc(2rem * 1.5)}
.open-fields .primary-menu{padding-top:1.5rem}
.open-fields h1{margin:0;font-size:calc(18.9px * 2.65);line-height:1.04}
.open-fields p{margin:1.5rem 0 0;font-size:calc(18.9px * 1.125);line-height:1.64}
.open-fields .text-quote{display:flex;flex-wrap:wrap;gap:2rem;padding-top:1.5rem;border-top:1px solid #D6DDE6}
.open-fields .text-quote a{color:inherit;text-decoration:none;font-size:18.9px;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color 310ms var(--motion-base),color 310ms var(--motion-base)}
.open-fields .text-quote a:hover{border-color:#F26B1D;color:inherit;}
@media(max-width:520px){.open-fields .text-quote{flex-direction:column;gap:calc(1.5rem * .75)}}
