html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
.local-list {
    width: 100%;
    background: var(--surface-main);
    color: var(--tone-base);
    border-bottom: 1px solid #D6E1EC;
  }
:root {
  --ink-soft: #EAF2F9;
  --tone-base: #0E1F31;
  --motion-soft: ease-in-out;
  --surface-main: #F7FAFD;
  --surface-soft: #0F5FA8;
  --line-page: #25384B;
}
.media-stack {
    max-width: 1300px;
    margin: 0 auto;
    padding: calc(1.39rem * 1.5) 2.69rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.39rem;
  }
.offer-wrap {
    grid-column: 2;
    text-align: center;
  }
.quiet-callout {
    display: inline-block;
    font-size: calc(17.4px * 1.35);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--tone-base);
    text-decoration: none;
    line-height: 1.1;
  }
.quiet-callout:hover {
    color: #F2B01E;
  }
.service-form {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid #D6E1EC;
    margin-top: calc(1.39rem * 1.5);
    padding-top: calc(1.39rem * 1.5);
  }
.service-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.69rem;
  }
.service-form a {
    display: inline-block;
    font-size: calc(17.4px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--line-page);
    text-decoration: none;
    padding: 0.35rem 0.25rem;
    border-bottom: 1px solid transparent;
    transition: color 310ms var(--motion-soft),
                border-color 310ms var(--motion-soft);
  }
.service-form a:hover,
  .service-form a:focus-visible {
    color: var(--tone-base);
    border-bottom-color: #F2B01E;
    outline: none;
  }
.narrow-nav {
    grid-column: 3;
    justify-self: end;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #D6E1EC;
    border-radius: 0.29rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.narrow-nav span{
    display: block;
    width: 18px;
    height: 2px;
    background: var(--tone-base);
    transition: transform 310ms var(--motion-soft),
                opacity 310ms var(--motion-soft);color:#0E1F31;}
.narrow-nav[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
.narrow-nav[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
.narrow-nav[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .media-stack {
      grid-template-columns: 1fr auto;
      padding: calc(1.39rem * 1.5) 2.69rem;
    }

    .offer-wrap {
      grid-column: 1;
      text-align: left;
    }

    .narrow-nav {
      display: flex;
    }

    .service-form {
      grid-column: 1 / -1;
      grid-row: 2;
      display: none;
      border-top: 1px solid #D6E1EC;
      margin-top: calc(1.39rem * 1.5);
      padding-top: calc(1.39rem * 1.5);
    }

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

    .service-form ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .service-form li {
      width: 100%;
      border-bottom: 1px solid #D6E1EC;
    }

    .service-form li:last-child {
      border-bottom: none;
    }

    .service-form a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      font-size: 17.4px;
    }
  }
.narrow-plan{font-family:"Source Serif 4", sans-serif;font-size:17.4px;line-height:1.64;padding:calc(1.5rem * 2.4) 2.69rem;background:#0E1F31;color:#F2F6FA;}
.main-team{max-width:1300px;margin:0 auto;padding:0}
.fresh-rail{display:grid;grid-template-columns:1.4fr 2fr 1.2fr;gap:calc(1.39rem * 1.5);padding-bottom:calc(1.39rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.clear-shell{display:flex;flex-direction:column;gap:1.5rem}
.bottom-shell{font-size:calc(17.4px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.primary-plan{font-size:calc(17.4px * .875);margin:0;max-width:32ch;opacity:0.85}
.content-footer{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.39rem}
.plain-block{min-width:0}
.team-note{font-size:17.4px;font-weight:600;margin:0 0 1.5rem 0;letter-spacing:0.04em;text-transform:uppercase}
.service-benefit{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.service-benefit a{color:inherit;text-decoration:none;font-size:calc(17.4px * .875);transition:opacity 310ms var(--motion-soft)}
.service-benefit a:hover,
  .service-benefit a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.media-unit{display:flex;flex-direction:column}
.team-shell{gap:0.6rem}
.team-shell li{display:flex;flex-direction:column;gap:0.15rem;font-size:calc(17.4px * .875)}
.strong-area{font-weight:600;font-size:calc(17.4px * .875);letter-spacing:0.03em;opacity:0.75}
.simple-headline{color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;color:inherit}
.direct-content{padding:calc(1.39rem * 1.5) 0;border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.direct-content p{margin:0;font-size:calc(17.4px * .875);line-height:1.64;opacity:0.85;max-width:90ch}
.direct-content a{color:inherit;text-decoration:underline}
.team-header{padding-top:calc(1.39rem * 1.5)}
.team-header p{margin:0;font-size:calc(17.4px * .875);opacity:0.75}
@media (max-width: 960px) {.fresh-rail{grid-template-columns:1fr 1fr}.media-unit{grid-column:1 / -1}
  }
@media (max-width: 640px) {.narrow-plan{padding:calc(1.39rem * 1.5) 2.69rem;background:#0E1F31;color:#F2F6FA;}.fresh-rail{grid-template-columns:1fr;gap:calc(1.39rem * 1.5)}.content-footer{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.content-footer{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .text-fields{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid #D6E1EC;border-radius:20px;background:#FFFFFF;color:#0E1F31;box-shadow:0 26px 42px rgba(0,0,0,0.23)}
.cookies .compact-method{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(17.4px * 1.35)}
.cookies .compact-method button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.64}
.cookies .plain-group{margin-top:12px;display:flex;gap:8px}
.cookies .plain-group button{flex:1;border:1px solid #D6E1EC;background:var(--ink-soft);color:var(--line-page);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .plain-group button.cookie-accept{background:#F2B01E;color:#1A1206;border-color:transparent}
.top-rail {
        padding: calc(1.5rem * 2.6) 2.69rem;
        background: #0E1F31;
        color: #F2F6FA;
    }
.top-rail .open-method{max-width: 1300px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        align-items: center;
        gap: calc(1.39rem * 1.4);}
.top-rail .page-links{min-width: 0;}
.top-rail h1{margin: 0 0 calc(1.39rem * 1.5);
        font-size: clamp(2.2rem, 5.4vw, 4.4rem);
        line-height: 1.02;
        letter-spacing: -0.01em;}
.top-rail .team-visual{margin: 0 0 calc(1.39rem * 1.5);
        font-size: calc(17.4px * 1.125);
        line-height: 1.64;
        color: #F2F6FA;
        opacity: 0.92;}
.top-rail .bottom-stack{margin: 0 0 calc(calc(1.39rem * 1.5) * 1.2);
        font-size: 17.4px;
        line-height: 1.64;
        color: #F2F6FA;
        opacity: 0.78;}
.top-rail .service-intro{display: flex;
        flex-wrap: wrap;
        gap: 1.39rem;
        align-items: center;
        padding-top: calc(1.39rem * 1.5);
        border-top: 1px solid rgba(242, 246, 250, 0.18);}
.top-rail .service-intro a{font-size: calc(17.4px * .875);
        letter-spacing: 0.02em;
        text-decoration: none;
        color: #F2B01E;
        border-bottom: 1px solid transparent;
        transition: border-color 310ms var(--motion-soft), color 310ms var(--motion-soft);}
.top-rail .service-intro a:hover{color: #D99A0C;
        border-bottom-color: #D99A0C;}
.top-rail img{width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 1.03rem;
        box-shadow: 0 26px 42px rgba(0,0,0,0.23);}
@media (max-width: 860px) {
        .top-rail .open-method {
            grid-template-columns: 1fr;
        }

        .top-rail img {
            aspect-ratio: 16 / 10;
        }
    }
.clear-story{
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: #0E1F31;
  color: #F2F6FA;
}
.clear-story .open-method{max-width: min(1300px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.39rem * 1.5);
  align-items: flex-start;}
.clear-story .top-note{flex: 1 1 26rem;
  min-width: 0;}
.clear-story h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.clear-story .top-note p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.4px * 1.125);
  opacity: .92;}
.clear-story .top-note .page-links{font-size: 17.4px;
  opacity: .78;}
.clear-story .top-note a{
  display: inline-flex;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #F2B01E;
  color: #1A1206;
  text-decoration: none;
  font-size: 17.4px;
  transition: background 310ms var(--motion-soft);
}
.clear-story .top-note a:hover{
  background: #D99A0C;color:#0E1F31;}
.clear-story .secondary-plan{
  flex: 1 1 22rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #0E1F31;
  border: 1px solid #D6E1EC;
}
.clear-story .secondary-plan .team-visual{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.4px;
  font-weight: 600;
  letter-spacing: .01em;}
.clear-story .clear-actions{list-style: none;
  margin: 0;
  padding: 0;}
.clear-story .clear-actions li{padding: 0 0 calc(calc(1.5rem * .75) * .8);
  margin: 0 0 calc(calc(1.5rem * .75) * .8);
  border-bottom: 1px solid #D6E1EC;}
.clear-story .clear-actions li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.clear-story .clear-actions strong,
.clear-story .clear-actions span{display: block;}
.clear-story .clear-actions strong{font-size: 17.4px;}
.clear-story .clear-actions span{margin-top: calc(calc(1.5rem * .75) * .3);
  font-size: calc(17.4px * .875);color:inherit;}
.clear-story .primary-fields{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * .875);color:inherit;}
@media (max-width: 760px) {.clear-story .open-method{
    flex-direction: column;
  }
}
.secondary-copy{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-soft);color:#FFFFFF;}
.secondary-copy .open-method{max-width:1300px;margin:0 auto;}
.secondary-copy h2,.secondary-copy h3,.secondary-copy p{margin:0;}
.secondary-copy h2{font-size:calc(17.4px * 2);line-height:1.14;}
.secondary-copy h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.secondary-copy p{font-size:17.4px;line-height:1.64;}
.secondary-copy .team-visual{margin-top:1.5rem;opacity:.88;}
.secondary-copy .clear-actions{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.secondary-copy .service-shell{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-copy .service-shell p{margin-top:calc(1.5rem / 3);opacity:.85;}
.secondary-copy .service-shell a{display:inline-flex;margin-top:calc(1.5rem / 2);color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 310ms var(--motion-soft);}
.secondary-copy .service-shell a:hover{border-color:currentColor;}
.secondary-copy .top-note{margin-top:var(--field-main);font-size:calc(17.4px * .875);opacity:.78;}
.soft-feature{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.soft-feature .open-method{max-width:1300px;margin:0 auto;}
.soft-feature h2,.soft-feature h3,.soft-feature p{margin:0;}
.soft-feature h2{font-size:calc(17.4px * 2);line-height:1.14;}
.soft-feature h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.soft-feature p{font-size:17.4px;line-height:1.64;}
.soft-feature .top-note{margin-bottom:calc(1.5rem / 2.4);font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--line-page);}
.soft-feature .team-visual{margin-top:1.5rem;max-width:100%;}
.soft-feature .clear-actions{display:flex;flex-direction:column;gap:0;margin-top:var(--field-main);border-top:1px solid #D6E1EC;}
.soft-feature .service-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.39rem;padding:calc(1.39rem * 1.5) 0;border-bottom:1px solid #D6E1EC;min-width:0;}
.soft-feature .service-shell h3{grid-column:1;}
.soft-feature .service-shell p{grid-column:2;color:var(--line-page);}
.soft-feature .service-shell a{grid-column:2;display:inline-flex;width:max-content;max-width:100%;margin-top:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border-radius:0.29rem;background:var(--surface-soft);color:#FFFFFF;text-decoration:none;font-size:calc(17.4px * .875);}
.soft-feature .service-shell a:hover{background:#0B4A85;color:#0E1F31;}
.soft-feature .service-intro{margin-top:var(--field-main);padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);color:var(--line-page);}
@media (max-width:760px){.soft-feature .service-shell{grid-template-columns:1fr;gap:calc(1.39rem / 2);}.soft-feature .service-shell h3,.soft-feature .service-shell p,.soft-feature .service-shell a{grid-column:1;}
}
.active-proof{--field-main:calc(1.5rem * 0.95);--state-control:calc(1300px / 2.35);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.active-proof .open-method{max-width:1300px;margin:0 auto;}
.active-proof h2,.active-proof h3,.active-proof p{margin:0;}
.active-proof h2{font-size:calc(17.4px * 2);line-height:1.14;}
.active-proof h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.active-proof p{font-size:17.4px;line-height:1.64;}
.active-proof .strong-fields{max-width:var(--state-control);}
.active-proof .top-note{margin-bottom:calc(1.5rem / 2.4);font-size:calc(17.4px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.active-proof .team-visual{margin-top:1.5rem;}
.active-proof .clear-actions{display:flex;flex-wrap:wrap;gap:var(--field-main) 1.39rem;margin-top:calc(var(--field-main) * 1.1);}
.active-proof .service-shell{flex:1 1 calc(1300px / 2.9);min-width:min(100%, 18rem);padding-top:calc(1.5rem / 2.6);border-top:1px solid #D6E1EC;}
.active-proof .service-shell p{margin-top:calc(1.5rem / 3.2);}
.active-proof .service-intro{margin-top:calc(var(--field-main) * 1.1);padding-top:calc(1.5rem / 2.4);border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);}
.active-proof .service-intro a{text-decoration:none;border-bottom:1px solid #0F5FA8;}
.active-proof .service-intro a:hover{border-bottom-color:#F2B01E;}
@media (max-width:720px){.active-proof .service-shell{flex:1 1 100%;}
}
.open-brand{
  background:var(--surface-main);
  color:var(--tone-base);
  padding:calc(1.5rem * 2.4) 2.69rem;
}
.open-brand .open-method{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(1.39rem * 1.5);
  align-items:flex-start;}
.open-brand .page-story{display:block;
  width:min(40%,32rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.81rem;
  box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.open-brand .page-links{flex:1 1 30rem;
  min-width:0;}
.open-brand h2{margin:0;
  font-size:calc(17.4px * 2);
  line-height:1.12;}
.open-brand .page-links p{margin:1.5rem 0 0;
  font-size:17.4px;
  line-height:1.64;}
.open-brand .service-intro{margin-top:calc(1.39rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.39rem;}
.open-brand .service-intro a{
  display:inline-flex;
  align-items:center;
  color:#FFFFFF;
  background:var(--surface-soft);
  text-decoration:none;
  border-radius:0.49rem;
  padding:.75rem 1.1rem;
  font-size:calc(17.4px * .875);
  transition:background 310ms var(--motion-soft);
}
.open-brand .service-intro a:hover{
  background:#0B4A85;color:#0E1F31;}
.open-brand .service-intro a + a{
  color:#1A1206;
  background:#F2B01E;
}
.open-brand .service-intro a + a:hover{
  background:#D99A0C;color:#0E1F31;}
@media (max-width:820px){.open-brand .open-method{
    flex-direction:column;
  }.open-brand .page-story{
    width:100%;
    min-width:0;
    aspect-ratio:16/10;
  }
}
.offer-details{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.offer-details .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.offer-details h2,.offer-details h3,.offer-details p{margin:0;}
.offer-details h2{font-size:calc(17.4px * 2);line-height:1.14;}
.offer-details h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.offer-details p{font-size:17.4px;line-height:1.64;}
.offer-details .team-visual{font-size:calc(17.4px * 1.125);}
.offer-details .strong-fields{display:flex;flex-direction:column;gap:1.5rem;border-bottom:1px solid #D6E1EC;padding-bottom:calc(1.39rem * 1.5);}
.offer-details .page-region{display:flex;flex-direction:column;gap:var(--field-main);}
.offer-details .service-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 2.4);padding-left:calc(1.5rem * .75);border-left:2px solid #F2B01E;}
.offer-details .service-shell p{}
.offer-details .service-intro{font-size:calc(17.4px * .875);}
.offer-details .service-intro a{text-decoration:underline;text-underline-offset:3px;}
.offer-details .service-intro a:hover{}
@media (min-width:820px){.offer-details .service-shell{grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:2.69rem;align-items:start;}.offer-details .service-shell h3{margin-top:2px;}
}
.wide-method{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.wide-method .open-method{max-width:1300px;margin:0 auto;display:grid;gap:calc(1.39rem * 1.5);}
.wide-method .public-shell{display:grid;gap:.6rem;padding-bottom:calc(1.39rem * 1.5);border-bottom:1px solid #D6E1EC;}
.wide-method h2,.wide-method h3,.wide-method h4,.wide-method p{margin:0;}
.wide-method h2{font-size:calc(17.4px * 2);line-height:1.64;}
.wide-method h3{font-size:17.4px;line-height:1.64;font-weight:400;color:var(--line-page);}
.wide-method .layer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:1.39rem;align-items:start;}
.wide-method .site-method{display:grid;gap:.6rem;}
.wide-method .main-view{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid #D6E1EC;border-radius:0.49rem;background:#FFFFFF;color:#0E1F31;}
.wide-method .main-view:nth-child(3n+2){margin-left:clamp(0rem,3vw,1.6rem);}
.wide-method .narrow-media{width:2.4rem;height:2.4rem;border-radius:0.29rem;display:grid;place-items:center;background:#F2B01E;color:#1A1206;font-weight:700;font-size:calc(17.4px * .875);}
.wide-method .main-view h4{font-size:17.4px;line-height:1.64;}
.wide-method .main-view p{margin-top:.3rem;font-size:calc(17.4px * .875);line-height:1.64;color:var(--line-page);}
.wide-method time{font-size:calc(17.4px * .875);color:var(--line-page);white-space:nowrap;}
.wide-method .public-quote{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid #D6E1EC;border-radius:0.81rem;background:var(--ink-soft);color:var(--line-page);}
.wide-method .fresh-surface{display:grid;gap:.6rem;}
.wide-method .simple-body{padding:.8rem .9rem;border-radius:0.49rem;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;}
.wide-method .simple-body:nth-child(even){background:var(--surface-soft);color:#FFFFFF;border-color:var(--surface-soft);}
.wide-method .simple-body p{font-size:calc(17.4px * .875);line-height:1.64;}
.wide-method .simple-body time{display:block;margin-top:.4rem;font-size:calc(17.4px * .875);color:inherit;opacity:.78;}
.wide-method .service-stack{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid #D6E1EC;}
.wide-method .service-stack input{min-width:0;border:1px solid #D6E1EC;border-radius:0.29rem;padding:.8rem .9rem;background:#FFFFFF;color:#0E1F31;font:inherit;outline:none;}
.wide-method .service-stack input::placeholder{color:rgba(255,255,255,0.55);}
.wide-method .service-stack button{border:0;border-radius:0.29rem;padding:.8rem 1rem;background:var(--surface-soft);color:#FFFFFF;font:inherit;font-weight:700;cursor:pointer;transition:background 310ms var(--motion-soft);}
.wide-method .service-stack button:hover{background:#0B4A85;color:#0E1F31;}
@media (max-width:900px){.wide-method .layer{grid-template-columns:1fr;}.wide-method .public-quote{position:relative;top:auto;}.wide-method .main-view:nth-child(3n+2){margin-left:0;}.wide-method .service-stack{grid-template-columns:1fr;}}
.main-list{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.main-list .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.main-list .plain-note{display:flex;flex-direction:column;gap:0.4rem;}
.main-list .plain-note p{margin:0;font-size:calc(17.4px * .875);letter-spacing:0.02em;text-transform:uppercase;opacity:0.75;}
.main-list .plain-note h2{margin:0;font-size:calc(17.4px * 2);line-height:1.2;}
.main-list .team-visual p{margin:0;font-size:17.4px;line-height:1.64;}
.main-list .text-benefit{display:flex;flex-direction:column;gap:1.39rem;}
.main-list .main-view{display:grid;grid-template-columns:minmax(0,1fr);gap:0.35rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;border-radius:0.81rem;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.main-list .main-view .team-content{font-size:calc(17.4px * .875);font-weight:700;}
.main-list .main-view h3{margin:0;font-size:calc(17.4px * 1.35);line-height:1.3;}
.main-list .main-view p{margin:0;font-size:17.4px;line-height:1.64;}
.main-list .main-view a{text-decoration:underline;}
.main-list .main-view a:hover{}
.main-list .top-note{padding:calc(1.5rem * .75);border-left:3px solid #F2B01E;background:#FFFFFF;color:#0E1F31;border-radius:0.49rem;}
.main-list .top-note p{margin:0;font-size:17.4px;line-height:1.64;}
.main-list .top-note a{text-decoration:underline;}
.main-list .top-note a:hover{}
@media (min-width:720px){.main-list .main-view{grid-template-columns:180px minmax(0,1fr);grid-template-rows:auto auto;column-gap:1.39rem;}.main-list .main-view .team-content{grid-row:1 / span 2;align-self:start;padding-top:0.15rem;}.main-list .main-view h3{grid-column:2;grid-row:1;}.main-list .main-view p{grid-column:2;grid-row:2;}
    }
.service-content{--field-main:calc(1.5rem * 1.29);--state-control:calc(1300px / 2.40);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.service-content .open-method{max-width:1300px;margin:0 auto;}
.service-content h1,.service-content h2,.service-content h3,.service-content p{margin:0;}
.service-content h2{font-size:calc(17.4px * 2);line-height:1.12;}
.service-content p{font-size:17.4px;line-height:1.64;}
.service-content a{color:#0F5FA8;text-decoration:none;}
.service-content a:hover{color:inherit;}
.service-content .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;font-size:17.4px;}
.service-content .content-section:hover{background:#0B4A85;color:#FFFFFF;}
.service-content .featured-media>h2,.service-content .featured-media>p,.service-content .featured-media>.content-section{margin-top:1.5rem;}
.service-content .featured-media .team-visual{max-width:var(--state-control);}
.service-content .featured-media .top-note{font-size:calc(17.4px * .875);}
.strong-grid{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.secondary-fields{max-width:1300px;margin:0 auto;}
.strong-grid h1{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08;}
.focused-proof{--field-main:calc(1.5rem * 1.10);--label-meta:calc(1300px / 3.42);padding:calc(1.5rem * 2.4) 2.69rem;background:#F2B01E;color:#1A1206;}
.focused-proof .open-method{max-width:1300px;margin:0 auto;}
.focused-proof h2,.focused-proof h3,.focused-proof p{margin:0;}
.focused-proof h2{font-size:calc(17.4px * 2);line-height:1.12;}
.focused-proof h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.focused-proof p{font-size:17.4px;line-height:1.64;}
.focused-proof .content-view{row-gap:calc(var(--field-main) * 1.2);}
.focused-proof .team-visual{margin-top:1.5rem;}
.focused-proof .main-summary{display:flex;flex-wrap:wrap;gap:var(--field-main);margin-top:var(--field-main);}
.focused-proof .service-shell{flex:1 1 var(--label-meta);min-width:0;padding:calc(var(--field-main) * .75);border-radius:0.49rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.focused-proof .service-shell p{margin-top:calc(1.5rem / 3);}
.clear-plan{
    padding:calc(1.5rem * 2.4) 2.69rem;
    background:var(--ink-soft);
    color:var(--line-page);
}
.clear-plan .open-method{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.39rem;
    align-items:flex-start;}
.clear-plan .wide-proof{flex:1 1 320px;
    min-width:280px;}
.clear-plan .wide-proof img{width:100%;
    height:auto;
    display:block;
    border-radius:0.81rem;
    border:1px solid #D6E1EC;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.clear-plan .bottom-stack{flex:1 1 420px;
    min-width:280px;}
.clear-plan .bottom-stack h2{margin:0 0 0.4rem;
    font-size:calc(17.4px * 2);
    line-height:1.2;}
.clear-plan .bottom-stack h3{margin:0 0 calc(1.39rem * 1.5);
    font-size:17.4px;
    font-weight:500;
    color:var(--line-page);
    opacity:0.82;}
.clear-plan .bottom-stack p{margin:0 0 calc(1.39rem * 1.5);
    font-size:17.4px;
    line-height:1.64;}
.clear-plan .bottom-stack ul{margin:0;
    padding-left:1.1rem;
    display:grid;
    gap:0.45rem;
    font-size:17.4px;
    line-height:1.64;}
.clear-plan .bottom-stack ul li::marker{color:inherit;}
@media (max-width:820px){.clear-plan .open-method{
        flex-direction:column;
    }.clear-plan .wide-proof,
    .clear-plan .bottom-stack{
        flex:1 1 auto;
        width:100%;
    }
}
.direct-proof{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.direct-proof .open-method{max-width:1300px;margin:0 auto;}
.direct-proof h2,.direct-proof h3,.direct-proof p{margin:0;}
.direct-proof h2{font-size:calc(17.4px * 2);line-height:1.14;}
.direct-proof h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.direct-proof p{font-size:17.4px;line-height:1.64;}
.direct-proof .strong-fields{max-width:calc(1300px * 0.72);}
.direct-proof .team-visual{margin-top:calc(1.5rem / 2);}
.direct-proof .bottom-footer{display:flex;flex-direction:column;gap:0;margin-top:var(--field-main);border-top:1px solid #D6E1EC;}
.direct-proof .service-shell{display:flex;gap:1.39rem;align-items:flex-start;padding:calc(1.39rem * 1.5) 0;border-bottom:1px solid #D6E1EC;}
.direct-proof .public-section{flex:0 0 auto;min-width:4.2rem;font-size:calc(17.4px * 1.125);font-weight:600;letter-spacing:0.02em;}
.direct-proof .bottom-stack{min-width:0;}
.direct-proof .bottom-stack p{margin-top:calc(1.5rem / 3);}
.direct-proof .top-note{margin-top:var(--field-main);padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);}
.direct-proof .top-note a{text-decoration:none;border-bottom:1px solid currentColor;}
.direct-proof .top-note a:hover{}
@media (max-width:640px){.direct-proof .service-shell{flex-direction:column;gap:calc(1.5rem / 3);}.direct-proof .public-section{min-width:0;}
}
.public-surface{--field-main:calc(1.5rem * 1.05);--state-control:calc(1300px / 2.90);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.public-surface .open-method{max-width:1300px;margin:0 auto;}
.public-surface h2,.public-surface h3,.public-surface p{margin:0;}
.public-surface h2{font-size:calc(17.4px * 2);line-height:1.12;}
.public-surface h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.public-surface p{font-size:17.4px;line-height:1.64;color:var(--line-page);}
.public-surface .clear-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;margin-top:var(--field-main);}
.public-surface .service-shell{flex:1 1 calc(1300px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D6E1EC;}
.public-surface .service-shell p{margin-top:calc(1.5rem / 3);}
.public-surface .text-summary{display:flex;align-items:flex-start;gap:1.39rem;}
.public-surface .text-summary>.clear-actions{flex:1 1 calc(1300px / 2);margin-top:0;}
.public-surface .text-summary>.page-links{flex:1 1 calc(1300px / 3);min-width:0;}
.public-surface .page-links .team-visual{margin-top:1.5rem;}
@media(max-width:760px){.public-surface .text-summary{flex-direction:column;}}
.fresh-fields{--field-main:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.fresh-fields .open-method{max-width:1300px;margin:0 auto;}
.fresh-fields h2,.fresh-fields h3,.fresh-fields p,.fresh-fields figure{margin:0;}
.fresh-fields h2{font-size:calc(17.4px * 2);line-height:1.14;}
.fresh-fields h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.fresh-fields p{font-size:17.4px;line-height:1.64;}
.fresh-fields .strong-fields{max-width:calc(1300px / 1.35);}
.fresh-fields .team-visual{margin-top:calc(1.39rem * 1.5);font-size:calc(17.4px * 1.125);color:var(--line-page);}
.fresh-fields .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;margin-top:var(--field-main);}
.fresh-fields .page-links{flex:1 1 calc(1300px / 2.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.fresh-fields .top-unit{flex:1 1 calc(1300px / 3);min-width:0;}
.fresh-fields .top-unit img{display:block;width:100%;height:auto;border-radius:0.81rem;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.fresh-fields .clear-actions{display:flex;flex-wrap:wrap;gap:1.39rem;margin-top:calc(var(--field-main) * 1.15);}
.fresh-fields .service-shell{flex:1 1 calc(1300px / 3.4);min-width:0;padding-top:calc(1.39rem * 1.5);border-top:2px solid #D6E1EC;}
.fresh-fields .service-shell p{margin-top:calc(calc(1.39rem * 1.5) / 2);color:var(--line-page);}
.fresh-fields .service-intro{margin-top:var(--field-main);padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);color:var(--line-page);}
.fresh-fields .service-intro a{color:#0F5FA8;text-decoration:underline;text-underline-offset:3px;}
.fresh-fields .service-intro a:hover{color:inherit;}
@media (max-width:760px){.fresh-fields .strong-fields{max-width:none;}.fresh-fields .service-shell{flex:1 1 100%;}
}
.focused-actions{
  --field-main:calc(1.5rem * 1.05);
  --gap-item:calc(calc(1.5rem * .75) * 1.1);
  padding:calc(1.5rem * 2.4) 2.69rem;
  background:var(--surface-main);
  color:var(--tone-base);
}
.focused-actions .open-method{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-main);}
.focused-actions h2,
.focused-actions h3,
.focused-actions p{margin:0;}
.focused-actions h2{font-size:calc(17.4px * 2);
  line-height:1.14;}
.focused-actions h3{font-size:calc(17.4px * 1.35);
  line-height:1.22;}
.focused-actions p{font-size:17.4px;
  line-height:1.64;}
.focused-actions .strong-fields{display:flex;
  flex-wrap:wrap;
  gap:1.39rem;
  align-items:flex-start;}
.focused-actions .strong-fields>h2{flex:1 1 calc(1300px / 3.2);
  min-width:0;}
.focused-actions .strong-fields>.team-visual{flex:1 1 calc(1300px / 2.6);
  min-width:0;}
.focused-actions .service-intro{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  border-top:1px solid #D6E1EC;}
.focused-actions .site-panel{display:flex;
  flex-wrap:wrap;
  gap:1.39rem;
  padding:var(--gap-item) 0;
  border-bottom:1px solid #D6E1EC;}
.focused-actions .strong-nav{flex:0 0 auto;
  min-width:3.2rem;
  font-size:calc(17.4px * 1.125);
  font-weight:600;
  letter-spacing:0.04em;}
.focused-actions .bottom-stack{flex:1 1 calc(1300px / 2.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.focused-actions .bottom-stack p{}
.focused-actions .top-note{
  padding:var(--gap-item);
  border-radius:0.49rem;
  background:var(--ink-soft);
  color:var(--line-page);
}
.focused-actions .top-note a{text-decoration:underline;
  text-underline-offset:2px;}
.focused-actions .top-note a:hover{}
@media (max-width:720px){.focused-actions .strong-nav{
    min-width:2.4rem;
    font-size:17.4px;
  }
}
.visual-steps{
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: #0E1F31;
  color: #F2F6FA;
}
.visual-steps .open-method{max-width: min(1300px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.39rem * 1.5);}
.visual-steps .bottom-footer{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.39rem * 1.5);
  border-bottom: 1px solid #25384B;}
.visual-steps h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.visual-steps .team-visual{margin: 0;
  font-size: calc(17.4px * 1.125);
  color: #C7D4E0;}
.visual-steps .clear-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-steps .service-shell{margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #F2B01E;}
.visual-steps .local-headline{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: calc(calc(1.5rem * .75) * .5);}
.visual-steps .compact-header{font-weight: 700;
  font-size: 17.4px;}
.visual-steps .local-footer{font-size: calc(17.4px * .875);
  color: #C7D4E0;}
.visual-steps .service-shell p{margin: 0 0 calc(calc(1.5rem * .75) * .55);
  color: #C7D4E0;}
.visual-steps .service-shell small{display: block;
  font-size: calc(17.4px * .875);
  color: #F2B01E;}
.visual-steps .top-note{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #25384B;
  font-size: calc(17.4px * .875);
  color: #C7D4E0;}
.visual-steps .top-note a{color: #F2B01E;
  text-decoration: underline;
  text-underline-offset: 2px;}
.visual-steps .top-note a:hover{color: #F2B01E;}
@media (min-width: 860px) {.visual-steps .clear-actions{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.39rem;
  }.visual-steps .service-shell:last-child{
    grid-column: 1 / -1;
  }
}
.top-media{--field-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.top-media .open-method{max-width:1300px;margin:0 auto;}
.top-media h2,.top-media h3,.top-media p{margin:0;}
.top-media h2{font-size:calc(17.4px * 2);line-height:1.14;}
.top-media h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.top-media p{font-size:17.4px;line-height:1.64;}
.top-media .strong-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.top-media .team-visual{}
.top-media .clear-actions{display:flex;flex-direction:column;gap:var(--field-main);margin-top:calc(var(--field-main) * 1.2);border-top:1px solid #D6E1EC;padding-top:var(--field-main);}
.top-media .service-shell{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-bottom:var(--field-main);border-bottom:1px solid #D6E1EC;}
.top-media .service-shell:last-child{border-bottom:0;padding-bottom:0;}
.top-media .service-shell p{}
.top-media .top-note{margin-top:calc(var(--field-main) * 1.2);}
.top-media .top-note a{text-decoration:underline;text-underline-offset:3px;}
.top-media .top-note a:hover{}
@media (min-width:900px){.top-media .clear-actions{gap:0;}.top-media .service-shell{flex-direction:row;gap:1.39rem;align-items:baseline;}.top-media .service-shell h3{flex:0 0 32%;}.top-media .service-shell p{flex:1;}
}
.open-figure{--field-main:calc(1.5rem * 1.15);--stack-large:calc(calc(1.5rem * .75) * 1.1);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.open-figure .open-method{max-width:1300px;margin:0 auto;}
.open-figure h1,.open-figure h2,.open-figure h3,.open-figure p{margin:0;}
.open-figure h2{font-size:calc(17.4px * 2);line-height:1.14;}
.open-figure h3{font-size:calc(17.4px * 1.35);line-height:1.24;}
.open-figure p{font-size:17.4px;line-height:1.64;color:var(--line-page);}
.open-figure a{color:#0F5FA8;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #0F5FA8 40%, transparent);}
.open-figure a:hover{color:inherit;border-bottom-color:#F2B01E;}
.open-figure .clear-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;}
.open-figure .page-links{flex:1 1 60%;min-width:0;}
.open-figure .page-links .team-visual{margin-top:calc(1.39rem * 1.5);}
.open-figure .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;border-bottom:none;font-size:calc(17.4px * .875);}
.open-figure .content-section:hover{background:#0B4A85;color:#FFFFFF;}
.open-figure .page-region{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--field-main);margin-top:calc(1.39rem * 1.5);}
.open-figure .service-shell{padding:var(--stack-large);border-radius:0.49rem;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;}
.open-figure .service-shell h3{margin-bottom:calc(1.5rem / 3.5);}
.open-figure .top-note{flex:1 1 100%;margin-top:calc(1.39rem * 1.5);font-size:calc(17.4px * .875);}
@media (max-width:720px){.open-figure .page-links{flex:1 1 100%;}.open-figure .content-section{width:100%;}
}
.focused-grid{--field-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.focused-grid .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.focused-grid h2,.focused-grid p{margin:0;}
.focused-grid h2{font-size:calc(17.4px * 2);line-height:1.14;}
.focused-grid .team-visual{font-size:17.4px;line-height:1.64;}
.focused-grid .strong-fields{display:flex;flex-direction:column;gap:1.5rem;}
.focused-grid .service-intro{display:flex;flex-wrap:wrap;align-items:center;gap:1.39rem;padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;}
.focused-grid .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;font-weight:600;text-decoration:none;transition:background 310ms var(--motion-soft);}
.focused-grid .content-section:hover{background:#0B4A85;color:#0E1F31;}
.focused-grid .top-note{flex:1 1 18rem;font-size:calc(17.4px * .875);line-height:1.64;}
.focused-grid .page-section{font-size:calc(17.4px * .875);line-height:1.64;}
.focused-grid a{color:#0F5FA8;text-decoration:none;}
.focused-grid a:hover{color:inherit;}
.focused-grid .content-section:hover{}
.block{
        padding: calc(1.5rem * 2.4) 2.69rem;
        background: var(--ink-soft);
        color: var(--line-page);
    }
.block .open-method{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.39rem * 1.5);}
.block .team-visual{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #D6E1EC;}
.block h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.15;}
.block .team-visual p{margin: 0;
        font-size: calc(17.4px * 1.125);
        line-height: 1.64;}
.block .team-contact{display: flex;
        flex-direction: column;
        gap: 1.39rem;}
.block .main-grid{display: grid;
        grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #D6E1EC;}
.block .main-grid:last-child{border-bottom: 0;}
.block .direct-list{font-size: 17.4px;
        line-height: 1.64;}
.block .active-shell{display: flex;
        flex-direction: column;
        gap: 0.29rem;
        align-self: start;}
.block .active-shell strong{font-size: calc(17.4px * .875);}
.block .active-shell span{font-size: calc(17.4px * .875);}
@media (max-width: 760px) {.block .main-grid{
            grid-template-columns: 1fr;
        }
    }
.clear-steps{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base)}
.clear-steps .open-method{max-width:1300px;margin:0 auto}
.clear-steps .top-note{display:flex;flex-wrap:wrap;gap:calc(1.39rem * 1.5);align-items:flex-start}
.clear-steps .quiet-fields{flex:1 1 30rem;min-width:0;background:var(--ink-soft);color:var(--line-page);border-radius:0.81rem;padding:1.39rem}
.clear-steps h2{margin:0;font-size:calc(17.4px * 2);line-height:1.12}
.clear-steps .quiet-fields p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.64}
.clear-steps .quiet-fields p:first-of-type{margin-top:calc(1.39rem * 1.5)}
.clear-steps .site-shell{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.clear-steps .service-shell{border-top:1px solid #D6E1EC;padding-top:1.5rem}
.clear-steps .service-shell strong{display:block;font-size:calc(17.4px * 1.35);line-height:1.2}
.clear-steps .service-shell p{margin:calc(1.5rem * .75) 0 0;line-height:1.64}
@media(max-width:820px){.clear-steps .top-note{display:block}.clear-steps .quiet-fields{padding:1.5rem}.clear-steps .site-shell{margin-top:calc(1.39rem * 1.5)}
}
.open-callout{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.open-callout .open-method{max-width:1300px;margin:0 auto;}
.open-callout .plain-note{margin-bottom:calc(1.39rem * 1.5);}
.open-callout .plain-note p{margin:0;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:.08em;}
.open-callout .plain-note h2{margin:.5rem 0 0;font-size:calc(17.4px * 2);line-height:1.2;}
.open-callout .team-visual{margin:0 0 calc(1.39rem * 1.5);font-size:calc(17.4px * 1.125);}
.open-callout .clear-actions{display:flex;flex-direction:column;gap:1.39rem;}
.open-callout .clear-actions article{padding:calc(1.5rem * .75);border-radius:0.81rem;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.open-callout .open-summary{display:flex;justify-content:space-between;align-items:baseline;gap:1.39rem;margin-bottom:calc(1.39rem * 1.5);}
.open-callout .open-summary strong{font-size:17.4px;}
.open-callout .open-summary span{font-size:calc(17.4px * .875);}
.open-callout .bottom-flow{display:grid;grid-template-columns:14rem 1fr;gap:1.39rem;align-items:start;}
.open-callout .bottom-flow img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.49rem;}
.open-callout .bottom-flow small{display:block;font-size:calc(17.4px * .875);}
.open-callout .bottom-flow h3{margin:.4rem 0 .35rem;font-size:calc(17.4px * 1.35);}
.open-callout .bottom-flow p{margin:0;}
.open-callout .top-note{margin:calc(1.39rem * 1.5) 0 0;padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;}
.open-callout .top-note a{text-decoration:none;}
.open-callout .top-note a:hover{}
@media (max-width: 680px){.open-callout .bottom-flow{grid-template-columns:1fr;}.open-callout .bottom-flow img{height:12rem;}
    }
.offer-copy{--field-main:calc(1.5rem * 1.35);--state-control:calc(1300px / 2.50);--type-heading:calc(1300px / 3.66);padding:calc(1.5rem * 2.4) 2.69rem;background:#F2B01E;color:#1A1206;}
.offer-copy .open-method{max-width:1300px;margin:0 auto;}
.offer-copy h1,.offer-copy h2,.offer-copy h3,.offer-copy p{margin:0;}
.offer-copy h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.offer-copy h2{font-size:calc(17.4px * 2);line-height:1.12;}
.offer-copy h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.offer-copy p{font-size:17.4px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.offer-copy img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.offer-copy .team-visual{font-size:calc(17.4px * 1.125);}
.offer-copy .top-note{margin-top:1.5rem;font-size:calc(17.4px * .875);}
.offer-copy .clear-actions{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.offer-copy .service-shell{min-width:0;padding-left:1.5rem;border-left:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.offer-copy .service-shell p{margin-top:calc(1.5rem / 4);}
.offer-copy .wide-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;}
.offer-copy .wide-tile>.page-links{flex:1 1 calc(1300px / 3);min-width:0;}
.offer-copy .wide-tile>.clear-actions{flex:2 1 calc(1300px / 2);margin-top:0;}
.offer-copy .wide-tile>img{margin-left:auto;max-width:var(--type-heading);}
.offer-copy .page-links .team-visual{margin-top:1.5rem;}
@media (max-width:820px){.offer-copy .wide-tile>img{margin-left:0;max-width:100%;}
}
.clear-block{--field-main:calc(1.5rem * 1.3);--axis-strong:calc(1300px / 3.6);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.clear-block .open-method{max-width:1300px;margin:0 auto;}
.clear-block h2,.clear-block h3,.clear-block p{margin:0;}
.clear-block h2{font-size:calc(17.4px * 2);line-height:1.14;}
.clear-block h3{font-size:calc(17.4px * 1.35);line-height:1.25;}
.clear-block p{font-size:17.4px;line-height:1.64;color:var(--line-page);}
.clear-block a{color:inherit;text-decoration:none;}
.clear-block .top-note{margin:0;font-size:calc(17.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-page);}
.clear-block .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;font-size:calc(17.4px * .875);transition:background 310ms var(--motion-soft);}
.clear-block .content-section:hover{background:#0B4A85;color:#0E1F31;}
.clear-block .clear-lead{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.39rem;}
.clear-block .clear-lead>.page-links{flex:1 1 var(--axis-strong);min-width:0;}
.clear-block .clear-lead>.content-section{flex:0 0 auto;}
.clear-block .clear-lead>.clear-actions{flex:1 1 100%;}
.clear-block .page-links h2{margin-top:calc(1.5rem / 2.5);}
.clear-block .clear-actions{display:flex;flex-direction:column;gap:0;margin-top:var(--field-main);border-top:1px solid #D6E1EC;}
.clear-block .service-shell{display:flex;flex-wrap:wrap;gap:1.39rem;padding:calc(1.5rem * 0.9) 0;border-bottom:1px solid #D6E1EC;}
.clear-block .service-shell h3{flex:1 1 var(--axis-strong);min-width:0;}
.clear-block .service-shell p{flex:2 1 calc(var(--axis-strong) * 1.6);min-width:0;}
@media (max-width:720px){.clear-block .clear-lead{align-items:flex-start;}.clear-block .service-shell h3,.clear-block .service-shell p{flex:1 1 100%;}
}
.contact-area{background:#F2B01E;color:#1A1206;padding:calc(1.5rem * 2.4) 2.69rem}
.contact-area .open-method{max-width:1300px;margin:0 auto}
.contact-area .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.39rem * 1.5)}
.contact-area .page-links{flex:1 1 26rem;min-width:0}
.contact-area h2{margin:0;font-size:clamp(calc(17.4px * 2),4.5vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.contact-area p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.65}
.contact-area .page-links a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.39rem;border-radius:0.49rem;background:#1A1206;color:#F2B01E;text-decoration:none;font-weight:700}
.contact-area .page-story{display:block;flex:0 1 17rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.81rem}
.contact-area .clear-actions{flex:1 1 28rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.contact-area .service-shell{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.contact-area .service-shell:last-child{border-bottom:0;padding-bottom:0}
.contact-area strong,.contact-area span{display:block}
.contact-area strong{font-size:17.4px}
.contact-area span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(17.4px * .875)}
@media(max-width:780px){.contact-area .simple-quote{flex-direction:column}.contact-area .page-story{flex-basis:auto;min-width:0;aspect-ratio:16/9}.contact-area .clear-actions{width:100%}}
.quiet-steps{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.quiet-steps .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.quiet-steps .plain-note{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-steps .plain-note h2{margin:0;font-size:calc(17.4px * 2);line-height:1.2;}
.quiet-steps .plain-note p{margin:0;font-size:17.4px;}
.quiet-steps .bottom-footer{display:flex;flex-wrap:wrap;gap:1.39rem;}
.quiet-steps .service-intro{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75);border:1px solid #D6E1EC;border-radius:0.49rem;background:#FFFFFF;color:#0E1F31;display:flex;flex-direction:column;gap:0.6rem;}
.quiet-steps .service-intro h3{margin:0;font-size:calc(17.4px * 1.35);}
.quiet-steps .service-intro p{margin:0;font-size:calc(17.4px * .875);}
.quiet-steps .service-intro .local-headline{margin:0;padding-top:0.5rem;border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);}
.quiet-steps .service-intro a{align-self:flex-start;font-weight:600;color:#0F5FA8;text-decoration:none;border-bottom:1px solid transparent;transition:color 310ms var(--motion-soft),border-color 310ms var(--motion-soft);}
.quiet-steps .service-intro a:hover{color:inherit;border-bottom-color:#F2B01E;}
.quiet-steps .secondary-plan{margin:0;padding:calc(1.5rem * .75);border-left:3px solid #F2B01E;background:var(--surface-main);color:var(--tone-base);font-size:calc(17.4px * .875);}
.quiet-steps .secondary-plan a{color:#0F5FA8;text-decoration:none;border-bottom:1px solid #0F5FA8;}
.quiet-steps .secondary-plan a:hover{color:inherit;border-bottom-color:#F2B01E;}
@media (max-width: 720px){.quiet-steps .service-intro{flex:1 1 100%;}
    }
.narrow-list{
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: #0E1F31;
  color: #F2F6FA;
}
.narrow-list .open-method{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.narrow-list .plain-note{margin-bottom: calc(1.39rem * 1.5);}
.narrow-list h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.narrow-list .team-visual{margin: 0;
  font-size: calc(17.4px * 1.125);
  color: #C7D4E0;}
.narrow-list .bottom-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.39rem;}
.narrow-list .service-shell{flex: 1 1 min(100%, 20rem);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #25384B;}
.narrow-list .main-view{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: calc(1.5rem * .75);}
.narrow-list .compact-header{font-weight: 700;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.narrow-list .local-footer{font-size: calc(17.4px * .875);
  color: #F2B01E;}
.narrow-list .service-shell p{margin: 0 0 calc(1.5rem * .75);
  color: #C7D4E0;}
.narrow-list .service-shell small{display: block;
  font-size: calc(17.4px * .875);
  color: #C7D4E0;
  opacity: 0.8;}
.narrow-list .team-summary{margin-top: calc(1.39rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #25384B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.39rem;}
.narrow-list .top-note{margin: 0;
  flex: 1 1 22rem;
  color: #C7D4E0;}
.narrow-list .content-section{
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 0.49rem;
  background: #F2B01E;
  color: #1A1206;
  font-weight: 700;
  text-decoration: none;
  transition: background 310ms var(--motion-soft);
}
.narrow-list .content-section:hover{
  background: #D99A0C;color:#0E1F31;}
@media (max-width: 700px) {.narrow-list .bottom-footer{
    display: block;
  }.narrow-list .service-shell + .service-shell{
    margin-top: 1.39rem;
  }.narrow-list .team-summary{
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-links{--field-main:calc(1.5rem * 1.15);--type-heading:min(26rem,34vw);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-soft);color:#FFFFFF;}
.contact-links .open-method{max-width:1300px;margin:0 auto;}
.contact-links h2,.contact-links p{margin:0;}
.contact-links h2{font-size:calc(17.4px * 2);line-height:1.14;}
.contact-links p{font-size:17.4px;line-height:1.64;}
.contact-links .team-visual{color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-links a{color:inherit;text-decoration:none;}
.contact-links img{display:block;width:100%;max-width:100%;height:auto;border-radius:0.49rem;flex:0 1 var(--type-heading);}
.contact-links .featured-media{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(1.39rem * 1.4);flex-wrap:wrap;}
.contact-links .featured-media .page-links{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.contact-links .content-section{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.29rem;background:#FFFFFF;color:var(--surface-soft);font-size:17.4px;transition:background 310ms var(--motion-soft);}
.contact-links .content-section:hover{background:#F2B01E;color:#1A1206;}
.contact-links .service-intro{font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.contact-links .service-intro a{text-decoration:underline;text-underline-offset:3px;}
.contact-links .service-intro a:hover{}
@media (max-width:720px){.contact-links .featured-media{flex-direction:column-reverse;}.contact-links img{flex:1 1 auto;}
}
.service-wrap{--field-main:calc(1.5rem * 1.15);--state-control:calc(1300px / 2.4);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.service-wrap .open-method{max-width:1300px;margin:0 auto;}
.service-wrap h1,.service-wrap h2,.service-wrap h3,.service-wrap p{margin:0;}
.service-wrap h2{font-size:calc(17.4px * 2);line-height:1.14;}
.service-wrap h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.service-wrap p{font-size:17.4px;line-height:1.64;}
.service-wrap .top-note{font-size:calc(17.4px * .875);letter-spacing:0.06em;text-transform:uppercase;color:var(--line-page);margin-bottom:calc(1.5rem / 2.5);}
.service-wrap .team-visual{margin-top:1.5rem;max-width:var(--state-control);color:var(--line-page);}
.service-wrap .clear-actions{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.service-wrap .service-shell{min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid #D6E1EC;}
.service-wrap .service-shell:first-child{border-top:0;padding-top:0;}
.service-wrap .page-links{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);}
.service-wrap .service-shell p{color:var(--line-page);}
@media (min-width:900px){.service-wrap .page-links{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:2.69rem;align-items:start;}
}
.secondary-list{--field-main:calc(1.5rem * 1.09);--state-control:calc(1300px / 2.33);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.secondary-list .open-method{max-width:1300px;margin:0 auto;}
.secondary-list h1,.secondary-list h2,.secondary-list h3,.secondary-list p,.secondary-list ul{margin:0;}
.secondary-list h2{font-size:calc(17.4px * 2);line-height:1.14;}
.secondary-list p{font-size:17.4px;line-height:1.64;}
.secondary-list a{text-decoration:none;border-bottom:1px solid #D6E1EC;}
.secondary-list a:hover{}
.secondary-list .quiet-area>p{margin-top:1.5rem;}
.secondary-list .page-region{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);margin-top:calc(1.5rem * 1.1);}
.secondary-list details{padding:calc(1.5rem * .75) 0;border-top:1px solid #D6E1EC;}
.secondary-list details:last-of-type{border-bottom:1px solid #D6E1EC;}
.secondary-list summary{cursor:pointer;font-weight:700;font-size:calc(17.4px * 1.125);line-height:1.3;list-style:none;}
.secondary-list summary::-webkit-details-marker{display:none;}
.secondary-list summary::before{content:"+";display:inline-block;width:1.2em;font-weight:700;}
.secondary-list details[open] summary::before{content:"–";}
.secondary-list details p{margin-top:calc(1.5rem / 3);padding-inline-start:1.2em;}
.secondary-list .service-intro{margin-top:calc(1.5rem * 1.2);padding-top:calc(1.5rem * .75);border-top:1px solid #D6E1EC;font-size:calc(17.4px * .875);}
@media (max-width:640px){.secondary-list{padding:calc(1.5rem * 2.4) 2.69rem;}.secondary-list summary{font-size:17.4px;}
}
.open-story{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.open-story .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.open-story h2,.open-story h3,.open-story p{margin:0;}
.open-story h2{font-size:calc(17.4px * 2);line-height:1.12;}
.open-story h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.open-story p{font-size:17.4px;line-height:1.64;}
.open-story .strong-fields{display:flex;flex-direction:column;gap:calc(calc(1.39rem * 1.5) / 2);}
.open-story .team-visual{font-size:calc(17.4px * 1.125);color:var(--line-page);}
.open-story img{display:block;width:100%;height:auto;border-radius:0.81rem;}
.open-story .clear-actions{display:flex;flex-wrap:wrap;gap:1.39rem;}
.open-story .service-shell{flex:1 1 calc(1300px / 4);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;border-radius:0.49rem;display:flex;flex-direction:column;gap:calc(calc(1.39rem * 1.5) / 3);}
.open-story .service-shell p{color:var(--line-page);font-size:calc(17.4px * .875);}
.open-story .top-note{font-size:calc(17.4px * .875);color:var(--line-page);border-top:1px solid #D6E1EC;padding-top:calc(1.39rem * 1.5);}
.open-story .top-note a{color:#0F5FA8;text-decoration:none;border-bottom:1px solid #0F5FA8;transition:color 310ms var(--motion-soft),border-color 310ms var(--motion-soft);}
.open-story .top-note a:hover{color:inherit;border-color:#F2B01E;}
@media (max-width:900px){.open-story .service-shell{flex:1 1 calc(1300px / 2.2);}
}
@media (max-width:600px){.open-story .service-shell{flex:1 1 100%;}
}
.direct-stack{
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: var(--surface-main);
  color: var(--tone-base);
}
.direct-stack .text-fields{max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(1.39rem * 1.5);
  align-items: start;}
.direct-stack .active-story{
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #0E1F31;
  color: #F2F6FA;
  position: sticky;
  top: 1.5rem;
}
.direct-stack h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.direct-stack .active-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.4px;
  line-height: 1.64;}
.direct-stack .open-intro{display: flex;
  flex-direction: column;
  gap: 1.39rem;}
.direct-stack .simple-body{display: grid;
  grid-template-columns: minmax(6rem, .28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6E1EC;}
.direct-stack .simple-body:last-child{border-bottom: none;}
.direct-stack .bottom-nav{font-size: calc(17.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;}
.direct-stack h3{margin: 0;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.direct-stack .simple-body p{margin: calc(calc(1.5rem * .75) * .6) 0;
  line-height: 1.64;}
.direct-stack small{font-size: calc(17.4px * .875);
  display: block;}
@media (max-width: 860px) {.direct-stack .text-fields{
    grid-template-columns: 1fr;
  }.direct-stack .active-story{
    position: static;
  }
}
@media (max-width: 560px) {.direct-stack .simple-body{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.main-area{--field-main:calc(1.5rem * 1.39);--state-control:calc(1300px / 2.85);--type-heading:calc(1300px / 3.83);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.main-area .open-method{max-width:1300px;margin:0 auto;}
.main-area h1,.main-area h2,.main-area h3,.main-area p{margin:0;}
.main-area h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.main-area h2{font-size:calc(17.4px * 2);line-height:1.12;}
.main-area h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.main-area p{font-size:17.4px;line-height:1.64;}
.main-area a{color:#0F5FA8;text-decoration:none;}
.main-area a:hover{color:inherit;}
.main-area img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.49rem;flex:0 1 min(28rem,38vw);}
.main-area .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;}
.main-area .content-section:hover{background:#0B4A85;color:#FFFFFF;}
.main-area .featured-media{display:flex;align-items:center;justify-content:space-between;gap:1.39rem;flex-wrap:wrap;}
.main-area .featured-media .page-links{flex:1 1 24rem;min-width:0;}
.main-area .team-visual{color:var(--line-page);}
.main-area .top-note{font-size:calc(17.4px * .875);color:var(--line-page);}
.main-area .service-intro{font-size:calc(17.4px * .875);}
.main-area .featured-media h1,.main-area .featured-media h2,.main-area .featured-media p,.main-area .featured-media .content-section{margin-top:1.5rem;}
.main-area .featured-media img{margin-top:var(--field-main);}
.service-copy{
  background: var(--surface-main);
  color: var(--tone-base);
  padding: calc(1.5rem * 2.4) 2.69rem;
}
.service-copy .open-method{width: min(100%, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(1.39rem * 1.4);
  align-items: start;}
.service-copy h2,
.service-copy h3,
.service-copy p{margin: 0;}
.service-copy h2{font-size: calc(17.4px * 2);
  line-height: 1.1;}
.service-copy h3{font-size: calc(17.4px * 1.35);
  line-height: 1.18;}
.service-copy p{font-size: 17.4px;
  line-height: 1.64;}
.service-copy .bottom-footer{
  display: grid;
  gap: calc(1.39rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: var(--ink-soft);
  color: var(--line-page);
  border: 1px solid #D6E1EC;
}
.service-copy .team-visual{font-size: calc(17.4px * 1.125);
  line-height: 1.5;}
.service-copy .top-note{font-size: calc(17.4px * .875);
  line-height: 1.6;}
.service-copy .content-section{
  justify-self: start;
  display: inline-block;
  padding: .6rem 1.1rem;
  border-radius: 0.29rem;
  background: var(--surface-soft);
  color: #FFFFFF;
  text-decoration: none;
  font-size: calc(17.4px * .875);
  transition: background 310ms var(--motion-soft);
}
.service-copy .content-section:hover{
  background: #0B4A85;color:#0E1F31;}
.service-copy .main-surface{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.service-copy .focused-headline{
  display: grid;
  gap: .35rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-left: 3px solid #F2B01E;
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #0E1F31;
  border-top: 1px solid #D6E1EC;
  border-right: 1px solid #D6E1EC;
  border-bottom: 1px solid #D6E1EC;
  animation: crewIn calc(310ms * 2) var(--motion-soft) both;
  animation-delay: var(--speed-slow, 0ms);
}
.service-copy .local-footer{font-size: calc(17.4px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
@keyframes crewIn {from{ opacity: .25; transform: translateY(calc(calc(1.39rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 880px) {.service-copy .open-method{ grid-template-columns: 1fr; }
}
.steady-proof{
        --field-main: calc(1.5rem * 1.05);
        --type-body: calc(1300px / 4.2);
        padding: calc(1.5rem * 2.4) 2.69rem;
        background: #0E1F31;
        color: #F2F6FA;
    }
.steady-proof .open-method{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-main);}
.steady-proof h2,
    .steady-proof h3,
    .steady-proof p{margin: 0;}
.steady-proof h2{font-size: calc(17.4px * 2);
        line-height: 1.14;}
.steady-proof h3{font-size: calc(17.4px * 1.35);
        line-height: 1.22;}
.steady-proof p{font-size: 17.4px;
        line-height: 1.64;
        opacity: .82;}
.steady-proof a{color: #F2B01E;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 310ms var(--motion-soft);}
.steady-proof a:hover{border-bottom-color: #F2B01E;}
.steady-proof .bottom-footer{display: flex;
        flex-direction: column;
        gap: calc(1.39rem * 1.5);
        padding-bottom: calc(1.39rem * 1.5);
        border-bottom: 1px solid rgba(242, 246, 250, 0.18);}
.steady-proof .team-visual{font-size: calc(17.4px * 1.125);
        opacity: .88;}
.steady-proof .clear-actions{display: flex;
        flex-direction: column;
        gap: var(--field-main);}
.steady-proof .service-shell{display: grid;
        grid-template-columns: var(--type-body) 1fr;
        gap: 1.39rem;
        align-items: start;
        min-width: 0;}
.steady-proof .local-headline{font-size: calc(17.4px * .875);
        letter-spacing: 0.06em;
        text-transform: uppercase;
        opacity: .6;
        padding-top: 0.35em;}
.steady-proof .service-shell p{margin-top: calc(1.5rem / 3);}
.steady-proof .secondary-plan{padding-top: calc(1.39rem * 1.5);
        border-top: 1px solid rgba(242, 246, 250, 0.18);}
.steady-proof .top-note{font-size: calc(17.4px * .875);
        opacity: .78;}
@media (max-width: 720px) {.steady-proof .service-shell{
            grid-template-columns: 1fr;
            gap: calc(1.39rem / 2);
        }.steady-proof .local-headline{
            padding-top: 0;
        }
    }
.soft-brand{
  background:var(--surface-soft);
  color:#FFFFFF;
  padding:calc(1.5rem * 2.4) 2.69rem;
}
.soft-brand .open-method{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.39rem * 1.5);
  align-items:flex-start;}
.soft-brand .team-visual{flex:1 1 30rem;
  min-width:0;}
.soft-brand h2{margin:0 0 1.5rem;
  font-size:calc(17.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.soft-brand .team-visual p{margin:0;
  font-size:calc(17.4px * 1.125);
  line-height:1.64;}
.soft-brand .top-headline{flex:1 1 26rem;
  min-width:min(100%,18rem);
  padding-left:calc(1.39rem * 1.5);
  border-left:1px solid color-mix(in srgb,#FFFFFF 30%,transparent);}
.soft-brand .top-headline p{margin:0 0 1.5rem;
  font-size:17.4px;
  line-height:1.64;}
.soft-brand .top-headline p:last-of-type{margin-bottom:0;}
.soft-brand .content-section{display:inline-flex;
  margin-top:1.5rem;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2em;
  font-size:17.4px;}
.soft-brand .content-section:hover{border-bottom-color:#F2B01E;}
@media (max-width:760px){.soft-brand .open-method{display:block}.soft-brand .top-headline{
    margin-top:calc(1.39rem * 1.5);
    padding-left:0;
    padding-top:calc(1.39rem * 1.5);
    border-left:0;
    border-top:1px solid color-mix(in srgb,#FFFFFF 30%,transparent);
  }
}
.secondary-wrap{--field-main:calc(1.5rem * 1.45);--state-control:calc(1300px / 2.95);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.secondary-wrap .open-method{max-width:1300px;margin:0 auto;}
.secondary-wrap h1,.secondary-wrap h2,.secondary-wrap h3,.secondary-wrap p{margin:0;}
.secondary-wrap h2{font-size:calc(17.4px * 2);line-height:1.12;}
.secondary-wrap h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.secondary-wrap p{font-size:17.4px;line-height:1.64;color:var(--line-page);}
.secondary-wrap a{color:inherit;text-decoration:none;}
.secondary-wrap .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;}
.secondary-wrap .top-note{font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--line-page);margin-bottom:calc(1.5rem / 3);}
.secondary-wrap .clear-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;margin-top:var(--field-main);}
.secondary-wrap .service-shell{flex:1 1 calc(1300px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid #D6E1EC;}
.secondary-wrap .service-shell p{margin-top:calc(1.5rem / 3);}
.secondary-wrap .clear-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;}
.secondary-wrap .clear-lead>.page-links{flex:1 1 auto;min-width:0;}
.secondary-wrap .clear-lead>.content-section{flex:0 0 auto;}
.secondary-wrap .clear-lead>.clear-actions{flex:1 1 100%;}
.secondary-wrap .page-links h2{margin-top:calc(1.5rem / 2);}
.offer-inner{
  background: var(--surface-main);
  color: var(--tone-base);
  padding: calc(1.5rem * 2.4) 2.69rem;
}
.offer-inner .open-method{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.39rem;
  align-items: stretch;}
.offer-inner h2,
.offer-inner h3,
.offer-inner p{margin: 0;}
.offer-inner .primary-steps{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 26rem;
  min-width: 0;}
.offer-inner h2{font-size: calc(17.4px * 2);
  line-height: 1.1;}
.offer-inner .primary-steps > p{line-height: 1.64;
  font-size: 17.4px;}
.offer-inner .steady-list{display: block;
  flex: 1 1 22rem;
  min-width: 0;
  width: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1.03rem;}
.offer-inner .content-shell{margin-top: calc(1.39rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-inner .content-proof{
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #0E1F31;
  border: 1px solid #D6E1EC;
}
.offer-inner .bottom-entries{display: block;
  flex: 0 0 8rem;
  width: 8rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.29rem;}
.offer-inner .content-proof > div{flex: 1 1 14rem;
  min-width: 0;}
.offer-inner h3{font-size: calc(17.4px * 1.35);
  line-height: 1.18;}
.offer-inner span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(17.4px * .875);
  line-height: 1.45;}
@media (max-width: 880px) {.offer-inner .steady-list{ min-height: 20rem; flex-basis: 100%; }.offer-inner .primary-steps{ flex-basis: 100%; }
}
.plain-headline{--field-main:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.plain-headline .open-method{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.39rem * 1.5);align-items:flex-start;justify-content:space-between;}
.plain-headline .page-links{flex:1 1 34rem;min-width:0;}
.plain-headline .service-intro{flex:0 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.plain-headline h1,.plain-headline h2,.plain-headline h3,.plain-headline p{margin:0;}
.plain-headline h2{font-size:calc(17.4px * 2);line-height:1.14;margin-top:calc(1.5rem * .75);}
.plain-headline p{font-size:17.4px;line-height:1.64;}
.plain-headline .team-visual{font-size:calc(17.4px * 1.125);}
.plain-headline .top-note{margin-top:calc(1.5rem * .75);}
.plain-headline .page-section{font-size:calc(17.4px * .875);}
.plain-headline a{color:#0F5FA8;text-decoration:none;}
.plain-headline a:hover{color:inherit;}
.plain-headline .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;font-size:17.4px;transition:background 310ms var(--motion-soft);}
.plain-headline .content-section:hover{background:#0B4A85;color:#FFFFFF;}
.plain-headline .page-section a{text-decoration:underline;}
@media (max-width:720px){.plain-headline .open-method{flex-direction:column;}.plain-headline .service-intro{flex:1 1 auto;width:100%;}
}
.team-frame{--field-main:calc(1.5rem * 1.35);--type-heading:calc(1300px / 3.66);padding:calc(1.5rem * 2.4) 2.69rem;background:#F2B01E;color:#1A1206;}
.team-frame .open-method{max-width:1300px;margin:0 auto;}
.team-frame h2,.team-frame p{margin:0;}
.team-frame h2{font-size:calc(17.4px * 2);line-height:1.12;}
.team-frame p{font-size:17.4px;line-height:1.64;}
.team-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.team-frame img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.team-frame .team-visual{margin-top:1.5rem;}
.team-frame .clear-actions{display:flex;flex-direction:column;gap:var(--field-main);margin-top:var(--field-main);}
.team-frame .service-shell{min-width:0;}
.team-frame .wide-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.39rem;}
.team-frame .wide-tile>.page-links{flex:1 1 calc(1300px / 3);min-width:0;}
.team-frame .wide-tile>.clear-actions{flex:2 1 calc(1300px / 2);margin-top:0;}
.team-frame .wide-tile>img{margin-left:auto;max-width:var(--type-heading);}
.team-frame .service-intro{margin-top:calc(1.39rem * 1.5);font-size:calc(17.4px * .875);}
.strong-steps{
    background: var(--surface-main);
    color: var(--tone-base);
    padding: calc(1.5rem * 2.4) 2.69rem;
}
.strong-steps .c{max-width: 1300px;
    margin: 0 auto;
    display: grid;
    gap: 2.69rem;}
@media (min-width: 1024px) {.strong-steps .c{
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: start;
    }
}
.strong-steps .quiet-feature{margin-bottom: 1.5rem;
    border-bottom: 1px solid #D6E1EC;
    padding-bottom: calc(1.39rem * 1.5);}
.strong-steps h1{font-size: calc(17.4px * 2.65);
    line-height: 1.2;
    margin: 0 0 0.75rem;}
.strong-steps .fresh-frame{font-size: calc(17.4px * 1.125);
    margin: 0 0 1rem;
    line-height: 1.5;}
.strong-steps .open-summary{display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: calc(17.4px * .875);}
.strong-steps .bottom-flow{line-height: 1.64;}
.strong-steps .bottom-flow p{margin: 0 0 1.15rem;}
.strong-steps .bottom-flow h2{font-size: calc(17.4px * 1.35);
    margin: 2rem 0 0.85rem;
    line-height: 1.3;}
.strong-steps .service-intro{display: flex;
    flex-wrap: wrap;
    gap: 1.39rem;
    margin-top: calc(1.39rem * 1.5);
    padding-top: calc(1.39rem * 1.5);
    border-top: 1px solid #D6E1EC;}
.strong-steps .service-intro a{text-decoration: none;
    font-size: calc(17.4px * .875);
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: color 310ms var(--motion-soft), border-color 310ms var(--motion-soft);}
.strong-steps .service-intro a:hover{border-bottom-color: #F2B01E;}
.strong-steps .page-headline{
    background: #FFFFFF;
    color: #0E1F31;
    border: 1px solid #D6E1EC;
    padding: calc(1.5rem * .75);
    border-radius: 0.81rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.strong-steps .page-headline h3{margin: 0 0 calc(1.39rem * 1.5);
    font-size: 17.4px;
    line-height: 1.35;}
.strong-steps .compact-frame{display: flex;
    flex-direction: column;
    gap: 1.39rem;}
.strong-steps .page-headline a{text-decoration: none;
    font-size: calc(17.4px * .875);
    line-height: 1.45;
    display: block;
    transition: color 310ms var(--motion-soft);}
.strong-steps .page-headline a:hover{text-decoration: underline;}
.narrow-figure{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page);}
.narrow-figure .open-method{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.narrow-figure .plain-note{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.narrow-figure .plain-note h2{margin:0;font-size:calc(17.4px * 2);line-height:1.2;}
.narrow-figure .plain-note p{margin:0;font-size:17.4px;line-height:1.64;}
.narrow-figure .site-unit{display:flex;flex-direction:column;border-top:1px solid #D6E1EC;}
.narrow-figure .site-unit article{display:grid;grid-template-columns:minmax(180px,0.7fr) 1.3fr;gap:1.39rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6E1EC;}
.narrow-figure .site-unit article:last-child{border-bottom:0;}
.narrow-figure .site-unit h3{margin:0;font-size:calc(17.4px * 1.125);line-height:1.3;}
.narrow-figure .site-unit p{margin:0;font-size:17.4px;line-height:1.64;}
.narrow-figure .service-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.39rem * 1.5);border-top:1px solid #D6E1EC;}
.narrow-figure .service-intro p{margin:0;font-size:17.4px;line-height:1.64;}
.narrow-figure .service-intro .local-headline{display:flex;flex-wrap:wrap;gap:1.39rem;}
.narrow-figure .service-intro a{color:#0F5FA8;text-decoration:none;border-bottom:1px solid #0F5FA8;padding-bottom:2px;transition:color 310ms var(--motion-soft),border-color 310ms var(--motion-soft);}
.narrow-figure .service-intro a:hover{color:inherit;border-color:#F2B01E;}
@media (max-width:700px){.narrow-figure .site-unit article{grid-template-columns:1fr;gap:calc(1.39rem / 2);}
    }
.fresh-callout{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page)}
.fresh-callout .open-method{max-width:1300px;margin:0 auto}
.fresh-callout .visual-actions{display:flex;gap:calc(1.39rem * 1.5);align-items:flex-start}
.fresh-callout .plain-note{flex:1 1 30rem;min-width:0}
.fresh-callout .plain-note h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 2);line-height:1.1}
.fresh-callout .plain-note .team-visual{margin:0;font-size:17.4px;line-height:1.64}
.fresh-callout .bottom-flow{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-callout .main-view{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #D6E1EC}
.fresh-callout .main-view:last-of-type{border-bottom:0;padding-bottom:0}
.fresh-callout .main-view h3{margin:0 0 calc(calc(1.5rem * .75)*.4);font-size:calc(17.4px * 1.125);line-height:1.2}
.fresh-callout .main-view p{margin:0;font-size:17.4px;line-height:1.64}
.fresh-callout .public-rail{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.39rem * 1.5)}
.fresh-callout .public-rail a{border-radius:0.49rem;background:#F2B01E;color:#1A1206;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.4px * .875);transition:background 310ms var(--motion-soft)}
.fresh-callout .public-rail a:hover{background:#D99A0C;color:#0E1F31;}
@media(max-width:760px){.fresh-callout .visual-actions{display:block}.fresh-callout .bottom-flow{margin-top:calc(1.39rem * 1.5)}.fresh-callout .plain-note h2{font-size:calc(17.4px * 1.35)}}
.soft-rail{
    padding:calc(1.5rem * 2.4) 2.69rem;
    background:var(--ink-soft);
    color:var(--line-page);
}
.soft-rail .open-region{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.39rem * 1.5);}
.soft-rail .text-surface{display:flex;
    align-items:center;
    gap:1.39rem;}
.soft-rail .top-details{width:72px;
    height:72px;
    border-radius:0.81rem;
    object-fit:cover;
    flex:0 0 auto;
    border:1px solid #D6E1EC;}
.soft-rail .id{display:flex;
    flex-direction:column;
    gap:2px;}
.soft-rail .local-region{margin:0;
    font-size:calc(17.4px * 1.35);
    line-height:1.25;}
.soft-rail .local-footer{margin:0;
    font-size:calc(17.4px * .875);
    opacity:0.85;}
.soft-rail .primary-proof{margin:0;
    font-size:17.4px;
    line-height:1.64;}
.soft-rail .contact-fields{margin:0;
    font-size:calc(17.4px * .875);
    line-height:1.64;}
.soft-rail .contact-fields a{color:#0F5FA8;
    text-decoration:underline;
    text-underline-offset:2px;}
.soft-rail .contact-fields a:hover{color:inherit;}
@media (max-width:600px){.soft-rail .text-surface{
        flex-direction:column;
        align-items:flex-start;
    }
}
.text-header{
    background:var(--surface-main);
    color:var(--tone-base);
    padding:calc(1.5rem * 2.4) 2.69rem;
}
.text-header .c{max-width:1300px;
    margin:0 auto;
    display:grid;
    gap:2.69rem;}
@media (min-width:1024px){.text-header .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.text-header .active-menu{display:flex;
    flex-direction:column;
    gap:calc(1.39rem * 1.5);}
.text-header .quiet-feature h1{font-size:calc(17.4px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.text-header .quiet-section{font-size:calc(17.4px * 1.125);
    margin:0 0 0.9rem;}
.text-header .open-summary{display:flex;
    flex-wrap:wrap;
    gap:1.39rem;
    font-size:calc(17.4px * .875);}
.text-header .top-unit{margin:0;
    border-radius:0.81rem;
    overflow:hidden;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.text-header .top-unit img{display:block;
    width:100%;
    height:auto;}
.text-header .bottom-flow{display:flex;
    flex-direction:column;
    gap:calc(1.39rem * 1.5);
    line-height:1.64;}
.text-header .bottom-flow h2{font-size:calc(17.4px * 1.35);
    margin:0;}
.text-header .bottom-flow p{margin:0;}
.text-header .service-intro{display:flex;
    flex-wrap:wrap;
    gap:1.39rem;
    padding-top:calc(1.39rem * 1.5);
    border-top:1px solid #D6E1EC;}
.text-header .service-intro a{font-size:calc(17.4px * .875);
    text-decoration:none;}
.text-header .service-intro a:hover{text-decoration:underline;}
.text-header .page-headline{
    background:#FFFFFF;
    color:#0E1F31;
    border:1px solid #D6E1EC;
    border-radius:0.81rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    align-self:start;
}
.text-header .page-headline h3{font-size:17.4px;
    margin:0 0 calc(1.39rem * 1.5);}
.text-header .compact-frame{display:flex;
    flex-direction:column;
    gap:1.39rem;}
.text-header .compact-frame .service-shell a{text-decoration:none;
    font-size:calc(17.4px * .875);
    line-height:1.5;}
.text-header .compact-frame .service-shell a:hover{text-decoration:underline;}
.bottom-content{
    padding:calc(1.5rem * 2.4) 2.69rem;
    background:var(--ink-soft);
    color:var(--line-page);
}
.bottom-content .open-method{max-width:1300px;
    margin:0 auto;}
.bottom-content .plain-note{margin-bottom:calc(1.39rem * 1.5);
    padding-bottom:calc(1.39rem * 1.5);
    border-bottom:1px solid #D6E1EC;}
.bottom-content .plain-note h2{margin:0;
    font-size:calc(17.4px * 2);
    line-height:1.2;}
.bottom-content .plain-note p{margin:calc(1.5rem * .75) 0 0;
    font-size:17.4px;
    line-height:1.64;}
.bottom-content .bottom-footer{display:flex;
    flex-direction:column;
    gap:1.39rem;}
.bottom-content .local-headline{display:grid;
    grid-template-columns:minmax(220px,0.7fr) 1.3fr;
    gap:calc(1.5rem * .75);
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid #D6E1EC;}
.bottom-content .local-headline:last-child{border-bottom:0;}
.bottom-content .local-headline h3{margin:0;
    font-size:calc(17.4px * 1.125);
    line-height:1.3;}
.bottom-content .local-headline p{margin:0;
    font-size:17.4px;
    line-height:1.64;}
.bottom-content .local-headline a{color:#0F5FA8;
    text-decoration:underline;
    text-underline-offset:3px;}
.bottom-content .local-headline a:hover{color:inherit;}
.bottom-content .service-intro{margin-top:calc(1.39rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:1.39rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D6E1EC;}
.bottom-content .service-intro a{
    display:inline-block;
    padding:0.55rem 1.1rem;
    border-radius:0.49rem;
    background:var(--surface-soft);
    color:#FFFFFF;
    font-size:calc(17.4px * .875);
    text-decoration:none;
    transition:background 310ms var(--motion-soft);
}
.bottom-content .service-intro a:hover{
    background:#0B4A85;color:#0E1F31;}
.bottom-content .service-intro a + a{
    background:#FFFFFF;
    color:#0E1F31;
    border:1px solid #D6E1EC;
}
.bottom-content .service-intro a + a:hover{
    background:var(--ink-soft);color:var(--line-page);}
@media (max-width:700px){.bottom-content .local-headline{
        grid-template-columns:1fr;
        gap:0.5rem;
    }.bottom-content .service-intro{
        flex-direction:column;
        align-items:flex-start;
    }
}
.contact-header{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page)}
.contact-header .open-method{max-width:1300px;margin:0 auto}
.contact-header .active-body{display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);align-items:flex-start}
.contact-header h2{margin:0;font-size:calc(17.4px * 2);line-height:1.08}
.contact-header .team-visual{margin:0;font-size:17.4px;line-height:1.64}
.contact-header .page-region{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid #D6E1EC}
.contact-header .service-shell{display:flex;flex-wrap:wrap;gap:1.39rem;padding:1.5rem 0;border-bottom:1px solid #D6E1EC}
.contact-header .service-shell p{margin:0;flex:0 0 15rem;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:0.04em}
.contact-header .service-shell strong{flex:1 1 22rem;min-width:0;font-size:17.4px;font-weight:400;line-height:1.64}
.contact-header .active-body>a{align-self:flex-start;border-radius:0.29rem;background:var(--surface-soft);color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 310ms var(--motion-soft)}
.contact-header .active-body>a:hover{background:#0B4A85;color:#0E1F31;}
@media(max-width:680px){.contact-header .service-shell p{flex:1 1 100%}.contact-header .service-shell strong{flex:1 1 100%}}
.clear-content{
    padding:calc(1.5rem * 2.4) 2.69rem;
    background:var(--ink-soft);
    color:var(--line-page);
}
.clear-content .open-region{max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.39rem * 1.5);
    align-items:flex-start;}
.clear-content .team-visual{flex:1 1 260px;
    min-width:220px;}
.clear-content .open-area{margin:0 0 6px;
    font-size:calc(17.4px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.clear-content .local-region{margin:0 0 4px;
    font-size:calc(17.4px * 1.35);
    line-height:1.2;}
.clear-content .local-footer{margin:0;
    font-size:17.4px;
    opacity:0.85;}
.clear-content .bottom-stack{flex:2 1 420px;
    min-width:260px;}
.clear-content .primary-proof{margin:0 0 calc(1.39rem * 1.5);
    font-size:17.4px;
    line-height:1.64;}
.clear-content .primary-proof:last-child{margin-bottom:0;}
.clear-content .contact-fields{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid #D6E1EC;
    display:flex;
    flex-wrap:wrap;
    gap:1.39rem;}
.clear-content .local-headline{display:flex;
    flex-direction:column;
    gap:2px;
    font-size:calc(17.4px * .875);
    min-width:180px;}
.clear-content .box{text-transform:uppercase;
    letter-spacing:0.05em;
    opacity:0.7;}
.clear-content .open-section{color:inherit;}
.clear-content a{color:#0F5FA8;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 310ms var(--motion-soft),border-color 310ms var(--motion-soft);}
.clear-content a:hover{color:inherit;
    border-bottom-color:#F2B01E;}
.clear-content .top-note{flex:1 1 100%;
    margin:0;
    font-size:calc(17.4px * .875);
    opacity:0.8;}
@media (max-width:640px){.clear-content .open-region{
        flex-direction:column;
    }.clear-content .local-headline{
        min-width:0;
    }
}
.offer-visual{
    padding: calc(1.5rem * 2.4) 2.69rem;
    background: var(--surface-main);
    color: var(--tone-base);
}
.offer-visual .open-region{max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.39rem * 1.5);}
.offer-visual .bottom-intro{border-radius: 0.81rem;
    overflow: hidden;
    border: 1px solid #D6E1EC;}
.offer-visual .bottom-intro img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.offer-visual .bottom-flow{display: flex;
    flex-direction: column;
    gap: calc(1.39rem * 1.5);}
.offer-visual .steady-method{margin: 0;
    font-size: calc(17.4px * 2.65);
    line-height: 1.2;}
.offer-visual .open-summary{
    margin: 0;
    font-size: calc(17.4px * .875);
    color: var(--line-page);
    background: var(--ink-soft);
    padding: 0.5rem 0.9rem;
    border-radius: 0.29rem;
    align-self: flex-start;
}
.offer-visual .simple-panel{margin: 0;
    font-size: calc(17.4px * 1.125);
    line-height: 1.64;}
.offer-visual .bottom-flow p{margin: 0;
    font-size: 17.4px;
    line-height: 1.64;}
.offer-visual .bottom-flow h2{margin: 0;
    font-size: calc(17.4px * 1.35);
    line-height: 1.3;}
.offer-visual .service-intro{margin-top: calc(1.5rem * .75);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #D6E1EC;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.offer-visual .service-intro p{font-size: calc(17.4px * .875);}
.offer-visual .service-intro a{text-decoration: none;
    font-size: 17.4px;
    border-bottom: 1px solid transparent;
    transition: color 310ms var(--motion-soft), border-color 310ms var(--motion-soft);}
.offer-visual .service-intro a:hover{border-bottom-color: #F2B01E;}
@media (max-width: 720px) {.offer-visual .bottom-intro img{
        height: 220px;
    }
}
.site-stack{
        padding:calc(1.5rem * 2.4) 2.69rem;
        background:var(--ink-soft);
        color:var(--line-page);
    }
.site-stack .open-method{max-width:1300px;
        margin:0 auto;}
.site-stack .plain-note{margin-bottom:calc(1.39rem * 1.5);}
.site-stack .plain-note h2{margin:0;
        font-size:calc(17.4px * 2);
        line-height:1.2;}
.site-stack .plain-note p{margin:calc(1.5rem * .75) 0 0;
        font-size:17.4px;
        line-height:1.64;}
.site-stack .strong-shell{display:grid;
        gap:1.39rem;
        grid-template-columns:repeat(var(--mark-soft,3),minmax(0,1fr));}
.site-stack .strong-shell article{
        border:1px solid #D6E1EC;
        border-radius:0.49rem;
        background:#FFFFFF;
        color:#0E1F31;
        padding:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
    }
.site-stack .strong-shell h3{margin:0 0 0.5rem;
        font-size:calc(17.4px * 1.125);}
.site-stack .strong-shell p{margin:0 0 calc(1.5rem * .75);
        font-size:calc(17.4px * .875);
        line-height:1.64;
        flex:1 1 auto;}
.site-stack .strong-shell a{text-decoration:none;
        font-weight:600;
        color:#0F5FA8;
        word-break:break-word;}
.site-stack .strong-shell a:hover{color:inherit;}
.site-stack .top-note{margin-top:calc(1.39rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #D6E1EC;}
.site-stack .top-note p{margin:0 0 0.6rem;
        font-size:calc(17.4px * .875);
        line-height:1.64;}
.site-stack .top-note p:last-child{margin-bottom:0;}
.site-stack .top-note a{color:#0F5FA8;
        text-decoration:none;
        font-weight:600;}
.site-stack .top-note a:hover{color:inherit;}
@media (max-width: 900px){.site-stack .strong-shell{
            grid-template-columns:1fr 1fr;
        }
    }
@media (max-width: 640px){.site-stack .strong-shell{
            grid-template-columns:1fr;
        }
    }
.media-lead{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page)}
.media-lead .open-method{max-width:1300px;margin:0 auto}
.media-lead .active-body{display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);align-items:flex-start}
.media-lead h2{margin:0;font-size:calc(17.4px * 2);line-height:1.12}
.media-lead .team-visual{margin:0;font-size:17.4px;line-height:1.64}
.media-lead .page-region{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid #D6E1EC}
.media-lead .service-shell{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6E1EC}
.media-lead .service-shell p{margin:0;flex:0 0 14rem;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:.04em}
.media-lead .service-shell strong{flex:1 1 22rem;min-width:0;font-size:17.4px;font-weight:400;line-height:1.64}
.media-lead .active-body>a{align-self:flex-start;border-radius:0.29rem;background:var(--surface-soft);color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.media-lead .active-body>a:hover{background:#0B4A85;color:#0E1F31;}
@media(max-width:680px){.media-lead .service-shell p{flex:1 1 100%}.media-lead .service-shell strong{flex:1 1 100%}.media-lead h2{font-size:calc(17.4px * 1.35)}
}
.narrow-area{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.narrow-area .open-region{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.39rem * 1.5);}
.narrow-area .bottom-footer{display:flex;align-items:center;gap:1.39rem;flex-wrap:wrap;}
.narrow-area .top-details{width:96px;height:96px;border-radius:0.81rem;object-fit:cover;flex:0 0 auto;border:1px solid #D6E1EC;}
.narrow-area .compact-header{display:flex;flex-direction:column;gap:2px;}
.narrow-area .local-region{margin:0;font-size:calc(17.4px * 1.35);line-height:1.25;}
.narrow-area .local-footer{margin:0;font-size:calc(17.4px * .875);color:var(--line-page);}
.narrow-area .primary-proof{margin:0;font-size:17.4px;line-height:1.64;}
.narrow-area .local-headline{display:flex;flex-wrap:wrap;gap:1.39rem;align-items:center;padding-top:calc(1.5rem * .75);border-top:1px solid #D6E1EC;}
.narrow-area .active-feature,.narrow-area .contact-service{font-size:17.4px;text-decoration:none;color:#0F5FA8;}
.narrow-area .active-feature:hover,.narrow-area .contact-service:hover{color:inherit;}
.narrow-area .top-note{margin:0;font-size:calc(17.4px * .875);color:var(--line-page);}
@media (max-width:640px){.narrow-area .top-details{width:72px;height:72px;}
}
.public-view{background:var(--surface-main);color:var(--tone-base);padding:calc(1.5rem * 2.4) 2.69rem}
.public-view .open-method{max-width:min(1300px,64rem);margin:0 auto}
.public-view .steady-steps{display:flex;flex-direction:column;gap:calc(1.39rem * 1.5)}
.public-view .team-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-view .top-note{margin:0;color:var(--line-page);font-size:calc(17.4px * .875);line-height:1.64}
.public-view h2{margin:0;font-size:clamp(calc(17.4px * 2),5vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.public-view .page-links{margin:0;line-height:1.64}
.public-view .compact-footer{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6E1EC;border-bottom:1px solid #D6E1EC}
.public-view .main-view{display:flex;flex-wrap:wrap;gap:1.39rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6E1EC}
.public-view .main-view:last-child{border-bottom:0}
.public-view .site-content{flex:0 0 12rem;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:0.04em;color:var(--line-page)}
.public-view .open-section{flex:1 1 16rem;line-height:1.64}
.public-view .wide-body{color:#0F5FA8;text-decoration:none;border-bottom:1px solid #0F5FA8}
.public-view .wide-body:hover{color:inherit;border-bottom-color:#F2B01E}
.public-view .page-story{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.81rem;box-shadow:0 2px 6px rgba(0,0,0,0.15)}
.public-view .plain-group{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.public-view .plain-group a{padding:calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);border-radius:0.29rem;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;text-decoration:none;font-size:calc(17.4px * .875);transition:background 310ms var(--motion-soft),color 310ms var(--motion-soft)}
.public-view .plain-group a:hover{background:var(--ink-soft);color:var(--line-page)}
.public-view .plain-group .active-section{background:var(--surface-soft);color:#FFFFFF;border-color:var(--surface-soft)}
.public-view .plain-group .active-section:hover{background:#0B4A85;color:#FFFFFF}
.public-view .local-callout{margin:0;padding:calc(1.5rem * .75);background:var(--ink-soft);color:var(--line-page);border-radius:0.49rem;line-height:1.64}
@media (max-width:640px){.public-view .site-content{flex:1 1 100%}
}
.offer-footer{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--ink-soft);color:var(--line-page)}
.offer-footer .direct-unit{max-width:1300px;margin:0 auto}
.offer-footer .compact-method{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.39rem;align-items:flex-end;margin-bottom:calc(1.39rem * 1.5);padding-bottom:calc(1.39rem * 1.5);border-bottom:1px solid #D6E1EC}
.offer-footer h2{margin:0;font-size:calc(17.4px * 2);line-height:1.1;max-width:18ch}
.offer-footer .compact-method p{margin:0;flex:1 1 22rem;font-size:17.4px;line-height:1.64}
.offer-footer .layer{display:grid;grid-template-columns:minmax(16rem,.42fr) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start}
.offer-footer .strong-team{display:flex;flex-direction:column;gap:0;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;border-radius:0.81rem;overflow:hidden}
.offer-footer .local-headline{padding:calc(1.5rem * .75);border-bottom:1px solid #D6E1EC}
.offer-footer .local-headline:last-child{border-bottom:0}
.offer-footer .local-headline span{display:block;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.7}
.offer-footer .local-headline strong{display:block;margin-top:.4rem;font-weight:600;line-height:1.45}
.offer-footer .local-headline a{text-decoration:none;border-bottom:1px solid currentColor}
.offer-footer .local-headline a:hover{}
.offer-footer .clear-headline{min-height:34rem;border-radius:1.03rem;overflow:hidden;border:1px solid #D6E1EC;background:#FFFFFF;color:#0E1F31;}
.offer-footer iframe{display:block;width:100%;height:100%;min-height:34rem;border:0}
@media (max-width: 860px){.offer-footer .compact-method{display:block}.offer-footer .compact-method p{margin-top:1.5rem}.offer-footer .layer{grid-template-columns:1fr}.offer-footer .clear-headline,.offer-footer iframe{min-height:22rem}
}
.text{padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base)}
.text .open-method{max-width:1300px;margin:0 auto}
.text .steady-steps{display:flex;gap:calc(1.39rem * 1.5);align-items:flex-start}
.text .top-entries{flex:0 1 32rem;min-width:0}
.text h2{margin:0;font-size:calc(17.4px * 2);line-height:1.14}
.text .top-entries p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.64}
.text ul{list-style:none;margin:calc(1.39rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text li{padding:calc(1.5rem * .75) 0;line-height:1.64}
.text li+li{border-top:1px solid #D6E1EC}
.text .soft-items{flex:1 1 34rem;min-width:0;background:#FFFFFF;color:#0E1F31;border:1px solid #D6E1EC;border-radius:0.81rem;padding:1.39rem;box-shadow:0 2px 6px rgba(0,0,0,0.15)}
.text .text-area{display:flex;flex-wrap:wrap;gap:1.5rem}
.text .text-area label{flex:1 1 16rem;min-width:0}
.text label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.4px * .875)}
.text input,.text textarea{width:100%;max-width:100%;border:1px solid #D6E1EC;border-radius:0.29rem;background:#FFFFFF;color:#0E1F31;font:inherit;padding:calc(1.5rem * .75);outline:none}
.text input::placeholder,.text textarea::placeholder{color:rgba(255,255,255,0.55)}
.text input:focus,.text textarea:focus{border-color:#3E8FD6}
.text .media-grid{display:block;margin-top:1.5rem}
.text textarea{resize:vertical}
.text button{margin-top:1.5rem;border:0;border-radius:0.29rem;background:var(--surface-soft);color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 310ms var(--motion-soft)}
.text button:hover{background:#0B4A85;color:#0E1F31;}
.text .top-note{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.4px * .875);line-height:1.64}
@media(max-width:840px){.text .steady-steps{display:block}.text .soft-items{margin-top:calc(1.39rem * 1.5);padding:1.5rem}.text .text-area{display:block}.text .text-area label+label{margin-top:1.5rem}}
.contact-frame{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: var(--surface-soft);
  color: #FFFFFF;
}
.contact-frame .open-method{display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: calc(1.39rem * 1.5) 1.39rem;
  max-width: 1300px;
  margin: 0 auto;}
.contact-frame .team-visual{grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-frame h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.06;}
.contact-frame .quiet-fields{margin: 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.64;}
.contact-frame .bottom-footer{grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.contact-frame .main-note,
.contact-frame .clear-panel{display: block;
  padding: calc(1.5rem * .75) 0;
  color: inherit;
  text-decoration: none;
  animation: contactCatalogRise calc(310ms * 2.6) var(--motion-soft) both;}
.contact-frame .clear-panel{animation-delay: calc(310ms * .4);}
.contact-frame .secondary-plan{grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.contact-frame span{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(17.4px * .875);
  opacity: .72;}
.contact-frame strong{font-size: calc(17.4px * 1.35);
  overflow-wrap: anywhere;}
.contact-frame .public-unit p,
.contact-frame .public-area p{margin: 0;
  line-height: 1.64;}
.contact-frame .compact-footer{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.39rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 38%, transparent);}
.contact-frame .compact-footer a{flex: 1 1 240px;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.64;}
.contact-frame .compact-footer a span{display: block;
  margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.4px * .875);
  opacity: .72;}
@keyframes contactCatalogRise {from{ opacity: 0; transform: translateY(calc(calc(1.39rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {.contact-frame .open-method{
    display: block;
  }.contact-frame .bottom-footer,
  .contact-frame .secondary-plan,
  .contact-frame .compact-footer{
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {.contact-frame .main-note,
  .contact-frame .clear-panel{ animation: none; }
}
.offer-flow{padding:calc(1.5rem * 2.4) 2.69rem;background:#0E1F31;color:#F2F6FA}
.offer-flow .plain-section{max-width:min(1300px,64rem);margin:0 auto}
.offer-flow h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08}
.offer-flow .top-note{margin:1.5rem 0 calc(1.39rem * 1.5);font-size:calc(17.4px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.offer-flow .soft-wrap{padding:calc(1.5rem * .75) 0 1.39rem;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.offer-flow .soft-wrap:last-of-type{border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.offer-flow h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.22}
.offer-flow .soft-wrap p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.offer-flow > .plain-section > .top-note:last-child{margin-top:calc(1.39rem * 1.5);font-size:calc(17.4px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
.contact-plan{padding:calc(1.5rem * 2.4) 2.69rem;background:#0E1F31;color:#F2F6FA}
.contact-plan .page-links{max-width:min(1300px,60rem);margin:0 auto}
.contact-plan h2{margin:0 0 1.5rem;font-size:calc(17.4px * 2);line-height:1.15}
.contact-plan .strong-fields{margin:0 0 calc(1.39rem * 1.5);font-size:calc(17.4px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 74%,transparent)}
.contact-plan .open-list{margin:0 0 1.39rem;padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.contact-plan .open-list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.contact-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.25}
.contact-plan .open-list p{margin:0;line-height:1.62;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.contact-plan h2{font-size:calc(17.4px * 1.35)}.contact-plan .strong-fields{font-size:17.4px}
}
.local-grid{
  padding: calc(1.5rem * 2.4) 2.69rem;
  background: var(--ink-soft);
  color: var(--line-page);
}
.local-grid .open-method{max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  grid-template-areas:
    "panel details"
    "route route";
  gap: 1.39rem;
  align-items: start;}
.local-grid .strong-team{
  grid-area: panel;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #0E1F31;
  color: #F2F6FA;
}
.local-grid .strong-team span{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.29rem;
  background: #F2B01E;
  color: #1A1206;
  font-size: calc(17.4px * .875);
  letter-spacing: 0.02em;
}
.local-grid .strong-team h2{margin: calc(1.39rem * 1.5) 0 0;
  font-size: calc(17.4px * 2);
  line-height: 1.12;}
.local-grid .strong-team p{margin: calc(1.39rem * 1.5) 0 0;
  font-size: 17.4px;
  line-height: 1.64;}
.local-grid .active-summary{grid-area: details;
  display: flex;
  flex-direction: column;
  gap: calc(1.39rem * 1.5);}
.local-grid .active-summary div{
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #0E1F31;
  border: 1px solid #D6E1EC;
}
.local-grid .active-summary strong{display: block;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.local-grid .active-summary p{margin: calc(1.39rem * 1.5) 0 0;
  font-size: 17.4px;
  line-height: 1.64;}
.local-grid .active-summary a{text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 310ms var(--motion-soft), border-color 310ms var(--motion-soft);}
.local-grid .active-summary a:hover{border-bottom-color: #F2B01E;}
.local-grid .service-intro{grid-area: route;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.39rem * 1.5);
  padding-top: calc(1.39rem * 1.5);
  border-top: 1px solid #D6E1EC;}
.local-grid .service-intro a{
  color: #0F5FA8;
  font-size: calc(17.4px * .875);
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 0.29rem;
  background: #FFFFFF;
  border: 1px solid #D6E1EC;
  transition: background 310ms var(--motion-soft), color 310ms var(--motion-soft);
}
.local-grid .service-intro a:hover{
  background: var(--surface-soft);
  color: #FFFFFF;
  border-color: var(--surface-soft);
}
@media (max-width: 820px) {.local-grid .open-method{
    grid-template-columns: 1fr;
    grid-template-areas:
      "panel"
      "details"
      "route";
  }
}
.offer-grid{--field-main:calc(1.5rem * 1.29);--state-control:calc(1300px / 2.40);padding:calc(1.5rem * 2.4) 2.69rem;background:var(--surface-main);color:var(--tone-base);}
.offer-grid .open-method{max-width:1300px;margin:0 auto;}
.offer-grid h1,.offer-grid h2,.offer-grid h3,.offer-grid p{margin:0;}
.offer-grid h2{font-size:calc(17.4px * 2);line-height:1.12;}
.offer-grid p{font-size:17.4px;line-height:1.64;}
.offer-grid a{color:#0F5FA8;text-decoration:none;}
.offer-grid a:hover{color:inherit;}
.offer-grid .content-section{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.29rem;background:var(--surface-soft);color:#FFFFFF;}
.offer-grid .content-section:hover{background:#0B4A85;color:#FFFFFF;}
.offer-grid .featured-media>h2,.offer-grid .featured-media>p,.offer-grid .featured-media>.content-section{margin-top:1.5rem;}
.offer-grid .team-visual{max-width:var(--state-control);}
.offer-grid .top-note{max-width:var(--state-control);color:var(--line-page);}
.offer-grid .service-intro{margin-top:var(--field-main);font-size:calc(17.4px * .875);color:var(--line-page);}
.offer-grid .service-intro a{color:#0F5FA8;}
.visual-story{background:var(--surface-soft);color:#FFFFFF}
.visual-story .steady-method{max-width:1300px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.69rem}
.visual-story h1{max-width:16ch;margin:0;font-size:calc(17.4px * 2.65);line-height:1.05;letter-spacing:-.01em}
.visual-story .media-contact{background:#0E1F31;color:#F2F6FA}
.visual-story .open-region{max-width:1300px;margin:0 auto;padding:1.5rem 2.69rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.39rem;flex-wrap:wrap}
.visual-story p{margin:0;flex:1 1 22rem;font-size:calc(17.4px * 1.125);line-height:1.64}
.visual-story .service-intro{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.5);flex:0 1 auto}
.visual-story .service-intro a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.22em;transition:color 310ms var(--motion-soft),transform 310ms var(--motion-soft)}
.visual-story .service-intro a:hover{transform:translateX(calc(calc(1.5rem * .75)*.3))}
.visual-story .service-intro .go{font-weight:600}
@media(max-width:620px){.visual-story .open-region{display:block}.visual-story .service-intro{margin-top:1.5rem}
}
