body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.btn-primary,.btn.btn-primary{background:var(--ink-strong)!important;color:#FFFFFF!important;border-color:var(--ink-strong)!important;}
:root {
  --delay-slow: cubic-bezier(0.2,0.8,0.2,1);
  --surface-dark: #22334C;
  --surface-muted: #0B1A33;
  --ink-page: #FFFFFF;
  --ink-strong: #0E2A52;
}
.btn-primary:hover,.btn.btn-primary:hover{background:#0A1F3E!important;color:#FFFFFF!important;border-color:#0A1F3E!important;}
.primary-rail {
    width: 100%;
    background: #F7F9FC;
    color: #0B1A33;
    border-bottom: 1px solid #D8E0EB;
  }
.contact-summary {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(2.23rem * 1.5) 1.73rem;
    display: flex;
    flex-direction: column;
    gap: 2.23rem;
  }
.direct-visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.media-details {
    font-size: calc(16.9px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0B1A33;
    text-decoration: none;
    line-height: 1.1;
  }
.media-details:hover {
    color: #F26A1B;
  }
.nav-row {
    display: flex;
    justify-content: center;
    border-top: 1px solid #D8E0EB;
    padding-top: calc(2.23rem * 1.5);
  }
.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(2.23rem * 1.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    display: inline-block;
    font-size: calc(16.9px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--surface-dark);
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color 350ms var(--delay-slow),
                border-color 350ms var(--delay-slow);
  }
.nav-list a:hover {
    color: #0B1A33;
    border-bottom-color: #F26A1B;
  }
.simple-brand {
    display: none;
    background: transparent;
    border: 1px solid #D8E0EB;
    border-radius: 0.28rem;
    padding: 0.5rem 0.6rem;
    cursor: pointer;
    align-self: center;
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 38px;
  }
.quiet-form{
    display: block;
    width: 20px;
    height: 2px;
    background: #0B1A33;
    border-radius: 1px;color:var(--surface-muted);}
.focused-region {
    border-top: 1px solid #D8E0EB;
    padding-top: calc(2.23rem * 1.5);
  }
.visual-quote {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(2.23rem * 1.5);
  }
.visual-quote a {
    display: block;
    font-size: 16.9px;
    color: #0B1A33;
    text-decoration: none;
    padding: 0.4rem 0;
    border-bottom: 1px solid #D8E0EB;
  }
.visual-quote a:hover {
    color: #F26A1B;
  }
@media (max-width: 767px) {
    .nav-row {
      display: none;
    }

    .simple-brand {
      display: flex;
    }

    .contact-summary {
      padding: calc(2.23rem * 1.5) 1.73rem;
    }

    .direct-visual {
      justify-content: space-between;
      align-items: center;
      gap: 2.23rem;
    }

    .media-details {
      font-size: calc(16.9px * 1.125);
    }
  }
@media (min-width: 768px) {
    .focused-region {
      display: none !important;
    }
  }
.strong-list{font-family:"Source Serif 4", sans-serif;font-size:16.9px;line-height:1.78;width:100%;padding:0;background:#0B1A33;color:#F4F6F9;}
.direct-plan{max-width:1460px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.73rem;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5)}
.soft-brand{display:grid;grid-template-columns:1fr;gap:calc(2.23rem * 1.5)}
.main-section{display:flex;flex-direction:column;gap:1.5rem}
.site-service{font-size:calc(16.9px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.wide-lead{font-size:calc(16.9px * .875);margin:0;max-width:32ch;opacity:0.85}
.service-note{display:grid;grid-template-columns:1fr;gap:calc(2.23rem * 1.5)}
.text-region{font-size:calc(16.9px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 1.5rem 0;opacity:0.75}
.public-figure{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}
.public-figure a{color:inherit;text-decoration:none;font-size:calc(16.9px * .875);border-bottom:1px solid transparent;transition:border-color 350ms var(--delay-slow)}
.public-figure a:hover{border-bottom-color:currentColor;color:inherit}
.callout{display:flex;flex-direction:column}
.active-tile{display:flex;flex-direction:column;gap:1.5rem}
.text-section{margin:0;font-size:calc(16.9px * .875);display:flex;flex-wrap:wrap;gap:0.4rem}
.wide-track{font-weight:600;opacity:0.75}
.text-section a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--delay-slow)}
.text-section a:hover{border-bottom-color:currentColor;color:inherit}
.simple-entries{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.23rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.focused-method{font-size:calc(16.9px * .875);margin:0;max-width:70ch;opacity:0.85}
.secondary-rail{font-size:calc(16.9px * .875);margin:0;opacity:0.75}
.contact-grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.23rem}
.contact-grid a{color:inherit;text-decoration:none;font-size:calc(16.9px * .875);border-bottom:1px solid transparent;transition:border-color 350ms var(--delay-slow)}
.contact-grid a:hover{border-bottom-color:currentColor;color:inherit}
@media (min-width: 640px) {.service-note{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.soft-brand{grid-template-columns:1.2fr 2fr 1.2fr;align-items:start}.service-note{grid-template-columns:repeat(3, minmax(0, 1fr))}.simple-entries{flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.focused-method{flex:1 1 100%}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .top-area{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #D8E0EB;border-radius:20px;background:#EDF1F7;color:var(--surface-dark);box-shadow:0 16px 40px rgba(0,0,0,0.21)}
.cookies strong{display:block;font-size:calc(16.9px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.78}
.cookies .main-callout{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .main-callout button{border:1px solid #D8E0EB;background:var(--ink-page);color:var(--surface-muted);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .main-callout button.cookie-accept{background:#F26A1B;color:#FFFFFF;border-color:transparent}
.featured-brand{
        padding: calc(calc(1.5rem * 2.4) * 1.4) 1.73rem;
        background: #0B1A33;
        color: #F4F6F9;
    }
.featured-brand .narrow-steps{max-width: 1460px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2.23rem;
        flex-wrap: wrap;}
.featured-brand .narrow-details{flex: 1 1 36rem;
        min-width: 0;}
.featured-brand .main-team{flex: 0 1 min(30rem, 40vw);
        margin: 0;
        min-width: 0;}
.featured-brand .main-team img{display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0.88rem;
        box-shadow: 0 6px 14px rgba(0,0,0,0.17);}
.featured-brand .main-team figcaption{margin-top: 0.7rem;
        font-size: calc(16.9px * .875);
        line-height: 1.5;}
.featured-brand h1{margin: 0 0 1.1rem;
        font-size: calc(16.9px * 2.65);
        line-height: 1.05;
        letter-spacing: -0.01em;}
.featured-brand .service-view{margin: 0 0 1rem;
        font-size: calc(16.9px * 1.125);
        line-height: 1.78;
        color: #F4F6F9;}
.featured-brand .featured-team{margin: 0 0 1.4rem;
        font-size: 16.9px;
        line-height: 1.78;}
.featured-brand .soft-menu{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.1rem;}
.featured-brand .btn-primary{
        display: inline-block;
        padding: 0.75rem 1.4rem;
        background: #F26A1B;
        color: #FFFFFF;
        border-radius: 0.42rem;
        font-size: 16.9px;
        text-decoration: none;
        transition: background 350ms var(--delay-slow);
    }
.featured-brand .btn-primary:hover{
        background: #D4550C;color:var(--surface-muted);}
.featured-brand .wide-proof{color: #F4F6F9;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-size: 16.9px;}
.featured-brand .wide-proof:hover{}
.featured-brand .clear-body{margin: 0;
        font-size: calc(16.9px * .875);
        line-height: 1.6;}
.featured-brand .clear-body a{color: #F4F6F9;
        text-decoration: underline;
        text-underline-offset: 3px;}
.featured-brand .clear-body a:hover{}
@media (max-width: 820px) {.featured-brand .narrow-steps{
            flex-direction: column;
        }.featured-brand .main-team{
            flex: 1 1 auto;
            width: 100%;
        }
    }
.bottom-actions{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33}
.bottom-actions .narrow-steps{max-width:min(1460px,58rem);margin:0 auto}
.bottom-actions .quiet-unit{max-width:52rem}
.bottom-actions h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.bottom-actions .quiet-unit p{margin:1.5rem 0 0;color:var(--surface-dark);line-height:1.78}
.bottom-actions .fresh-area{margin-top:calc(2.23rem * 1.5);border-top:1px solid #D8E0EB}
.bottom-actions details{padding:1.5rem 0;border-bottom:1px solid #D8E0EB}
.bottom-actions summary{cursor:pointer;font-size:calc(16.9px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;gap:2.23rem;align-items:baseline}
.bottom-actions summary::-webkit-details-marker{display:none}
.bottom-actions summary::after{content:"+";font-size:calc(16.9px * 1.125);line-height:1;color:inherit;flex:0 0 auto}
.bottom-actions details[open] summary::after{content:"–"}
.bottom-actions details p{margin:1.5rem 0 0;color:var(--surface-dark);line-height:1.78}
@media(max-width:720px){.bottom-actions summary{font-size:16.9px}.bottom-actions details{padding:calc(1.5rem * .75) 0}
}
.soft-grid{
  --state-strong:calc(1.5rem * 1.42);
  --axis-main:calc(1460px / 2.90);
  padding:calc(1.5rem * 2.4) 1.73rem;
  background:var(--ink-strong);
  color:#FFFFFF;
}
.soft-grid .narrow-steps{max-width:1460px;
  margin:0 auto;}
.soft-grid h1,
.soft-grid h2,
.soft-grid h3,
.soft-grid p{margin:0;}
.soft-grid h2{font-size:calc(16.9px * 2);
  line-height:1.12;}
.soft-grid p{font-size:16.9px;
  line-height:1.78;
  color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-grid a{color:inherit;
  text-decoration:none;}
.soft-grid .clear-group{font-size:calc(16.9px * .875);
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:color-mix(in srgb, currentColor 60%, transparent);}
.soft-grid .service-view{max-width:var(--axis-main);}
.soft-grid .soft-menu{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.28rem;
  background:#F26A1B;
  color:#FFFFFF;
  font-weight:600;
  transition:background 350ms var(--delay-slow);
}
.soft-grid .soft-menu:hover{
  background:#D4550C;color:var(--surface-muted);}
.soft-grid .clear-body{font-size:calc(16.9px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.soft-grid .clear-body a{border-bottom:1px solid color-mix(in srgb, #F26A1B 50%, transparent);
  transition:color 350ms var(--delay-slow), border-color 350ms var(--delay-slow);}
.soft-grid .clear-body a:hover{border-color:#D4550C;}
.soft-grid .bottom-figure > h2,
.soft-grid .bottom-figure > p,
.soft-grid .bottom-figure > .soft-menu{margin-top:1.5rem;}
.soft-grid .bottom-figure > .clear-group{margin-top:0;}
@media (max-width:640px){.soft-grid .service-view{
    max-width:100%;
  }.soft-grid .soft-menu{
    width:100%;
  }
}
.media-inner{
  padding: calc(1.5rem * 2.4) 1.73rem;
  background: #0B1A33;
  color: #F4F6F9;
}
.media-inner .narrow-steps{max-width: min(1460px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.23rem * 1.5);
  align-items: flex-start;}
.media-inner .service-view{flex: 1 1 22rem;
  min-width: 0;}
.media-inner h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.media-inner .service-view p{margin: calc(1.5rem * .75) 0 0;
  color: #C9D2DE;
  font-size: 16.9px;
  line-height: 1.78;}
.media-inner .wide-entries{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #22334C;}
.media-inner .wide-entries a{display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  column-gap: calc(1.5rem * .75);
  row-gap: 0.35rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #22334C;
  text-decoration: none;
  transition: color 350ms var(--delay-slow);}
.media-inner .wide-entries a:hover{color: #F26A1B;}
.media-inner .wide-entries span{grid-row: span 2;
  color: #F26A1B;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.06em;}
.media-inner .wide-entries strong{font-size: calc(16.9px * 1.125);
  font-weight: 600;}
.media-inner .wide-entries em{font-style: normal;
  color: #C9D2DE;
  font-size: calc(16.9px * .875);
  line-height: 1.78;}
@media (max-width: 760px) {.media-inner .narrow-steps{
    flex-direction: column;
  }.media-inner .wide-entries a{
    grid-template-columns: 2.2rem minmax(0, 1fr);
  }
}
.compact-summary{--state-strong:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF;}
.compact-summary .narrow-steps{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.compact-summary h1,.compact-summary h2,.compact-summary h3,.compact-summary p{margin:0;}
.compact-summary h2{font-size:calc(16.9px * 2);line-height:1.12;}
.compact-summary p{font-size:16.9px;line-height:1.78;}
.compact-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-summary a:hover{}
.compact-summary .quiet-unit{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.compact-summary .service-view{color:color-mix(in srgb, currentColor 80%, transparent);}
.compact-summary .simple-wrap{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .9);}
.compact-summary details{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.2);border-radius:0.42rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid #F26A1B;}
.compact-summary summary{cursor:pointer;font-weight:700;font-size:calc(16.9px * 1.125);line-height:1.3;list-style:none;}
.compact-summary summary::-webkit-details-marker{display:none;}
.compact-summary summary::after{content:"+";float:right;font-weight:400;}
.compact-summary details[open] summary::after{content:"–";}
.compact-summary details p{margin-top:calc(1.5rem / 2.8);color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-summary .clear-group{font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 72%, transparent);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
@media (max-width:720px){.compact-summary details{padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.05);}.compact-summary summary{font-size:16.9px;}
}
.narrow-links{
  background:#F7F9FC;
  color:#0B1A33;
  padding:calc(1.5rem * 2.4) 1.73rem;
}
.narrow-links .narrow-steps{max-width:1460px;
  margin:0 auto;}
.narrow-links .quiet-unit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.23rem * 1.5);
  align-items:flex-start;}
.narrow-links h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.1;}
.narrow-links .quiet-unit p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-dark);
  line-height:1.78;}
.narrow-links .top-group{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.narrow-links .top-group a{flex:1 1 17rem;
  min-width:0;
  color:#0B1A33;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:2px solid #F26A1B;
  transition:color 350ms var(--delay-slow);}
.narrow-links .top-group a:hover{color:inherit;}
.narrow-links .top-group strong,
.narrow-links .top-group span{display:block;}
.narrow-links .top-group strong{font-size:16.9px;}
.narrow-links .top-group span{margin-top:.4rem;
  color:var(--surface-dark);
  font-size:calc(16.9px * .875);
  line-height:1.78;}
.narrow-links .clear-group{
  margin-top:calc(2.23rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#EDF1F7;
  color:var(--surface-dark);
  border-radius:0.42rem;
}
.narrow-links .clear-group p{margin:0;
  line-height:1.78;}
.narrow-links .clear-group p + p{margin-top:1.5rem;}
.narrow-links .clear-body{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.narrow-links .clear-body a{color:#0E2A52;
  text-decoration:none;
  border-bottom:1px solid #D8E0EB;
  padding-bottom:.15rem;
  font-size:calc(16.9px * .875);
  transition:color 350ms var(--delay-slow), border-color 350ms var(--delay-slow);}
.narrow-links .clear-body a:hover{color:inherit;
  border-color:#F26A1B;}
@media (max-width:680px){.narrow-links .quiet-unit{display:block}.narrow-links .quiet-unit p{margin-top:1.5rem}.narrow-links .top-group{display:block}.narrow-links .top-group a{display:block;margin-top:2.23rem}
}
.strong-items{
    background:#F7F9FC;
    color:#0B1A33;
    padding:calc(1.5rem * 2.4) 1.73rem;
}
.strong-items .c{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.strong-items .h h1{font-size:calc(16.9px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.strong-items .h p{margin:0;
    font-size:calc(16.9px * 1.125);}
.strong-items .focused-quote{display:flex;
    flex-wrap:wrap;
    gap:0.6rem;
    padding-bottom:calc(2.23rem * 1.5);
    border-bottom:1px solid #D8E0EB;}
.strong-items .clear-body{
    padding:0.4rem 0.9rem;
    border-radius:0.28rem;
    background:#EDF1F7;
    color:var(--surface-dark);
    text-decoration:none;
    font-size:calc(16.9px * .875);
    transition:background 350ms var(--delay-slow), color 350ms var(--delay-slow);
}
.strong-items .clear-body:hover{
    background:var(--ink-strong);
    color:#FFFFFF;
}
.strong-items .active-links{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.strong-items .controls{
    display:flex;
    flex-wrap:wrap;
    gap:2.23rem;
    align-items:flex-start;
    padding:calc(1.5rem * .75);
    background:var(--ink-page);
    color:var(--surface-muted);
    border:1px solid #D8E0EB;
    border-radius:0.88rem;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);
    transition:box-shadow 350ms var(--delay-slow), transform 350ms var(--delay-slow);
}
.strong-items .controls:hover{box-shadow:0 6px 14px rgba(0,0,0,0.17);
    transform:translateY(-2px);}
.strong-items .secondary-menu{
    flex:0 0 240px;
    margin:0;
    border-radius:0.42rem;
    overflow:hidden;
    background:#EDF1F7;color:var(--surface-dark);}
.strong-items .secondary-menu img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:4 / 3;}
.strong-items .active-copy{flex:1 1 320px;
    min-width:0;}
.strong-items .visual-panel{margin:0 0 0.4rem;
    font-size:calc(16.9px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;}
.strong-items h3{margin:0 0 0.6rem;
    font-size:calc(16.9px * 1.35);
    line-height:1.3;}
.strong-items h3 a{color:inherit;
    text-decoration:none;}
.strong-items h3 a:hover{}
.strong-items .narrow-details{margin:0 0 1rem;
    font-size:16.9px;
    line-height:1.78;}
.strong-items .soft-menu{
    display:inline-block;
    padding:0.5rem 1rem;
    border-radius:0.28rem;
    background:var(--ink-strong);
    color:#FFFFFF;
    text-decoration:none;
    font-size:calc(16.9px * .875);
    transition:background 350ms var(--delay-slow);
}
.strong-items .soft-menu:hover{
    background:#0A1F3E;color:var(--surface-muted);}
.strong-items .clear-group{margin:0;
    padding-top:calc(2.23rem * 1.5);
    border-top:1px solid #D8E0EB;
    font-size:calc(16.9px * .875);}
.strong-items .clear-group a{text-decoration:underline;}
.strong-items .clear-group a:hover{}
@media (max-width:720px){.strong-items .secondary-menu{
        flex:1 1 100%;
    }.strong-items .controls{
        padding:calc(calc(1.5rem * .75) * 0.75);
    }
}
.active-region{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33}
.active-region .narrow-steps{max-width:1460px;margin:0 auto;width:min(100%,54rem)}
.active-region .quiet-unit{margin-bottom:calc(2.23rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid #D8E0EB}
.active-region .quiet-unit p{margin:0;font-size:calc(16.9px * .875);letter-spacing:0.02em;text-transform:uppercase;color:var(--surface-dark);line-height:1.78}
.active-region h2{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.9px * 2);line-height:1.12}
.active-region .fresh-inner{display:flex;flex-direction:column;gap:0}
.active-region .clear-group{padding:1.5rem 0;color:var(--surface-dark);line-height:1.78;border-left:3px solid #F26A1B;padding-left:calc(1.5rem * .75)}
.active-region .text-menu{padding:1.5rem 0;border-bottom:1px solid #D8E0EB}
.active-region .text-menu:last-child{border-bottom:none}
.active-region .text-menu strong{display:block;font-size:calc(16.9px * 1.35);line-height:1.15}
.active-region .text-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.78;color:var(--surface-dark)}
.active-region .text-menu a{color:#0E2A52;text-decoration:underline;text-underline-offset:3px}
.active-region .text-menu a:hover{color:inherit;}
@media (max-width:640px){.active-region .clear-group{padding-left:1.73rem}.active-region h2{font-size:calc(16.9px * 1.35)}
}
.service-form{--state-strong:calc(1.5rem * 1.2);--copy-small:calc(1460px / 3.66);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.service-form .narrow-steps{max-width:1460px;margin:0 auto;}
.service-form h2,.service-form h3,.service-form p{margin:0;}
.service-form h2{font-size:calc(16.9px * 2);line-height:1.12;}
.service-form h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.service-form p{font-size:16.9px;line-height:1.78;}
.service-form .service-view{margin-top:1.5rem;}
.service-form img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.service-form .active-links{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:0;}
.service-form .controls{min-width:0;padding-bottom:calc(2.23rem * 1.5);border-bottom:1px solid #D8E0EB;}
.service-form .controls:last-child{border-bottom:0;padding-bottom:0;}
.service-form .controls p{margin-top:calc(1.5rem / 3);}
.service-form .contact-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.service-form .contact-form>.narrow-details{flex:1 1 calc(1460px / 3);min-width:0;}
.service-form .contact-form>.active-links{flex:2 1 calc(1460px / 2);}
.service-form .contact-form>img{margin-left:auto;max-width:var(--copy-small);flex:0 1 var(--copy-small);}
.service-form .clear-body{margin-top:calc(2.23rem * 1.5);font-size:calc(16.9px * .875);}
.service-form .clear-body a{text-decoration:underline;text-underline-offset:3px;}
.service-form .clear-body a:hover{}
@media (max-width:860px){.service-form .contact-form>img{margin-left:0;max-width:100%;flex:1 1 100%;}
}
.featured-surface{--state-strong:calc(1.5rem * 1.12);--paint-secondary:calc(1460px / 3.6);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.featured-surface .narrow-steps{max-width:1460px;margin:0 auto;}
.featured-surface h2,.featured-surface h3,.featured-surface p{margin:0;}
.featured-surface h2{font-size:calc(16.9px * 2);line-height:1.14;}
.featured-surface h3{font-size:calc(16.9px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.featured-surface p{font-size:16.9px;line-height:1.78;}
.featured-surface a{color:#0E2A52;text-decoration:none;}
.featured-surface a:hover{color:inherit;}
.featured-surface img{display:block;width:100%;height:auto;border-radius:0.42rem;margin-bottom:calc(1.5rem / 2.4);}
.featured-surface .quiet-unit{display:flex;flex-wrap:wrap;gap:2.23rem;align-items:flex-start;}
.featured-surface .quiet-unit>h2{flex:1 1 calc(1460px / 3);min-width:0;}
.featured-surface .quiet-unit>.service-view{flex:1 1 calc(1460px / 2.6);min-width:0;color:var(--surface-dark);}
.featured-surface .focused-quote{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.featured-surface .controls{flex:1 1 var(--paint-secondary);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.88rem;background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB;box-shadow:0 1px 7px rgba(0,0,0,0.13);display:flex;flex-direction:column;}
.featured-surface .controls p{color:var(--surface-dark);flex:1 1 auto;}
.featured-surface .controls .clear-footer{display:inline-block;margin-top:calc(1.5rem / 2.6);font-size:calc(16.9px * .875);font-weight:600;border-bottom:1px solid #F26A1B;padding-bottom:2px;width:max-content;}
.featured-surface .controls .clear-footer:hover{border-bottom-color:#F26A1B;}
.featured-surface .clear-group{margin-top:var(--state-strong);padding-top:calc(1.5rem / 2);border-top:1px solid #D8E0EB;font-size:calc(16.9px * .875);color:var(--surface-dark);}
.featured-surface .clear-group a{font-weight:600;}
@media (max-width:720px){.featured-surface .quiet-unit>h2,.featured-surface .quiet-unit>.service-view{flex:1 1 100%;}.featured-surface .controls{flex:1 1 100%;}
}
.local-nav{
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.local-nav .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: 2.23rem;}
.local-nav h2,
.local-nav h3,
.local-nav p{margin: 0;}
.local-nav h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.local-nav h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.local-nav p{font-size: 16.9px; line-height: 1.78;}
.local-nav .service-entries{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.23rem;
  align-items: end;
  padding: calc(2.23rem * 1.5);
  border-radius: 1.01rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #FFFFFF;
}
.local-nav .quiet-figure{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.local-nav [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.42rem;
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
  animation: galleryMosaicIn calc(350ms * 2.2) var(--delay-slow) both;
  animation-delay: var(--delay-fast, 0ms);
}
.local-nav [data-block]:nth-child(3n + 1){flex-basis: 30rem;}
.local-nav [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(16.9px * .875);}
.local-nav .compact-story{color: #F4F6F9;
  opacity: .82;}
@keyframes galleryMosaicIn {from{ opacity: .2; transform: translateY(8px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.local-nav .service-entries{ grid-template-columns: 1fr; }.local-nav [data-block],
  .local-nav [data-block]:nth-child(3n + 1){ flex-basis: 100%; }
}
.details{
        --state-strong: calc(1.5rem * 1.15);
        padding: calc(1.5rem * 2.4) 1.73rem;
        background: #0B1A33;
        color: #F4F6F9;
    }
.details .narrow-steps{max-width: 1460px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-strong);}
.details h2,
    .details h3,
    .details p{margin: 0;}
.details h2{font-size: calc(16.9px * 2);
        line-height: 1.14;}
.details h3{font-size: calc(16.9px * 1.35);
        line-height: 1.22;}
.details p{font-size: 16.9px;
        line-height: 1.78;}
.details .quiet-unit{display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);}
.details .service-view{opacity: .88;}
.details .active-links{display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);
        border-top: 1px solid rgba(244, 246, 249, 0.18);
        padding-top: calc(2.23rem * 1.5);}
.details .controls{display: flex;
        gap: 2.23rem;
        align-items: flex-start;
        padding-block: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(244, 246, 249, 0.12);}
.details .controls:last-child{border-bottom: none;}
.details .compact-details{
        flex: 0 0 auto;
        font-size: calc(16.9px * .875);
        letter-spacing: 0.08em;
        padding: 0.25rem 0.55rem;
        border-radius: 0.28rem;
        background: #F26A1B;
        color: #FFFFFF;
        line-height: 1.2;
    }
.details .active-copy{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);
        min-width: 0;}
.details .active-copy p{opacity: .84;}
.details .clear-group{font-size: calc(16.9px * .875);
        opacity: .78;
        border-top: 1px solid rgba(244, 246, 249, 0.18);
        padding-top: calc(2.23rem * 1.5);}
.details .clear-group a{color: #F26A1B;
        text-decoration: underline;
        text-underline-offset: 3px;}
.details .clear-group a:hover{color:inherit;}
@media (max-width: 720px) {.details .controls{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.secondary-frame{
  background: #F7F9FC;
  color: #0B1A33;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.secondary-frame .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;
  align-items: flex-start;}
.secondary-frame .narrow-details{display: flex;
  flex-direction: column;
  gap: calc(2.23rem * 1.5);
  flex: 1 1 26rem;
  min-width: 0;}
.secondary-frame .service-feature{display: block;
  flex: 1 1 22rem;
  min-width: 0;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.01rem;
  box-shadow: 0 6px 14px rgba(0,0,0,0.17);}
.secondary-frame h2,
.secondary-frame p{margin: 0;}
.secondary-frame h2{font-size: calc(16.9px * 2.65);
  line-height: 1.06;}
.secondary-frame .narrow-details > p{font-size: calc(16.9px * 1.125);
  line-height: 1.78;}
.secondary-frame .public-copy{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.secondary-frame .public-copy div{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
}
.secondary-frame strong{font-size: calc(16.9px * 1.35);
  line-height: 1.16;
  flex: 1 1 12rem;
  min-width: 0;}
.secondary-frame span{line-height: 1.78;
  flex: 1 1 18rem;
  min-width: 0;}
@media (max-width: 860px) {.secondary-frame .service-feature{ min-height: 20rem; }
}
.direct-inner{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.secondary-nav{max-width:1460px;margin:0 auto;}
.direct-inner h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08;}
.simple-inner{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33}
.simple-inner .narrow-steps{max-width:min(1460px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5)}
.simple-inner .quiet-unit{padding-bottom:1.5rem;border-bottom:1px solid #D8E0EB}
.simple-inner h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.simple-inner .quiet-unit p{margin:1.5rem 0 0;color:var(--surface-dark);line-height:1.78}
.simple-inner .fresh-area{display:flex;flex-direction:column}
.simple-inner details{padding:1.5rem 0;border-bottom:1px solid #D8E0EB}
.simple-inner details:last-child{border-bottom:0}
.simple-inner summary{cursor:pointer;font-size:calc(16.9px * 1.35);line-height:1.2;color:#0B1A33;list-style:none}
.simple-inner summary::-webkit-details-marker{display:none}
.simple-inner summary::after{content:"+";float:right;margin-left:2.23rem;color:inherit;font-weight:600}
.simple-inner details[open] summary::after{content:"–"}
.simple-inner details p{margin:1.5rem 0 0;color:var(--surface-dark);line-height:1.78}
@media(max-width:720px){.simple-inner .narrow-steps{gap:1.5rem}.simple-inner summary::after{margin-left:calc(1.5rem * .75)}
}
.soft-lead{--state-strong:calc(1.5rem * 1.35);--state-base:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.soft-lead .narrow-steps{max-width:1460px;margin:0 auto;}
.soft-lead h2,.soft-lead h3,.soft-lead p{margin:0;}
.soft-lead h2{font-size:calc(16.9px * 2);line-height:1.14;}
.soft-lead h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.soft-lead p{font-size:16.9px;line-height:1.78;}
.soft-lead .quiet-unit{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.soft-lead .service-view{font-size:calc(16.9px * 1.125);}
.soft-lead .active-links{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.23rem;margin-top:var(--state-strong);}
.soft-lead .controls{flex:1 1 var(--state-base);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(1.5rem * .75);background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB;border-radius:0.88rem;}
.soft-lead .controls p{}
.soft-lead .soft-menu{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.28rem;background:var(--ink-strong);color:#FFFFFF;text-decoration:none;font-size:calc(16.9px * .875);transition:background 350ms var(--delay-slow);}
.soft-lead .soft-menu:hover{background:#0A1F3E;color:var(--surface-muted);}
.soft-lead .site-story{margin-top:var(--state-strong);padding-top:calc(2.23rem * 1.5);border-top:1px solid #D8E0EB;}
.soft-lead .site-story p{font-size:calc(16.9px * .875);}
.soft-lead .site-story a{text-decoration:underline;text-underline-offset:3px;}
.soft-lead .site-story a:hover{}
@media (max-width:720px){.soft-lead .controls{flex:1 1 100%;}
}
.plain-method{
  padding: calc(1.5rem * 2.4) 1.73rem;
  background: #0B1A33;
  color: #F4F6F9;
}
.plain-method .narrow-steps{max-width: min(1460px, 74rem);
  margin: 0 auto;}
.plain-method .steady-note{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75) 2.23rem;
  margin-bottom: calc(2.23rem * 1.5);}
.plain-method h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.plain-method .service-view{flex: 1 1 26rem;
  margin: 0;
  font-size: 16.9px;
  line-height: 1.78;
  color: #C9D2DE;}
.plain-method .focused-quote{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.plain-method .controls{
  flex: 1 1 min(100%, 22rem);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
  border-radius: 0.88rem;
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);
}
.plain-method .soft-headline{margin: 0;
  font-size: 16.9px;
  line-height: 1.78;}
.plain-method .site-media{display: flex;
  align-items: center;
  gap: calc(calc(1.5rem * .75) * .6);
  margin-top: auto;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8E0EB;}
.plain-method .site-media img{width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.plain-method .id{display: flex;
  flex-direction: column;
  gap: 2px;}
.plain-method .clear-summary{font-weight: 700;
  font-size: 16.9px;}
.plain-method .id small{font-size: calc(16.9px * .875);color:inherit;}
.plain-method .clear-group{margin: calc(2.23rem * 1.5) 0 0;
  font-size: calc(16.9px * .875);
  color: #C9D2DE;}
.plain-method .clear-group a{color: #F26A1B;
  text-decoration: underline;}
.plain-method .clear-group a:hover{color:inherit;}
@media (max-width: 700px) {.plain-method .focused-quote{
    display: block;
  }.plain-method .controls + .controls{
    margin-top: 2.23rem;
  }
}
.fresh-body{padding:calc(1.5rem * 2.4) 1.73rem;background:linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);color:#F4F6F9;overflow:hidden}
.fresh-body .top-copy{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(2.23rem * 1.5);align-items:start}
.fresh-body .compact-actions{position:sticky;top:1.5rem}
.fresh-body .compact-actions span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.9px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78}
.fresh-body h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 2.65);line-height:1.02}
.fresh-body .service-view{margin:0 0 calc(1.5rem * .75);font-size:16.9px;line-height:1.78}
.fresh-body .clear-body{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);font-size:calc(16.9px * .875)}
.fresh-body .clear-body a{color:#F4F6F9;text-decoration:underline;text-underline-offset:3px;transition:color 350ms var(--delay-slow)}
.fresh-body .clear-body a:hover{}
.fresh-body .strong-quote{display:grid;gap:calc(1.5rem * .75)}
.fresh-body .secondary-summary{width:min(100%,44rem);padding:2.23rem;border-radius:0.88rem;background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB;box-shadow:0 1px 7px rgba(0,0,0,0.13);transition:border-color 350ms var(--delay-slow),transform 350ms var(--delay-slow)}
.fresh-body .secondary-summary:nth-child(even){margin-left:auto;background:var(--ink-strong);color:#FFFFFF;border-color:var(--ink-strong)}
.fresh-body .secondary-summary:hover{border-color:#F26A1B;transform:translateY(-2px)}
.fresh-body .secondary-summary span{display:inline-block;font-size:calc(16.9px * .875);letter-spacing:.05em;text-transform:uppercase;opacity:.72}
.fresh-body h3{margin:calc(1.5rem * .75) 0;font-size:calc(16.9px * 1.35);line-height:1.15}
.fresh-body .secondary-summary p{margin:0;font-size:16.9px;line-height:1.78}
@media (max-width: 860px){.fresh-body .top-copy{grid-template-columns:1fr}.fresh-body .compact-actions{position:relative;top:auto}.fresh-body .secondary-summary,
  .fresh-body .secondary-summary:nth-child(even){margin-left:0;width:100%}
}
.public-footer{
  --state-strong:calc(1.5rem * 1.02);
  padding:calc(1.5rem * 2.4) 1.73rem;
  background:var(--ink-strong);
  color:#FFFFFF;
}
.public-footer .narrow-steps{max-width:1460px;
  margin:0 auto;}
.public-footer h2,
.public-footer h3,
.public-footer p{margin:0;}
.public-footer h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.public-footer h3{font-size:calc(16.9px * 1.35);
  line-height:1.22;}
.public-footer p{font-size:16.9px;
  line-height:1.78;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.public-footer a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.public-footer a:hover{}
.public-footer .quiet-unit{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.public-footer .clear-group{font-size:calc(16.9px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.public-footer .service-view{max-width:100%;}
.public-footer .active-links{display:flex;
  flex-direction:column;
  gap:var(--state-strong);
  margin-top:calc(1.5rem * 1.15);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding-top:calc(1.5rem * 1.1);}
.public-footer .controls{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);}
.public-footer .controls + .controls{border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);
  padding-top:var(--state-strong);}
.public-footer .clear-body{margin-top:calc(1.5rem * 1.2);
  padding-top:calc(1.5rem / 1.6);
  border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);
  font-size:calc(16.9px * .875);}
@media (min-width:900px){.public-footer .quiet-unit{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    column-gap:2.23rem;
    row-gap:calc(1.5rem / 2.6);
    align-items:start;
  }.public-footer .clear-group{
    grid-column:1 / -1;
  }.public-footer h2{
    grid-column:1;
  }.public-footer .service-view{
    grid-column:2;
  }.public-footer .active-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:2.23rem;
    row-gap:var(--state-strong);
  }.public-footer .controls + .controls{
    border-top:0;
    padding-top:0;
  }.public-footer .controls{
    border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);
    padding-top:var(--state-strong);
  }.public-footer .controls:nth-child(-n+2){
    border-top:0;
    padding-top:0;
  }
}
.quiet-brand{--state-strong:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.quiet-brand .narrow-steps{max-width:1460px;margin:0 auto;}
.quiet-brand h2,.quiet-brand h3,.quiet-brand p{margin:0;}
.quiet-brand h2{font-size:calc(16.9px * 2);line-height:1.14;}
.quiet-brand h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.quiet-brand p{font-size:16.9px;line-height:1.78;}
.quiet-brand .clear-group{margin-bottom:calc(1.5rem / 2);font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--surface-dark);}
.quiet-brand .service-view{margin-top:1.5rem;}
.quiet-brand .active-links{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.quiet-brand .controls{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #F26A1B;}
.quiet-brand .controls p{margin-top:calc(1.5rem / 3);}
.quiet-brand .clear-body{margin-top:var(--state-strong);padding-top:calc(1.5rem * .75);border-top:1px solid #D8E0EB;font-size:calc(16.9px * .875);color:var(--surface-dark);}
.quiet-brand .clear-body a{color:#0E2A52;text-decoration:underline;text-underline-offset:2px;}
.quiet-brand .clear-body a:hover{color:inherit;}
@media (min-width:900px){.quiet-brand .active-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--state-strong) 2.23rem;}
}
.steady-contact{--state-strong:calc(1.5rem * 0.87);--axis-main:calc(1460px / 2.11);padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF;}
.steady-contact .narrow-steps{max-width:1460px;margin:0 auto;}
.steady-contact h2,.steady-contact p{margin:0;}
.steady-contact h2{font-size:calc(16.9px * 2);line-height:1.12;}
.steady-contact p{font-size:16.9px;line-height:1.78;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-contact a{color:inherit;text-decoration:none;}
.steady-contact .soft-menu{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F26A1B;color:#FFFFFF;font-weight:600;transition:background 350ms var(--delay-slow);}
.steady-contact .soft-menu:hover{background:#D4550C;color:var(--surface-muted);}
.steady-contact .clear-team{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.steady-contact .top-service{text-align:center;}
.steady-contact .top-service p{margin:1.5rem auto 0;max-width:calc(1460px / 2);}
.steady-contact .top-service .soft-menu{margin-top:1.5rem;}
.steady-contact .clear-body{margin-top:calc(1.5rem * 0.9);font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.steady-contact .clear-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-contact .clear-body a:hover{}
.fresh-links{
  background: #F7F9FC;
  color: #0B1A33;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.fresh-links .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.23rem * 1.5);
  align-items: flex-start;}
.fresh-links h2,
.fresh-links p{margin: 0;}
.fresh-links .quiet-unit{flex: 0 0 min(26rem, 36%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.fresh-links h2{font-size: calc(16.9px * 2);
  line-height: 1.08;}
.fresh-links .quiet-unit p,
.fresh-links .visual-panel p{color: var(--surface-dark);
  line-height: 1.78;}
.fresh-links .active-links{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.fresh-links .visual-panel{display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #D8E0EB;}
.fresh-links .visual-panel:last-child{border-bottom: 1px solid #D8E0EB;}
.fresh-links .service-feature{display: block;
  flex: 0 0 11rem;
  width: 11rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.42rem;
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);}
.fresh-links strong{display: block;
  font-size: calc(16.9px * 1.35);
  line-height: 1.18;}
.fresh-links .visual-panel p{margin-top: calc(1.5rem * .75);}
@media (max-width: 900px) {.fresh-links .narrow-steps{ flex-direction: column; }.fresh-links .quiet-unit{ position: static; flex-basis: auto; }
}
@media (max-width: 560px) {.fresh-links .visual-panel{ flex-direction: column; align-items: stretch; }.fresh-links .service-feature{ width: 100%; flex-basis: auto; }
}
.team-details{--state-strong:calc(1.5rem * 1.20);--label-strong:calc(1460px / 3.53);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.team-details .narrow-steps{max-width:1460px;margin:0 auto;}
.team-details h1,.team-details h2,.team-details h3,.team-details p,.team-details ul{margin:0;}
.team-details h2{font-size:calc(16.9px * 2);line-height:1.12;}
.team-details h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.team-details p{font-size:16.9px;line-height:1.78;}
.team-details a{text-decoration:none;border-bottom:1px solid #D8E0EB;}
.team-details a:hover{border-bottom-color:#F26A1B;}
.team-details .plain-feature{padding-block:calc(var(--state-strong) / 2);}
.team-details .main-note{row-gap:calc(var(--state-strong) * 1.2);}
.team-details .clear-team{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-details .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.team-details .row-title h2{flex:1 1 calc(1460px / 3);min-width:0;}
.team-details .row-title>p{flex:1 1 calc(1460px / 3);min-width:0;}
.team-details .featured-contact{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.team-details .controls{flex:1 1 var(--label-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #F26A1B;}
.team-details .controls p{margin-top:calc(1.5rem / 3);}
.team-details .clear-body{flex:1 1 100%;margin-top:var(--state-strong);padding-top:calc(1.5rem * .75);border-top:1px solid #D8E0EB;font-size:calc(16.9px * .875);}
.team-details .clear-body a{margin:0 2px;}
.top-method{--state-strong:calc(1.5rem * 1.18);--field-base:calc(1460px / 2.55);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.top-method .narrow-steps{max-width:1460px;margin:0 auto;}
.top-method h2,.top-method h3,.top-method p{margin:0;}
.top-method h2{font-size:calc(16.9px * 2);line-height:1.14;}
.top-method h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.top-method p{font-size:16.9px;line-height:1.78;}
.top-method img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.top-method .simple-view{display:flex;align-items:flex-start;gap:2.23rem;}
.top-method .narrow-details{flex:1 1 var(--field-base);min-width:0;}
.top-method .narrow-details .service-view{margin-top:1.5rem;color:var(--surface-dark);}
.top-method .narrow-details .clear-group{margin-top:calc(1.5rem / 1.6);font-size:calc(16.9px * .875);color:var(--surface-dark);}
.top-method .active-links{flex:1 1 calc(1460px / 2);display:flex;flex-direction:column;gap:var(--state-strong);min-width:0;}
.top-method .controls{display:flex;gap:2.23rem;align-items:flex-start;padding-bottom:var(--state-strong);border-bottom:1px solid #D8E0EB;}
.top-method .controls:last-child{border-bottom:0;padding-bottom:0;}
.top-method .controls img{flex:0 0 calc(1460px / 5.2);max-width:calc(1460px / 5.2);}
.top-method .quiet-header{flex:1 1 auto;min-width:0;}
.top-method .quiet-track{display:inline-block;margin-bottom:calc(1.5rem / 3);padding:2px 10px;border-radius:0.28rem;background:#F26A1B;color:#FFFFFF;font-size:calc(16.9px * .875);letter-spacing:0.03em;}
.top-method .quiet-header p{margin-top:calc(1.5rem / 3);color:var(--surface-dark);}
@media(max-width:860px){.top-method .simple-view{flex-direction:column;}.top-method .controls{flex-direction:column;}.top-method .controls img{flex:1 1 auto;max-width:100%;}}
.team-contact{
  padding: calc(1.5rem * 2.4) 1.73rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #FFFFFF;
}
.team-contact .narrow-steps{max-width: 1460px;
  margin: 0 auto;}
.team-contact .quiet-unit{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;
  align-items: flex-end;
  margin-bottom: calc(2.23rem * 1.5);}
.team-contact .quiet-unit h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.team-contact .quiet-unit p{flex: 1 1 20rem;
  margin: 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.78;}
.team-contact .main-content{
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: #C9D2DE;
  border-radius: 0.42rem;
  overflow: hidden;color:var(--surface-muted);}
.team-contact .main-content a{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  background: #0B1A33;
  color: #F4F6F9;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  transition: background 350ms var(--delay-slow);
}
.team-contact .main-content a:hover{
  background: #0A1F3E;color:var(--surface-muted);}
.team-contact .main-content strong{font-size: calc(16.9px * 1.35);
  line-height: 1.25;}
.team-contact .main-content span{font-size: calc(16.9px * .875);
  line-height: 1.78;}
.team-contact .active-plan{margin-top: calc(2.23rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.35);}
.team-contact .active-plan p{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.9px;}
.team-contact .active-plan ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.team-contact .active-plan li{font-size: calc(16.9px * .875);}
.team-contact .active-plan a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.team-contact .active-plan a:hover{}
@media (max-width: 720px) {.team-contact .quiet-unit{
    display: block;
  }.team-contact .quiet-unit p{
    margin-top: calc(1.5rem * .75);
  }.team-contact .active-plan ul{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.text-unit{
  background:#F7F9FC;
  color:#0B1A33;
  padding:calc(1.5rem * 2.4) 1.73rem;
}
.text-unit .narrow-steps{max-width:1460px;
  margin:0 auto;}
.text-unit .quiet-unit{display:flex;
  gap:calc(2.23rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.text-unit h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.12;}
.text-unit .quiet-unit p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--surface-dark);
  line-height:1.78;}
.text-unit .top-group{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.text-unit .top-group a{flex:1 1 17rem;
  min-width:0;
  color:#0B1A33;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:2px solid #F26A1B;
  transition:color 350ms var(--delay-slow);}
.text-unit .top-group a:hover{color:inherit;}
.text-unit .top-group strong{display:block;
  font-size:16.9px;}
.text-unit .top-group span{display:block;
  margin-top:.4rem;
  color:var(--surface-dark);
  line-height:1.78;}
.text-unit .clear-group{
  margin:calc(2.23rem * 1.5) 0 0;
  padding:calc(1.5rem * .75);
  background:#EDF1F7;
  color:var(--surface-dark);
  border-radius:0.42rem;
  line-height:1.78;
}
.text-unit .focused-quote{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.23rem;}
.text-unit .soft-menu{
  display:inline-flex;
  color:#FFFFFF;
  background:var(--ink-strong);
  text-decoration:none;
  border-radius:1.01rem;
  padding:.8rem 1.2rem;
  transition:background 350ms var(--delay-slow);
}
.text-unit .soft-menu:hover{
  background:#0A1F3E;color:var(--surface-muted);}
.text-unit .clear-body{color:#0E2A52;
  text-decoration:underline;
  text-underline-offset:3px;}
.text-unit .clear-body:hover{color:inherit;}
@media (max-width:680px){.text-unit .quiet-unit{display:block}.text-unit .quiet-unit p{margin-top:1.5rem}.text-unit .top-group{display:block}.text-unit .top-group a{display:block;margin-top:2.23rem}
}
.primary-region{background:#F26A1B;color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.73rem}
.primary-region .narrow-steps{max-width:1460px;margin:0 auto}
.primary-region .narrow-benefit{display:flex;align-items:flex-start;gap:calc(2.23rem * 1.5)}
.primary-region .service-feature{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.88rem}
.primary-region .text-header{flex:1 1 34rem;min-width:0}
.primary-region h2{margin:0;font-size:clamp(calc(16.9px * 2),4.6vw,calc(16.9px * 2.65));line-height:1.08;letter-spacing:0}
.primary-region p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.65}
.primary-region .contact-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.23rem * 1.5)}
.primary-region .contact-links a{padding:calc(1.5rem * .75);border-radius:0.28rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none}
.primary-region .focused-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(2.23rem * 1.5);padding-top:calc(2.23rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.primary-region .visual-panel{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline}
.primary-region .media-flow{flex:0 0 11rem;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.85}
.primary-region .compact-brand{flex:1 1 18rem;min-width:0;font-size:16.9px;line-height:1.6}
.primary-region a.value{color:inherit;text-decoration:underline;text-underline-offset:3px}
.primary-region .clear-group{margin-top:calc(2.23rem * 1.5);font-size:calc(16.9px * .875);line-height:1.6;opacity:0.9}
@media(max-width:760px){.primary-region .narrow-benefit{align-items:stretch;flex-direction:column}.primary-region .service-feature{flex-basis:auto;min-width:0;aspect-ratio:16/10}.primary-region .media-flow{flex-basis:auto}}
.featured-summary{
  --state-strong:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.73rem;
  background:#EDF1F7;
  color:var(--surface-dark);
}
.featured-summary .compact-header{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.23rem * 1.5);}
.featured-summary h2,
.featured-summary h3,
.featured-summary p{margin:0;}
.featured-summary h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.featured-summary h3{font-size:calc(16.9px * 1.35);
  line-height:1.22;}
.featured-summary p{font-size:16.9px;
  line-height:1.78;}
.featured-summary .quiet-unit{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);}
.featured-summary .strong-flow{font-size:calc(16.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  font-weight:600;}
.featured-summary .service-view{max-width:100%;}
.featured-summary .focused-quote{display:flex;
  flex-wrap:wrap;
  gap:2.23rem;
  align-items:stretch;}
.featured-summary .controls{
  flex:1 1 calc(1460px / 4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding:calc(1.5rem * .75);
  background:var(--ink-page);
  color:var(--surface-muted);
  border:1px solid #D8E0EB;
  border-radius:0.88rem;
}
.featured-summary .controls img{display:block;
  width:100%;
  height:auto;
  border-radius:0.42rem;
  margin-bottom:calc(1.5rem / 4);}
.featured-summary .controls p{}
.featured-summary .clear-footer{margin-top:auto;
  padding-top:calc(1.5rem / 3);
  text-decoration:none;
  font-size:calc(16.9px * .875);
  font-weight:600;
  border-top:1px solid #D8E0EB;}
.featured-summary .clear-footer:hover{}
.featured-summary .secondary-group{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:2.23rem;
  padding-top:calc(2.23rem * 1.5);
  border-top:1px solid #D8E0EB;}
.featured-summary .soft-intro{font-size:calc(16.9px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  font-weight:600;}
.featured-summary .secondary-group a{text-decoration:none;
  font-size:16.9px;}
.featured-summary .secondary-group a:hover{}
@media (max-width:860px){.featured-summary .controls{
    flex:1 1 100%;
  }
}
.wide-body{--state-strong:calc(1.5rem * 1.28);--copy-small:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.wide-body .narrow-steps{max-width:1460px;margin:0 auto;}
.wide-body h2,.wide-body h3,.wide-body p{margin:0;}
.wide-body h2{font-size:calc(16.9px * 2);line-height:1.14;}
.wide-body h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.wide-body p{font-size:16.9px;line-height:1.78;}
.wide-body .service-view{color:var(--surface-dark);}
.wide-body .clear-group{margin-top:calc(2.23rem * 1.5);font-size:calc(16.9px * .875);color:var(--surface-dark);}
.wide-body a{color:#0E2A52;text-decoration:underline;text-underline-offset:3px;}
.wide-body a:hover{color:inherit;}
.wide-body img{display:block;width:100%;height:auto;margin-top:var(--state-strong);border-radius:0.42rem;}
.wide-body .narrow-form>.service-view{margin-top:1.5rem;}
.wide-body .active-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;margin-top:var(--state-strong);}
.wide-body .controls{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #F26A1B;}
.wide-body .controls p{margin-top:calc(1.5rem / 3);color:var(--surface-dark);}
@media (max-width:720px){.wide-body .controls{flex:1 1 100%;}
}
.plain-body{--state-strong:calc(1.5rem * 0.95);--axis-main:calc(1460px / 2.75);--copy-small:calc(1460px / 3.94);padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF;}
.plain-body .narrow-steps{max-width:1460px;margin:0 auto;}
.plain-body h1,.plain-body h2,.plain-body h3,.plain-body p{margin:0;}
.plain-body h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.plain-body h2{font-size:calc(16.9px * 2);line-height:1.12;}
.plain-body h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.plain-body p{font-size:16.9px;line-height:1.78;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-body a{color:inherit;text-decoration:none;}
.plain-body img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.plain-body .soft-menu{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#FFFFFF;color:var(--ink-strong);}
.plain-body .active-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;margin-top:var(--state-strong);}
.plain-body .controls{flex:1 1 calc(1460px / 4);min-width:0;}
.plain-body .controls p,.plain-body .controls a{margin-top:calc(1.5rem / 3);}
.plain-body .controls img{margin-bottom:calc(1.5rem / 2);}
.plain-body .bottom-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.plain-body .bottom-note>.narrow-details{flex:1 1 auto;min-width:0;}
.plain-body .bottom-note>.soft-menu{flex:0 0 auto;}
.plain-body .bottom-note>.active-links{flex:1 1 100%;}
.plain-body .narrow-details h2{margin-top:calc(1.5rem / 2);}
.steady-benefit{--state-strong:calc(1.5rem * 1.12);--axis-main:calc(1460px / 2.45);--copy-small:calc(1460px / 3.38);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.steady-benefit .narrow-steps{max-width:1460px;margin:0 auto;}
.steady-benefit h1,.steady-benefit h2,.steady-benefit h3,.steady-benefit p{margin:0;}
.steady-benefit h2{font-size:calc(16.9px * 2);line-height:1.12;}
.steady-benefit h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.steady-benefit p{font-size:16.9px;line-height:1.78;color:var(--surface-dark);}
.steady-benefit a{color:#0E2A52;text-decoration:none;}
.steady-benefit a:hover{color:inherit;}
.steady-benefit img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.steady-benefit .service-view{color:#0B1A33;}
.steady-benefit .clear-group{margin-top:calc(1.5rem / 2);font-size:calc(16.9px * .875);}
.steady-benefit .active-links{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.steady-benefit .controls{min-width:0;}
.steady-benefit .controls p{margin-top:calc(1.5rem / 3);}
.steady-benefit .clear-body{display:flex;flex-wrap:wrap;gap:2.23rem;margin-top:1.5rem;font-size:calc(16.9px * .875);}
.steady-benefit .clear-body a{text-decoration:underline;text-underline-offset:3px;}
.steady-benefit .contact-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.steady-benefit .contact-form>.narrow-details{flex:1 1 calc(1460px / 3);min-width:0;}
.steady-benefit .contact-form>.active-links{flex:2 1 calc(1460px / 2);margin-top:0;}
.steady-benefit .contact-form>img{margin-left:auto;flex:0 1 var(--copy-small);}
.steady-benefit .narrow-details .service-view{margin-top:1.5rem;}
@media (max-width:820px){.steady-benefit .contact-form>.narrow-details,.steady-benefit .contact-form>.active-links,.steady-benefit .contact-form>img{flex:1 1 100%;margin-left:0;}
}
.narrow-block{
  padding:calc(1.5rem * 2.4) 1.73rem;
  background:var(--ink-strong);
  color:#FFFFFF;
  overflow:hidden;
}
.narrow-block .narrow-steps{max-width:1460px;
  margin:0 auto;}
.narrow-block .service-view{max-width:52rem;
  margin:0 0 calc(2.23rem * 1.5);}
.narrow-block h2{margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.08;}
.narrow-block .service-view p{margin:1.5rem 0 0;
  font-size:calc(16.9px * 1.125);
  line-height:1.78;}
.narrow-block .clear-track{display:flex;
  flex-wrap:wrap;
  gap:2.23rem;
  align-items:flex-start;}
.narrow-block .controls{flex:1 1 20rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.73rem;
  border-left:2px solid #F26A1B;}
.narrow-block .controls:nth-child(2n){border-left-color:#D8E0EB;}
.narrow-block strong{display:block;
  font-size:calc(16.9px * 1.35);
  line-height:1.15;}
.narrow-block .controls p{margin:calc(1.5rem * .75) 0 0;
  font-size:16.9px;
  line-height:1.78;}
.narrow-block .clear-body{margin-top:calc(2.23rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D8E0EB;}
.narrow-block .clear-body p{margin:0;
  font-size:calc(16.9px * .875);
  line-height:1.78;}
.narrow-block .clear-body a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-block .clear-body a:hover{}
@media (max-width:720px){.narrow-block .controls{
    flex:1 1 100%;
    padding-left:1.5rem;
  }.narrow-block h2{
    font-size:calc(16.9px * 1.35);
  }
}
.team-plan{--state-strong:calc(1.5rem * 1.02);--copy-small:calc(1460px / 3.94);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.team-plan .narrow-steps{max-width:1460px;margin:0 auto;}
.team-plan h1,.team-plan h2,.team-plan h3,.team-plan p{margin:0;}
.team-plan h2{font-size:calc(16.9px * 2);line-height:1.12;}
.team-plan h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.team-plan p{font-size:16.9px;line-height:1.78;color:var(--surface-dark);}
.team-plan a{color:#0E2A52;text-decoration:none;border-bottom:1px solid #D8E0EB;}
.team-plan a:hover{color:inherit;border-bottom-color:#F26A1B;}
.team-plan img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.team-plan .service-view{margin-top:1.5rem;}
.team-plan .clear-group{margin-top:calc(1.5rem / 2);font-size:calc(16.9px * .875);}
.team-plan .active-links{display:flex;flex-direction:column;gap:var(--state-strong);}
.team-plan .controls{min-width:0;padding-bottom:var(--state-strong);border-bottom:1px solid #D8E0EB;}
.team-plan .controls:last-child{padding-bottom:0;border-bottom:0;}
.team-plan .controls p,.team-plan .controls a{margin-top:calc(1.5rem / 3);}
.team-plan .controls a{display:inline-block;font-size:calc(16.9px * .875);}
.team-plan .contact-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.team-plan .contact-form>.narrow-details{flex:1 1 calc(1460px / 3);min-width:0;}
.team-plan .contact-form>.active-links{flex:2 1 calc(1460px / 2);}
.team-plan .contact-form>img{margin-left:auto;max-width:var(--copy-small);}
@media (max-width:720px){.team-plan .contact-form>img{max-width:100%;margin-left:0;}
}
.wide-note{--state-strong:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.wide-note .narrow-steps{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.wide-note h2,.wide-note h3,.wide-note p{margin:0;}
.wide-note h2{font-size:calc(16.9px * 2);line-height:1.14;}
.wide-note h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.wide-note p{font-size:16.9px;line-height:1.78;}
.wide-note .quiet-unit{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.wide-note .service-view{font-size:calc(16.9px * 1.125);color:var(--surface-dark);}
.wide-note .offer-shell{display:flex;flex-wrap:wrap;gap:2.23rem;align-items:flex-start;}
.wide-note .narrow-details{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.wide-note .narrow-benefit{flex:1 1 18rem;min-width:0;margin:0;}
.wide-note img{display:block;width:100%;height:auto;border-radius:0.42rem;}
.wide-note .active-links{display:flex;flex-wrap:wrap;gap:2.23rem;}
.wide-note .controls{flex:1 1 calc(1460px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D8E0EB;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.wide-note .controls p{color:var(--surface-dark);}
.wide-note .clear-body{display:flex;flex-wrap:wrap;align-items:center;gap:2.23rem;padding-top:calc(1.5rem * .75);border-top:1px solid #D8E0EB;}
.wide-note .clear-group{flex:1 1 20rem;min-width:0;color:var(--surface-dark);}
.wide-note .soft-menu{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:var(--ink-strong);color:#FFFFFF;text-decoration:none;font-size:16.9px;transition:background 350ms var(--delay-slow);}
.wide-note .soft-menu:hover{background:#0A1F3E;color:var(--surface-muted);}
.wide-note .secondary-group{color:#0E2A52;text-decoration:none;font-size:16.9px;border-bottom:1px solid currentColor;padding-bottom:2px;}
.wide-note .secondary-group:hover{color:inherit;}
@media (max-width:720px){.wide-note .offer-shell{flex-direction:column;}.wide-note .controls{flex:1 1 100%;}
}
.text-view{padding:calc(1.5rem * 2) 1.73rem;background:linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);color:#F4F6F9;}
.text-view .top-area{max-width:1460px;margin:0 auto;display:grid;gap:2.23rem;}
.text-view h2,.text-view h3,.text-view p{margin:0;}
.text-view .quiet-unit{display:grid;gap:.6rem;}
.text-view .quiet-unit h2{font-size:calc(16.9px * 2);line-height:1.25;}
.text-view .quiet-unit p{font-size:16.9px;opacity:.92;}
.text-view .focused-quote{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.23rem;}
.text-view .controls{display:grid;gap:.45rem;padding:1rem 1.1rem;background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB;border-radius:0.88rem;box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.text-view .controls h3{font-size:calc(16.9px * 1.35);line-height:1.3;}
.text-view .controls p{font-size:calc(16.9px * .875);}
.text-view .clear-body{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.4rem;border-top:1px solid rgba(255,255,255,0.18);}
.text-view .clear-body p{flex:1 1 260px;font-size:calc(16.9px * .875);opacity:.9;}
.text-view .clear-body a{display:inline-flex;min-height:2.4rem;padding:0 .95rem;align-items:center;text-decoration:none;border-radius:0.28rem;background:#F26A1B;color:#FFFFFF;border:1px solid #F26A1B;transition:background 350ms var(--delay-slow);}
.text-view .clear-body a:hover{background:#D4550C;border-color:#D4550C;color:var(--surface-muted);}
@media (max-width: 900px){.text-view .focused-quote{grid-template-columns:1fr;}
    }
@media (max-width: 680px){.text-view{padding:1.5rem 1.73rem;}.text-view .clear-body{flex-direction:column;align-items:flex-start;}
    }
.focused-brand{--state-strong:calc(1.5rem * 0.9);--axis-main:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF;}
.focused-brand .narrow-steps{max-width:1460px;margin:0 auto;}
.focused-brand h1,.focused-brand h2,.focused-brand h3,.focused-brand p{margin:0;}
.focused-brand h2{font-size:calc(16.9px * 2);line-height:1.14;max-width:var(--axis-main);}
.focused-brand p{font-size:16.9px;line-height:1.78;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-brand a{color:inherit;text-decoration:none;}
.focused-brand .service-view{max-width:var(--axis-main);}
.focused-brand .clear-group{max-width:var(--axis-main);font-size:calc(16.9px * .875);}
.focused-brand .clear-group a{text-decoration:underline;text-underline-offset:3px;}
.focused-brand .clear-group a:hover{}
.focused-brand .soft-menu{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F26A1B;color:#FFFFFF;font-size:16.9px;transition:background 350ms var(--delay-slow);}
.focused-brand .soft-menu:hover{background:#D4550C;color:var(--surface-muted);}
.focused-brand .bottom-figure>.service-view{margin-top:0;}
.focused-brand .bottom-figure>h2,.focused-brand .bottom-figure>.soft-menu,.focused-brand .bottom-figure>.clear-group{margin-top:var(--state-strong);}
@media (max-width:640px){.focused-brand .soft-menu{width:100%;}
}
.text-panel{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.text-panel .narrow-steps{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.text-panel h2,.text-panel h3,.text-panel p{margin:0;}
.text-panel h2{font-size:calc(16.9px * 2);line-height:1.14;}
.text-panel h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.text-panel p{font-size:16.9px;line-height:1.78;}
.text-panel .quiet-unit{display:flex;flex-direction:column;gap:1.5rem;}
.text-panel .service-view{font-size:calc(16.9px * 1.125);color:var(--surface-dark);}
.text-panel .narrow-benefit{margin:0;}
.text-panel .narrow-benefit img{display:block;width:100%;height:auto;border-radius:0.88rem;}
.text-panel .active-links{display:flex;flex-wrap:wrap;gap:2.23rem;}
.text-panel .controls{flex:1 1 calc(1460px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D8E0EB;display:flex;flex-direction:column;gap:calc(1.5rem / 2.5);}
.text-panel .controls p{color:var(--surface-dark);}
.text-panel .clear-body{font-size:calc(16.9px * .875);color:var(--surface-dark);padding-top:calc(2.23rem * 1.5);border-top:1px solid #D8E0EB;}
.text-panel .clear-body a{color:#0E2A52;text-decoration:underline;text-underline-offset:3px;}
.text-panel .clear-body a:hover{color:inherit;}
@media (max-width:720px){.text-panel .controls{flex:1 1 100%;}
}
.focused-flow{
    padding:calc(1.5rem * 2.4) 1.73rem;
    background:#F7F9FC;
    color:#0B1A33;
}
.focused-flow .compact-header{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.focused-flow .steady-note{display:flex;
    flex-direction:column;
    gap:0.4rem;
    border-bottom:1px solid #D8E0EB;
    padding-bottom:calc(2.23rem * 1.5);}
.focused-flow .strong-flow{margin:0;
    font-size:calc(16.9px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;color:inherit;
    font-weight:600;}
.focused-flow .compact-actions{margin:0;
    font-size:calc(16.9px * 2.65);
    line-height:1.2;}
.focused-flow .fresh-plan{margin:0;
    font-size:calc(16.9px * .875);
    color:var(--surface-dark);}
.focused-flow .secondary-menu{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.focused-flow .secondary-menu img{width:100%;
    height:auto;
    display:block;
    border-radius:0.88rem;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.focused-flow .secondary-menu figcaption{font-size:calc(16.9px * .875);
    color:var(--surface-dark);}
.focused-flow .active-copy{display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.focused-flow .active-copy p{margin:0;
    font-size:16.9px;
    line-height:1.78;}
.focused-flow .clear-body{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:2.23rem;
    padding-top:calc(2.23rem * 1.5);
    border-top:1px solid #D8E0EB;}
.focused-flow .bottom-wrap{margin:0;
    font-size:calc(16.9px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;
    color:var(--surface-dark);}
.focused-flow .main-fields{font-size:16.9px;
    color:#0E2A52;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 350ms var(--delay-slow), border-color 350ms var(--delay-slow);}
.focused-flow .main-fields:hover{color:inherit;
    border-bottom-color:#F26A1B;}
@media (min-width:900px){.focused-flow .compact-header{
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr);
        column-gap:2.23rem;
        align-items:start;
    }.focused-flow .steady-note{
        grid-column:1 / -1;
    }.focused-flow .secondary-menu{
        grid-column:1;
    }.focused-flow .active-copy{
        grid-column:2;
    }.focused-flow .clear-body{
        grid-column:1 / -1;
    }
}
.local-steps{
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
  padding: calc(1.5rem * 2.4) 1.73rem;
  overflow: hidden;
}
.local-steps .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.23rem * 1.5);}
.local-steps h2,
.local-steps h3,
.local-steps p{margin: 0;}
.local-steps h2{font-size: calc(16.9px * 2.65);
  line-height: 1.06;}
.local-steps h3{font-size: calc(16.9px * 1.35);
  line-height: 1.18;}
.local-steps p{font-size: 16.9px;
  line-height: 1.78;}
.local-steps .clear-grid{display: grid;
  gap: 1.5rem;}
.local-steps .offer-method{
  display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 1.01rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #FFFFFF;
}
.local-steps .offer-method p{flex: 1 1 18rem;}
.local-steps .quiet-stack{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: calc(1.5rem * .75);}
.local-steps .strong-visual{
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
  text-decoration: none;
  transition: border-color 350ms var(--delay-slow), transform 350ms var(--delay-slow);
}
.local-steps .strong-visual:hover{border-color: #F26A1B;
  transform: translateY(-2px);}
.local-steps .strong-visual span{font-size: calc(16.9px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.local-steps .strong-visual p{font-size: calc(16.9px * .875);}
@media (max-width: 760px) {.local-steps h2{
    font-size: clamp(calc(16.9px * 2), 9vw, calc(16.9px * 2.65));
  }.local-steps .quiet-stack{
    grid-template-columns: 1fr;
  }
}
.service-steps{
    padding:calc(1.5rem * 2.4) 1.73rem;
    background:#EDF1F7;
    color:var(--surface-dark);
}
.service-steps .compact-header{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.23rem;
    align-items:flex-start;}
.service-steps .quiet-unit{flex:1 1 240px;
    min-width:220px;}
.service-steps .clear-summary{margin:0 0 6px;
    font-size:calc(16.9px * 1.35);
    line-height:1.3;}
.service-steps .question{margin:0;
    font-size:calc(16.9px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;
    opacity:0.78;}
.service-steps .active-copy{flex:2 1 420px;
    min-width:260px;}
.service-steps .strong-unit{margin:0 0 calc(2.23rem * 1.5);
    font-size:16.9px;
    line-height:1.78;}
.service-steps .strong-unit:last-child{margin-bottom:0;}
.service-steps .steady-fields{flex:1 1 100%;
    padding-top:calc(2.23rem * 1.5);
    border-top:1px solid #D8E0EB;}
.service-steps .visual-panel{margin:0 0 4px;
    font-size:calc(16.9px * .875);}
.service-steps .visual-panel:last-child{margin-bottom:0;}
.service-steps .visual-panel a{color:#0E2A52;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 350ms var(--delay-slow), color 350ms var(--delay-slow);}
.service-steps .visual-panel a:hover{color:inherit;
    border-bottom-color:#F26A1B;}
@media (max-width:720px){.service-steps .compact-header{
        flex-direction:column;
        gap:calc(2.23rem * 1.5);
    }
}
.offset-customer-care{
        padding:calc(1.5rem * 2.4) 1.73rem;
        background:linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
        color:#F4F6F9;
    }
.offset-customer-care .narrow-steps{max-width:1460px;
        margin:0 auto;}
.offset-customer-care .steady-note{margin-bottom:calc(2.23rem * 1.5);}
.offset-customer-care .steady-note p{margin:0;
        font-size:calc(16.9px * .875);
        font-weight:700;
        letter-spacing:0.02em;
        opacity:.92;}
.offset-customer-care .steady-note h2{margin:0.5rem 0 0;
        font-size:calc(16.9px * 2);
        line-height:1.2;}
.offset-customer-care .quiet-unit{margin-bottom:calc(2.23rem * 1.5);
        font-size:16.9px;
        line-height:1.78;}
.offset-customer-care .quiet-unit p{margin:0;}
.offset-customer-care .focused-quote{display:flex;
        flex-wrap:wrap;
        gap:2.23rem;}
.offset-customer-care .controls{
        flex:1 1 320px;
        min-width:0;
        padding:calc(1.5rem * .75);
        border-radius:0.88rem;
        border:1px solid rgba(244,246,249,0.18);
        background:rgba(244,246,249,0.08);
        box-shadow:0 1px 7px rgba(0,0,0,0.13);
    }
.offset-customer-care .controls .visual-panel{display:block;
        font-size:calc(16.9px * .875);
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:0.06em;}
.offset-customer-care .controls h3{margin:0.6rem 0 0.7rem;
        font-size:calc(16.9px * 1.35);
        line-height:1.3;}
.offset-customer-care .controls p{margin:0;
        font-size:16.9px;
        line-height:1.78;}
.offset-customer-care .controls a{color:#F4F6F9;
        text-decoration:underline;
        text-underline-offset:2px;}
.offset-customer-care .controls a:hover{}
.offset-customer-care .soft-menu{margin-top:calc(2.23rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid rgba(244,246,249,0.2);}
.offset-customer-care .soft-menu p{margin:0;
        font-size:16.9px;
        line-height:1.78;}
.offset-customer-care .soft-menu a{color:#F4F6F9;
        font-weight:700;
        text-decoration:underline;
        text-underline-offset:2px;}
.offset-customer-care .soft-menu a:hover{}
@media (max-width:640px){.offset-customer-care .controls{
            flex:1 1 100%;
        }
    }
.strong-media{
  padding:calc(1.5rem*2.6) 1.73rem;
  background:#F7F9FC;
  color:#0B1A33;
}
.strong-media .focused-rail,
.strong-media .open-copy{max-width:1460px;
  margin:0 auto;}
.strong-media h1{margin:0;
  font-size:clamp(2.1rem,4.6vw,3.8rem);
  line-height:1.05;
  letter-spacing:-0.01em;}
.strong-media .bottom-items{display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:1.1rem 0 1.4rem;}
.strong-media .bottom-items span{
  background:var(--ink-page);
  color:var(--surface-muted);
  border:1px solid #D8E0EB;
  border-radius:0.28rem;
  padding:.4rem .7rem;
  font-size:calc(16.9px * .875);
}
.strong-media .start{display:block;
  width:min(100%,1160px);
  max-height:500px;
  object-fit:cover;
  border-radius:0.88rem;
  box-shadow:0 6px 14px rgba(0,0,0,0.17);
  margin:0 auto 1.6rem;}
.strong-media .open-copy{
  background:var(--ink-page);
  color:var(--surface-muted);
  border:1px solid #D8E0EB;
  border-radius:0.88rem;
  padding:calc(calc(1.5rem * .75)*1.1);
}
.strong-media .steady-menu{font-size:calc(16.9px * 1.125);
  line-height:1.62;
  margin:0;}
.strong-media .page-panel{margin-top:calc(calc(2.23rem * 1.5)*1.1);
  padding-top:calc(calc(2.23rem * 1.5)*0.9);
  border-top:1px solid #D8E0EB;}
.strong-media .page-panel:first-of-type{border-top:none;
  padding-top:0;}
.strong-media h2{margin:0 0 .7rem;
  font-size:clamp(1.3rem,2.6vw,1.85rem);
  line-height:1.2;}
.strong-media p{margin:.75rem 0 0;
  line-height:1.68;}
.strong-media .service-brand{margin-top:calc(calc(2.23rem * 1.5)*1.2);
  padding-top:calc(calc(2.23rem * 1.5)*0.9);
  border-top:1px solid #D8E0EB;
  font-size:16.9px;}
.strong-media .service-brand a{color:#0E2A52;
  text-decoration:underline;
  text-underline-offset:2px;
  transition:color 350ms var(--delay-slow);}
.strong-media .service-brand a:hover{color:inherit;}
@media (max-width:640px){.strong-media{
    padding:calc(1.5rem*1.6) 1.73rem;
  }.strong-media .open-copy{
    padding:calc(1.5rem * .75);
  }.strong-media .start{
    max-height:340px;
  }
}
.site-nav{
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.site-nav .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.23rem;
  align-items: start;}
.site-nav h2,
.site-nav h3,
.site-nav p{margin: 0;}
.site-nav h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.site-nav h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.site-nav p{font-size: 16.9px; line-height: 1.78;}
.site-nav .strong-stack{display: grid;
  gap: calc(2.23rem * 1.5);
  align-content: start;
  padding-top: 1.5rem;}
.site-nav .open-method{display: grid;
  gap: calc(1.5rem * .75);}
.site-nav [data-block]{
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.88rem;
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);
  animation: peopleCascadeIn calc(350ms * 2.2) var(--delay-slow) both;
  animation-delay: var(--delay-fast, 0ms);
}
.site-nav [data-block] > span{font-size: calc(16.9px * .875);
  line-height: 1.35;
  border-left: 2px solid #F26A1B;
  padding-left: 0.6rem;}
.site-nav [data-block]:nth-child(odd){margin-right: clamp(0rem, 6vw, calc(2.23rem * .9));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2.23rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.site-nav .narrow-steps{ grid-template-columns: 1fr; }.site-nav .strong-stack{ padding-top: 0; }.site-nav [data-block]{ grid-template-columns: 1fr; }.site-nav [data-block]:nth-child(odd){ margin-right: 0; }
}
.content-note{padding:calc(1.5rem * 2.4) 1.73rem;background:#F7F9FC;color:#0B1A33;}
.content-note .compact-header{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.content-note .site-media{display:flex;align-items:center;gap:2.23rem;flex-wrap:wrap;}
.content-note .wide-items{width:84px;height:84px;object-fit:cover;border-radius:0.88rem;box-shadow:0 1px 7px rgba(0,0,0,0.13);flex:0 0 auto;}
.content-note .id{display:flex;flex-direction:column;gap:4px;min-width:0;}
.content-note .clear-summary{margin:0;font-size:calc(16.9px * 1.35);line-height:1.25;}
.content-note .question{margin:0;font-size:calc(16.9px * .875);color:var(--surface-dark);}
.content-note .strong-unit{margin:0;font-size:16.9px;line-height:1.78;}
.content-note .contact-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.23rem;font-size:calc(16.9px * .875);}
.content-note .contact-links a{color:#0E2A52;text-decoration:none;border-bottom:1px solid #D8E0EB;padding-bottom:2px;transition:color 350ms var(--delay-slow),border-color 350ms var(--delay-slow);}
.content-note .contact-links a:hover{color:inherit;border-color:#F26A1B;}
@media (max-width:600px){.content-note .site-media{gap:calc(1.5rem * .75);}.content-note .contact-links{flex-direction:column;gap:calc(1.5rem * .75);}
}
.card-helpdesk{padding:calc(1.5rem * 2.4) 1.73rem;background:linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);color:#F4F6F9;}
.card-helpdesk .narrow-steps{max-width:1460px;margin:0 auto;}
.card-helpdesk .steady-note{margin-bottom:calc(2.23rem * 1.5);}
.card-helpdesk .steady-note p{margin:0;font-weight:700;opacity:.9;font-size:calc(16.9px * .875);}
.card-helpdesk .steady-note h2{margin:calc(1.73rem / 2) 0 0;font-size:calc(16.9px * 2);}
.card-helpdesk .quiet-unit{margin-bottom:calc(2.23rem * 1.5);}
.card-helpdesk .quiet-unit p{margin:0;line-height:1.78;}
.card-helpdesk .focused-quote{display:flex;flex-wrap:wrap;gap:2.23rem;}
.card-helpdesk .controls{flex:1 1 300px;border-radius:0.88rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 26%, transparent);padding:calc(1.5rem * .75);box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.card-helpdesk .controls .wide-frame{display:inline-block;font-size:calc(16.9px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.card-helpdesk .controls h3{margin:1.73rem 0;font-size:calc(16.9px * 1.35);}
.card-helpdesk .controls p{margin:0;line-height:1.78;}
.card-helpdesk .clear-body{margin-top:calc(2.23rem * 1.5);padding-top:calc(2.23rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);display:flex;flex-wrap:wrap;align-items:center;gap:2.23rem;}
.card-helpdesk .clear-body p{margin:0;flex:1 1 320px;line-height:1.78;}
.card-helpdesk .clear-body a{color:#F4F6F9;font-weight:700;text-decoration:underline;text-underline-offset:3px;transition:opacity 350ms var(--delay-slow);}
.card-helpdesk .clear-body a:hover{opacity:.75;}
@media (max-width:640px){.card-helpdesk .clear-body{flex-direction:column;align-items:flex-start;}
}
.open-lead{
    padding:calc(1.5rem * 2.4) 1.73rem;
    background:#F7F9FC;
    color:#0B1A33;
}
.open-lead .compact-header{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.open-lead .steady-note{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid #D8E0EB;}
.open-lead .fresh-plan{margin:0;
    font-size:calc(16.9px * .875);
    color:var(--surface-dark);
    letter-spacing:0.02em;}
.open-lead .compact-actions{margin:0;
    font-size:calc(16.9px * 2.65);
    line-height:1.2;}
.open-lead .service-view{margin:0;
    font-size:calc(16.9px * 1.125);
    line-height:1.78;
    color:var(--surface-dark);}
.open-lead .secondary-menu{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.open-lead .secondary-menu img{width:100%;
    height:auto;
    display:block;
    border-radius:0.88rem;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.open-lead .secondary-menu figcaption{font-size:calc(16.9px * .875);
    color:var(--surface-dark);}
.open-lead .narrow-details{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.open-lead .narrow-details p{margin:0;
    font-size:16.9px;
    line-height:1.78;}
.open-lead .narrow-details h2{margin:0;
    font-size:calc(16.9px * 1.35);
    line-height:1.3;}
.open-lead .clear-body{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:2.23rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D8E0EB;}
.open-lead .public-callout{font-size:calc(16.9px * .875);
    color:var(--surface-dark);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.open-lead .clear-body a{color:#0E2A52;
    text-decoration:none;
    font-size:16.9px;
    border-bottom:1px solid transparent;
    transition:color 350ms var(--delay-slow), border-color 350ms var(--delay-slow);}
.open-lead .clear-body a:hover{color:inherit;
    border-bottom-color:#F26A1B;}
@media (min-width:900px){.open-lead .compact-header{
        display:grid;
        grid-template-columns:1fr 1fr;
        grid-template-areas:
            "head head"
            "shot copy"
            "route route";
        column-gap:2.23rem;
    }.open-lead .steady-note{grid-area:head;}.open-lead .secondary-menu{grid-area:shot;align-self:start;}.open-lead .narrow-details{grid-area:copy;}.open-lead .clear-body{grid-area:route;}
}
.steady-shell{
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.steady-shell .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;
  align-items: flex-start;}
.steady-shell h2,
.steady-shell h3,
.steady-shell p{margin: 0;}
.steady-shell h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.steady-shell h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.steady-shell p{font-size: 16.9px; line-height: 1.78;}
.steady-shell .bottom-story{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(2.23rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.01rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #FFFFFF;
}
.steady-shell .bottom-story .clear-group{padding-top: calc(2.23rem * 1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.35);}
.steady-shell .bottom-story .clear-group p{font-size: calc(16.9px * .875);
  line-height: 1.78;}
.steady-shell .page-block{flex: 2 1 32rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.steady-shell .soft-content{
  display: grid;
  grid-template-columns: 0.9rem minmax(6rem, 0.22fr) minmax(9rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.42rem;
  background: var(--ink-page);
  color: var(--surface-muted);
  border: 1px solid #D8E0EB;
  animation: peopleTimelineIn calc(350ms * 2) var(--delay-slow) both;
  animation-delay: var(--delay-fast, 0ms);
}
.steady-shell i{
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #F26A1B;color:#FFFFFF;}
.steady-shell .soft-content span{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
@keyframes peopleTimelineIn {from{ opacity: 0.25; transform: translateX(calc(calc(2.23rem * 2) * 0.14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.steady-shell .soft-content{
    grid-template-columns: 0.9rem minmax(0, 1fr);
    gap: calc(2.23rem * 1.5);
  }.steady-shell .soft-content span,
  .steady-shell .soft-content h3,
  .steady-shell .soft-content p{
    grid-column: 2;
  }
}
@media (max-width: 620px) {.steady-shell .narrow-steps{ flex-direction: column; }
}
.clear-menu{
    padding:calc(1.5rem * 2.4) 1.73rem;
    background:#F7F9FC;
    color:#0B1A33;
}
.clear-menu .compact-header{max-width:1460px;
    margin:0 auto;}
.clear-menu .focused-quote{display:flex;
    flex-wrap:wrap;
    gap:2.23rem;
    align-items:flex-start;
    border-top:1px solid #D8E0EB;
    padding-top:calc(2.23rem * 1.5);}
.clear-menu .soft-frame{flex:0 0 180px;
    margin:0;}
.clear-menu .soft-frame img{display:block;
    width:100%;
    height:auto;
    border-radius:0.42rem;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.clear-menu .narrow-details{flex:1 1 320px;
    min-width:0;}
.clear-menu .clear-summary{margin:0 0 0.2rem;
    font-size:calc(16.9px * 1.35);
    line-height:1.3;}
.clear-menu .question{
    margin:0 0 calc(2.23rem * 1.5);
    font-size:calc(16.9px * .875);
    color:var(--surface-dark);
    background:#EDF1F7;
    display:inline-block;
    padding:0.25rem 0.6rem;
    border-radius:0.28rem;
}
.clear-menu .strong-unit{margin:0 0 calc(2.23rem * 1.5);
    font-size:16.9px;
    line-height:1.78;}
.clear-menu .clear-group{margin:0 0 calc(2.23rem * 1.5);
    font-size:calc(16.9px * .875);
    line-height:1.78;
    padding-left:0.9rem;
    border-left:3px solid #F26A1B;}
.clear-menu .contact-links{list-style:none;
    margin:0 0 calc(2.23rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    font-size:calc(16.9px * .875);}
.clear-menu .contact-links a{color:#0E2A52;
    text-decoration:none;
    border-bottom:1px solid #D8E0EB;}
.clear-menu .contact-links a:hover{color:inherit;
    border-bottom-color:#F26A1B;}
.clear-menu .clear-body{margin:0;
    font-size:calc(16.9px * .875);
    color:var(--surface-dark);}
.clear-menu .clear-body a{color:#0E2A52;
    text-decoration:none;}
.clear-menu .clear-body a:hover{color:inherit;}
@media (max-width:640px){.clear-menu .soft-frame{
        flex:0 0 120px;
    }
}
.team-entries{
        padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);
        background:linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
        color:#F4F6F9;
    }
.team-entries .narrow-steps{max-width:960px;
        margin:0 auto;}
.team-entries .steady-note{margin-bottom:calc(2.23rem * 1.5);}
.team-entries .steady-note h2{margin:0;
        font-size:calc(16.9px * 2);
        line-height:1.2;}
.team-entries .steady-note p{margin:10px 0 0;
        font-size:16.9px;
        opacity:.9;}
.team-entries .service-view{margin-bottom:calc(1.5rem * .75);
        padding-left:14px;
        border-left:3px solid #F26A1B;}
.team-entries .service-view p{margin:0;
        font-size:16.9px;
        line-height:1.78;
        opacity:.94;}
.team-entries .active-links{display:flex;
        flex-direction:column;
        gap:10px;}
.team-entries .controls{
        border:1px solid color-mix(in srgb, currentColor 28%, transparent);
        border-radius:0.42rem;
        background:color-mix(in srgb, currentColor 10%, transparent);
        overflow:hidden;
    }
.team-entries .controls button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:700;
        font-size:16.9px;
        padding:13px 15px;
        cursor:pointer;
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:12px;
    }
.team-entries .controls button::after{content:"+";
        font-weight:400;
        font-size:calc(16.9px * 1.125);
        line-height:1;
        opacity:.75;
        flex-shrink:0;}
.team-entries .controls.is-open button::after{content:"–";}
.team-entries .controls p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0 15px;
        font-size:calc(16.9px * .875);
        line-height:1.78;
        opacity:.95;
        transition:max-height 350ms var(--delay-slow),padding 350ms var(--delay-slow);}
.team-entries .controls.is-open p{max-height:340px;
        padding:0 15px 15px;}
.team-entries .clear-body{margin-top:calc(1.5rem * .75);
        padding-top:calc(2.23rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-entries .clear-body p{margin:0;
        font-size:calc(16.9px * .875);
        line-height:1.78;
        opacity:.9;}
.team-entries .clear-body a{text-decoration:underline;
        text-underline-offset:2px;}
.team-entries .clear-body a:hover{}
.service-links{background:#F7F9FC;color:#0B1A33;padding:calc(1.5rem * 2.4) 1.73rem}
.service-links .compact-header{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.23rem * 1.5);align-items:flex-start}
.service-links .quiet-unit{flex:1 1 26rem;min-width:0}
.service-links h2{margin:0;font-size:calc(16.9px * 2);line-height:1.15}
.service-links .quiet-unit p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.65}
.service-links .quiet-unit a{display:inline-flex;margin-top:1.5rem;padding:calc(calc(1.5rem * .75)*.7) 2.23rem;border-radius:0.42rem;background:var(--ink-strong);color:#FFFFFF;text-decoration:none;font-weight:700}
.service-links .quiet-unit a:hover{background:#0A1F3E;color:var(--surface-muted);}
.service-links .focused-quote{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.service-links .text-menu{padding-bottom:1.5rem;border-bottom:1px solid #D8E0EB}
.service-links .text-menu:last-child{border-bottom:0;padding-bottom:0}
.service-links .site-inner{display:block;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:.06em;}
.service-links .text-menu p{margin:calc(calc(1.5rem * .75)*.4) 0 0;line-height:1.6}
.service-links .text-menu a{text-decoration:none}
.service-links .text-menu a:hover{}
.service-links .focused-block{display:block;flex:1 1 18rem;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.88rem}
@media(max-width:820px){.service-links .compact-header{flex-direction:column}.service-links .focused-block{flex-basis:auto;min-width:0;aspect-ratio:16/9}
}
.direct-section{padding:calc(1.5rem * 2.4) 1.73rem;background:#0B1A33;color:#F4F6F9}
.direct-section .focused-quote{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(2.23rem * 1.5)}
.direct-section .clear-note{align-self:start}
.direct-section h2{margin:0;font-size:calc(16.9px * 2);line-height:1.15}
.direct-section .clear-note p{margin:1.5rem 0 0;font-size:16.9px;color:#C9D2DE}
.direct-section .media-frame{display:grid;gap:calc(1.5rem * .75)}
.direct-section .page-headline{height:clamp(20rem,38vw,32rem);border-radius:0.88rem;overflow:hidden;border:1px solid #D8E0EB;background:var(--ink-page);color:var(--surface-muted);}
.direct-section iframe{display:block;width:100%;height:100%;border:0}
.direct-section .service-frame{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-section .steady-fields{flex:1 1 16rem;padding:calc(1.5rem * .75);border-radius:0.42rem;background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB}
.direct-section .steady-fields span{display:block;font-size:calc(16.9px * .875);color:inherit;letter-spacing:.02em}
.direct-section .steady-fields strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.4}
.direct-section .steady-fields a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 350ms var(--delay-slow),border-color 350ms var(--delay-slow)}
.direct-section .steady-fields a:hover{color:#F26A1B;border-bottom-color:#F26A1B}
@media (max-width: 760px){.direct-section .focused-quote{grid-template-columns:1fr}.direct-section .page-headline{height:20rem}.direct-section .steady-fields{flex:1 1 100%}
}
.simple-summary{padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF}
.simple-summary .narrow-steps{max-width:1460px;margin:0 auto;display:flex;gap:calc(2.23rem * 1.5);align-items:flex-start}
.simple-summary .quiet-unit{flex:1 1 0;padding:2.23rem 0}
.simple-summary h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08}
.simple-summary .quiet-unit p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.78}
.simple-summary ul{list-style:none;margin:calc(2.23rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-summary li{line-height:1.78}
.simple-summary li span{display:inline-block;margin-right:calc(1.5rem * .75);font-size:calc(16.9px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.simple-summary form{flex:0 1 calc(1460px*.38);background:var(--ink-page);color:var(--surface-muted);border:1px solid #D8E0EB;border-radius:1.01rem;padding:2.23rem;box-shadow:0 16px 40px rgba(0,0,0,0.21)}
.simple-summary .simple-stack{display:flex;flex-direction:column;gap:1.5rem}
.simple-summary label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.9px * .875);font-weight:600}
.simple-summary input{width:100%;border:0;border-bottom:1px solid #D8E0EB;border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none;transition:border-color 350ms var(--delay-slow)}
.simple-summary input:focus{border-color:#F26A1B}
.simple-summary input::placeholder{}
.simple-summary button{width:100%;margin-top:calc(2.23rem * 1.5);border:0;border-radius:0.42rem;background:#F26A1B;color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75);cursor:pointer;transition:background 350ms var(--delay-slow)}
.simple-summary button:hover{background:#D4550C;color:var(--surface-muted);}
@media(max-width:780px){.simple-summary .narrow-steps{display:block}.simple-summary form{margin-top:1.5rem}}
.strong-callout{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.73rem;
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
}
.strong-callout .narrow-steps{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1460px;
  margin: 0 auto;}
.strong-callout .direct-body{margin: 0 0 calc(2.23rem * 1.5);
  padding: 1.5rem 0;}
.strong-callout h2{margin: 0;
  font-size: calc(16.9px * 2.65);
  line-height: 1.1;}
.strong-callout .direct-body p{margin: 1.5rem 0 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.78;}
.strong-callout .contact-brand{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.23rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.strong-callout .page-headline{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.strong-callout .page-headline p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.78;}
.strong-callout .page-headline strong{display: block;
  margin-bottom: .35rem;
  font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .75;}
.strong-callout .main-callout{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.strong-callout .main-callout a{color: inherit;
  font-size: calc(16.9px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.strong-callout .open-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-callout .open-fields a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.78;
  overflow-wrap: anywhere;}
.strong-callout .open-fields a:hover{text-decoration: underline;
  text-underline-offset: .2em;}
.strong-callout .open-fields span{display: block;
  margin-top: .3rem;
  font-size: calc(16.9px * .875);
  opacity: .7;}
@media (max-width: 720px) {.strong-callout .contact-brand,
  .strong-callout .page-headline{
    display: block;
  }.strong-callout .page-headline p + p{
    margin-top: calc(1.5rem * .75);
  }.strong-callout .main-callout{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {.strong-callout .open-fields a{ transition: none; }
}
.compact-rail{padding:calc(1.5rem * 2.4) 1.73rem;background:#0B1A33;color:#F4F6F9}
.compact-rail .quiet-rail{max-width:min(1460px,68rem);margin:0 auto}
.compact-rail h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08}
.compact-rail .clear-group{margin:1.5rem 0 calc(2.23rem * 1.5);font-size:calc(16.9px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.compact-rail .steady-summary{padding:calc(1.5rem * .75) 0 2.23rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.compact-rail .steady-summary:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.compact-rail h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.22}
.compact-rail .steady-summary p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.compact-rail a{color:#F26A1B;text-decoration:underline;text-underline-offset:3px}
.compact-rail a:hover{color:inherit;}
@media (max-width:640px){.compact-rail h2{font-size:calc(16.9px * 2)}.compact-rail .clear-group{font-size:16.9px}
}
.clear-flow{padding:calc(1.5rem * 2.4) 1.73rem;background:#EDF1F7;color:var(--surface-dark)}
.clear-flow .narrow-footer{max-width:min(1460px,64rem);margin:0 auto}
.clear-flow .steady-note{margin:0 0 calc(2.23rem * 1.5)}
.clear-flow h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08}
.clear-flow .quiet-unit{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.78}
.clear-flow .site-plan{display:flex;flex-direction:column;gap:2.23rem}
.clear-flow .controls{padding:0 0 0 calc(1.5rem * .75);border-left:2px solid #D8E0EB}
.clear-flow .controls:last-child{padding-bottom:0}
.clear-flow h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.25}
.clear-flow .controls p{margin:0;font-size:16.9px;line-height:1.78}
@media (max-width:720px){.clear-flow .controls{padding-left:calc(2.23rem * 1.5)}.clear-flow h2{font-size:calc(16.9px * 2)}
}
.local-actions{
  padding: calc(1.5rem * 2.4) 1.73rem;
  background: #0B1A33;
  color: #F4F6F9;
}
.local-actions .narrow-steps{max-width: min(1460px, 72rem);
  margin: 0 auto;}
.local-actions .steady-note h2{margin: 0;
  max-width: 46rem;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.local-actions .service-view{margin: calc(1.5rem * .75) 0 calc(2.23rem * 1.5);
  max-width: 52rem;
  color: #C9D2DE;
  font-size: calc(16.9px * 1.125);
  line-height: 1.78;}
.local-actions .featured-contact{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(2.23rem * 1.5);}
.local-actions .contact-visual{
  display: flex;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border: 1px solid #22334C;
  border-radius: 0.88rem;
  background: #0B1A33;
  color: #F4F6F9;
}
.local-actions .contact-visual .bottom-quote{flex: 0 0 auto;
  font-size: calc(16.9px * 1.125);
  font-weight: 700;
  color: #F26A1B;
  letter-spacing: 0.04em;}
.local-actions .contact-visual .active-copy strong{display: block;
  font-size: calc(16.9px * 1.35);
  margin-bottom: 0.4rem;}
.local-actions .contact-visual .active-copy p{margin: 0;
  color: #C9D2DE;}
.local-actions .steady-fields{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(1.5rem * .75);
  padding-top: calc(2.23rem * 1.5);
  border-top: 1px solid #22334C;}
.local-actions .site-block strong{display: block;
  font-size: calc(16.9px * 1.35);
  margin-bottom: 0.5rem;}
.local-actions .site-block p{margin: 0;
  color: #C9D2DE;}
.local-actions .strong-feature{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.local-actions .strong-feature li{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.local-actions .strong-feature .site-inner{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #C9D2DE;}
.local-actions .strong-feature .compact-brand{text-decoration: none;
  font-size: 16.9px;}
.local-actions .strong-feature a.value:hover{color: #F26A1B;}
.local-actions .clear-body{margin: calc(2.23rem * 1.5) 0 0;
  color: #C9D2DE;
  font-size: 16.9px;}
.local-actions .clear-body a{text-decoration: underline;
  text-underline-offset: 3px;}
.local-actions .clear-body a:hover{color: #F26A1B;}
@media (max-width: 720px) {.local-actions .steady-fields{
    grid-template-columns: 1fr;
  }.local-actions .contact-visual{
    flex-direction: column;
    gap: 0.4rem;
  }
}
.steady-block{--state-strong:calc(1.5rem * 1.28);--axis-main:calc(1460px / 2.35);padding:calc(1.5rem * 2.4) 1.73rem;background:var(--ink-strong);color:#FFFFFF;}
.steady-block .narrow-steps{max-width:1460px;margin:0 auto;}
.steady-block h1,.steady-block h2,.steady-block h3,.steady-block p{margin:0;}
.steady-block h2{font-size:calc(16.9px * 2);line-height:1.12;}
.steady-block p{font-size:16.9px;line-height:1.78;}
.steady-block a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.steady-block a:hover{border-bottom-color:currentColor;}
.steady-block .clear-group{font-size:calc(16.9px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.steady-block .service-view{color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-block .narrow-details{color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-block .soft-menu{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F26A1B;color:#FFFFFF;border-bottom:none;font-weight:600;}
.steady-block .soft-menu:hover{background:#D4550C;color:var(--surface-muted);}
.steady-block .clear-body{font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.steady-block .bottom-figure>*+*{margin-top:var(--state-strong);}
.steady-block .bottom-figure>h2{margin-top:1.5rem;}
@media (max-width:640px){.steady-block .soft-menu{width:100%;}
}
.primary-items{
  background: linear-gradient(135deg, #0B1A33 0%, #0E2A52 55%, #1B3E6E 100%);
  color: #F4F6F9;
  padding: calc(1.5rem * 2.4) 1.73rem;
}
.primary-items .narrow-steps{width: min(100%, 1460px);
  margin: 0 auto;}
.primary-items .top-group{display: flex;
  flex-direction: column;
  gap: calc(2.23rem * 1.5);}
.primary-items .bottom-block{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.primary-items h1{margin: 0;
  font-size: clamp(calc(16.9px * 2), 5.4vw, calc(16.9px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.primary-items p{margin: 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.78;
  color: #F4F6F9;
  opacity: 0.86;}
.primary-items .offer-callout{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.23rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 246, 249, 0.28);}
.primary-items .offer-callout > a{
  display: inline-block;
  padding: 13px 20px;
  border-radius: 0.42rem;
  background: #F26A1B;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  transition: background 350ms var(--delay-slow);
}
.primary-items .offer-callout > a:hover{
  background: #D4550C;color:var(--surface-muted);}
.primary-items .clear-body{display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;}
.primary-items .clear-body a{color: #F4F6F9;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 246, 249, 0.4);
  padding-bottom: 2px;
  transition: border-color 350ms var(--delay-slow), color 350ms var(--delay-slow);}
.primary-items .clear-body a:hover{border-color: #F26A1B;}
.primary-items .site-team{padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 246, 249, 0.18);}
.primary-items .site-team .visual-panel{margin: 0;
  font-size: calc(16.9px * .875);
  line-height: 1.78;
  color: #F4F6F9;
  opacity: 0.78;}
.primary-items .site-team a{color: #F4F6F9;
  text-decoration: underline;
  text-underline-offset: 3px;}
.primary-items .site-team a:hover{}
@media (max-width: 680px) {.primary-items{ padding: calc(1.5rem * 2.4) 1.73rem; }.primary-items .offer-callout{ flex-direction: column; align-items: flex-start; }
}
