html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
.fresh-feature {
    width: 100%;
    background: #F7F9FD;
    color: #0B1A33;
    border-bottom: 1px solid #D6DFEE;
  }
:root {
  --ease-nav: cubic-bezier(0.22,1,0.36,1);
  --paint-strong: #22314A;
  --surface-cool: #EEF3FB;
}
.service-method {
    max-width: 1260px;
    margin: 0 auto;
    padding: calc(1.37rem * 1.5) 1.94rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.37rem * 1.5);
  }
.media-steps {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.simple-block {
    font-size: calc(16.4px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: inherit;
    line-height: 1.1;
  }
.simple-block:hover {
    color: #FF6A00;
  }
.nav-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #D6DFEE;
    padding-top: calc(1.37rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.37rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: calc(16.4px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid transparent;
    transition: border-color 500ms var(--ease-nav), color 500ms var(--ease-nav);
  }
.nav-list a:hover {
    color: #FF6A00;
    border-bottom-color: #FF6A00;
  }
.focused-entries {
    display: none;
    width: 44px;
    height: 40px;
    padding: 8px;
    background: transparent;
    color: #0B1A33;
    border: 1px solid #D6DFEE;
    border-radius: 0.26rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.focused-entries:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#0B1A33;}
.secondary-footer {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .service-method {
      gap: 1.5rem;
      padding: 1.5rem 1.94rem;
    }

    .nav-row {
      border-top: none;
      padding-top: 0;
      justify-content: flex-start;
      position: relative;
    }

    .focused-entries {
      display: flex;
    }

    .nav-list {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 0;
      margin-top: 1.5rem;
      border-top: 1px solid #D6DFEE;
      padding-top: 1.5rem;
    }

    .nav-list.is-open {
      display: flex;
    }

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid #D6DFEE;
    }

    .nav-list a:hover {
      border-bottom-color: #FF6A00;
    }
  }
.plain-note{padding:calc(1.5rem * 2.4) 1.94rem;font-family:"Merriweather", sans-serif;font-size:16.4px;line-height:1.61;background:#0B1A33;color:#F2F5FA;}
.top-frame{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.direct-plan{display:grid;grid-template-columns:minmax(220px, 1fr) 3fr;gap:calc(1.37rem * 1.5);align-items:start}
.featured-story{display:flex;flex-direction:column;gap:1.5rem;max-width:32ch}
.team-callout{font-size:calc(16.4px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.clear-panel{margin:0;font-size:calc(16.4px * .875);opacity:0.85}
.site-benefit{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.37rem}
.clear-actions{font-size:calc(16.4px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem 0;opacity:0.75}
.secondary-quote ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.secondary-quote a{color:inherit;text-decoration:none;font-size:calc(16.4px * .875);border-bottom:1px solid transparent;transition:border-color 500ms var(--ease-nav)}
.secondary-quote a:hover,
  .secondary-quote a:focus-visible{border-bottom-color:currentColor;color:inherit}
.featured-summary{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.37rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.narrow-service{display:flex;flex-direction:column;gap:0.35rem}
.narrow-service p{margin:0;font-size:calc(16.4px * .875)}
.page-copy{font-weight:700;margin-right:0.35rem}
.featured-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.featured-summary a:hover,
  .featured-summary a:focus-visible{text-decoration-thickness:2px;color:inherit}
.strong-form{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.37rem * 1.5)}
.strong-form p{margin:0;font-size:calc(16.4px * .875);line-height:1.55;opacity:0.85;max-width:90ch}
.strong-form a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.active-section{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:1.5rem}
.active-section p{margin:0;font-size:calc(16.4px * .875);opacity:0.7}
@media (max-width: 900px) {.direct-plan{grid-template-columns:1fr}.site-benefit{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.site-benefit{grid-template-columns:1fr}
  }
.cookies {
        position: fixed;
        left: 1.94rem;
        right: 1.94rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .public-plan {
        max-width: 1260px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 18px 32px rgba(0,0,0,0.22)
    }
.cookies .public-plan div {
        width: 50%;
    }
.cookies .public-plan > * {
        min-width: 0;
    }
.cookies .public-plan > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(16.4px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.61
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #0B5BFF;
        color: #FFFFFF
    }
@media (max-width: 760px) {
        .cookies .public-plan {
            display: block
        }

        .cookies .public-plan > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.local-menu{padding:clamp(3.8rem,9vw,7rem) 1.94rem;background:linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);color:#FFFFFF;overflow:hidden;}
.local-menu .steady-copy{max-width:1260px;margin:0 auto;display:flex;gap:1.37rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.local-menu .top-lead{order:calc(3 - 2);flex:1 1 32rem;min-width:0;}
.local-menu .top-lead h1{margin:0;font-size:clamp(2.3rem,4.8vw,4.2rem);line-height:1.04;letter-spacing:-0.01em;}
.local-menu .main-links{margin:1.1rem 0 0;max-width:44rem;font-size:16.4px;}
.local-menu .media-flow{margin-top:1.4rem;display:flex;gap:.75rem;flex-wrap:wrap;}
.local-menu .media-flow a{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;padding:0 1.05rem;border-radius:0.43rem;text-decoration:none;border:1px solid color-mix(in srgb, currentColor 22%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);transition:background 500ms var(--ease-nav);}
.local-menu .media-flow a:first-child{background:#FF6A00;color:#1A0E00;border-color:transparent;}
.local-menu .media-flow a:hover{background:color-mix(in srgb, currentColor 26%, transparent);}
.local-menu .media-flow a:first-child:hover{background:#E85C00;color:#0B1A33;}
.local-menu .quiet-flow{margin:1.1rem 0 0;font-size:calc(16.4px * .875);opacity:.85;}
.local-menu .quiet-flow a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.local-menu .quiet-flow a:hover{}
.local-menu .contact-menu{order:2;flex:0 1 min(28rem,34vw);min-width:0;align-self:stretch;}
.local-menu .contact-menu img{display:block;width:100%;height:100%;min-height:18rem;object-fit:cover;border-radius:1.2rem;box-shadow:0 8px 26px rgba(0,0,0,0.18);}
@media (max-width: 860px){.local-menu .contact-menu{width:min(32rem,100%);flex-basis:100%;}.local-menu .contact-menu img{min-height:14rem;}
    }
.open-visual{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong);}
.open-visual .steady-copy{max-width:960px;margin:0 auto;}
.open-visual .site-group{margin-bottom:calc(1.37rem * 1.5);}
.open-visual .site-group h2{margin:0;font-size:calc(16.4px * 2);line-height:1.2;}
.open-visual .site-group p{margin:calc(1.5rem * .75) 0 0;max-width:62ch;font-size:16.4px;}
.open-visual .plain-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6DFEE;}
.open-visual .plain-grid article{display:grid;grid-template-columns:minmax(180px,.7fr) 1.3fr;gap:1.37rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6DFEE;}
.open-visual .plain-grid h3{margin:0;font-size:16.4px;font-weight:700;}
.open-visual .plain-grid p{margin:0;font-size:calc(16.4px * .875);line-height:1.61;}
.open-visual .plain-grid a{color:#0B5BFF;text-decoration:underline;text-underline-offset:2px;}
.open-visual .plain-grid a:hover{color:inherit;}
.open-visual .quiet-flow{margin:calc(1.37rem * 1.5) 0 0;font-size:calc(16.4px * .875);}
.open-visual .quiet-flow a{color:#0B5BFF;text-decoration:underline;text-underline-offset:2px;}
.open-visual .quiet-flow a:hover{color:inherit;}
@media (max-width:700px){.open-visual .plain-grid article{grid-template-columns:1fr;gap:calc(1.5rem * .75);}
    }
.clear-media{--field-base:calc(1.5rem * 1.15);--copy-meta:calc(1260px / 3.4);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong);}
.clear-media .steady-copy{max-width:1260px;margin:0 auto;}
.clear-media h2,.clear-media h3,.clear-media p{margin:0;}
.clear-media h2{font-size:calc(16.4px * 2);line-height:1.14;}
.clear-media h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.clear-media p{font-size:16.4px;line-height:1.61;}
.clear-media .main-links{margin-top:1.5rem;max-width:calc(1260px / 1.9);}
.clear-media .public-surface{display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.clear-media .strong-grid{flex:1 1 var(--copy-meta);min-width:0;padding:calc(var(--field-base) * .8);border-radius:0.43rem;background:#FFFFFF;color:#0B1A33;border:1px solid #D6DFEE;box-shadow:0 2px 8px rgba(0,0,0,0.14);}
.clear-media .strong-grid p{margin-top:calc(1.5rem / 3);}
.clear-media .strong-grid a{display:inline-flex;margin-top:calc(1.5rem / 2);text-decoration:none;font-size:calc(16.4px * .875);}
.clear-media .strong-grid a:hover{}
.clear-media .quiet-flow{margin-top:var(--field-base);font-size:calc(16.4px * .875);}
.clear-media .quiet-flow a{text-decoration:none;}
.clear-media .quiet-flow a:hover{}
.clear-media .secondary-items{padding-inline-start:calc(1.94rem / 2);}
.clear-media .soft-body{row-gap:calc(var(--field-base) * 1.1);}
.secondary-track{
  --field-base:calc(1.5rem * 1.05);
  --state-public:calc(1260px / 2.35);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:var(--surface-cool);
  color:var(--paint-strong);
}
.secondary-track .steady-copy{max-width:1260px;
  margin:0 auto;}
.secondary-track h1,
.secondary-track h2,
.secondary-track h3,
.secondary-track p{margin:0;}
.secondary-track h2{font-size:calc(16.4px * 2);
  line-height:1.12;}
.secondary-track p{font-size:16.4px;
  line-height:1.61;}
.secondary-track .main-links{max-width:var(--state-public);}
.secondary-track .local-actions{max-width:var(--state-public);
  margin-top:calc(1.37rem * 1.5);}
.secondary-track .top-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.37rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:#0B5BFF;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:600;
  transition:background 500ms var(--ease-nav);
}
.secondary-track .top-brand:hover{
  background:#0847CC;color:#0B1A33;}
.secondary-track .quiet-flow{margin-top:var(--field-base);
  font-size:calc(16.4px * .875);}
.secondary-track .quiet-flow a{color:#0B5BFF;
  text-decoration:underline;
  text-underline-offset:3px;}
.secondary-track .quiet-flow a:hover{color:inherit;}
.secondary-track .active-flow>h2{margin-top:calc(1.37rem * 1.5);}
@media (min-width:768px){.secondary-track .active-flow{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
}
.open-callout{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.open-callout .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.25rem, 3vw, calc(1.37rem * 1.5));}
.open-callout .main-links{max-width: 46rem;}
.open-callout h1{margin: 0 0 .85rem;
        font-size: clamp(2rem, 5.2vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 780;
        letter-spacing: -0.01em;}
.open-callout .contact-actions{margin: 0;
        font-size: clamp(1rem, 1.4vw, calc(16.4px * 1.125));
        line-height: 1.6;
        opacity: .88;}
.open-callout .content-surface{align-self: flex-end;
        width: min(100%, 34rem);}
.open-callout .contact-section{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 8px 26px rgba(0,0,0,0.18);}
@media (max-width: 680px) {.open-callout{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.open-callout .content-surface{
            align-self: stretch;
            width: 100%;
        }
    }
.main-copy{
    color:#0B1A33;
    background:#F7F9FD;
    padding:calc(1.5rem * 2.4) 1.94rem;
}
.main-copy .c{max-width:1260px;
    margin:0 auto;}
.main-copy .h{max-width:62ch;
    margin-bottom:calc(1.37rem * 1.5);}
.main-copy h1{font-size:calc(16.4px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.main-copy .main-links{font-size:16.4px;
    margin:0;}
.main-copy .main-benefit{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0.5rem;
    padding:0.75rem 0;
    border-top:1px solid #D6DFEE;
    border-bottom:1px solid #D6DFEE;
    margin-bottom:calc(1.37rem * 1.5);}
.main-copy .featured-area{font-size:calc(16.4px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-right:0.5rem;}
.main-copy .team-block{
    padding:0.4rem 0.9rem;
    border-radius:0.43rem;
    border:1px solid #D6DFEE;
    background:#FFFFFF;
    color:#0B1A33;
    font:inherit;
    font-size:calc(16.4px * .875);
    cursor:pointer;
    transition:background 500ms var(--ease-nav),color 500ms var(--ease-nav),border-color 500ms var(--ease-nav);
}
.main-copy .team-block:hover,
.main-copy .team-block.is-active{
    background:#0B5BFF;
    color:#FFFFFF;
    border-color:#0B5BFF;
}
.main-copy .top-proof{display:grid;
    grid-template-columns:1fr;
    gap:1.37rem;}
@media (min-width:768px){.main-copy .top-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:1024px){.main-copy .top-proof{grid-template-columns:repeat(3,minmax(0,1fr));}
}
.main-copy .service-tile{
    display:flex;
    flex-direction:column;
    background:#FFFFFF;
    color:#0B1A33;
    border:1px solid #D6DFEE;
    border-radius:0.79rem;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.14);
    transition:transform 500ms var(--ease-nav),box-shadow 500ms var(--ease-nav);
}
.main-copy .service-tile:hover{transform:translateY(-4px);
    box-shadow:0 8px 26px rgba(0,0,0,0.18);}
.main-copy .primary-unit{display:block;
    line-height:0;}
.main-copy .primary-unit img{width:100%;
    height:230px;
    object-fit:cover;
    display:block;}
.main-copy .top-lead{display:flex;
    flex-direction:column;
    gap:0.7rem;
    padding:calc(1.5rem * .75);
    flex:1;}
.main-copy h3{margin:0;
    font-size:calc(16.4px * 1.35);
    line-height:1.25;}
.main-copy h3 a{color:inherit;
    text-decoration:none;}
.main-copy h3 a:hover{color:inherit;}
.main-copy .top-lead p{margin:0;
    font-size:16.4px;
    line-height:1.61;}
.main-copy .narrow-plan{list-style:none;
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    padding:0;
    margin:0;}
.main-copy .secondary-copy{
    padding:0.2rem 0.7rem;
    border-radius:0.26rem;
    background:#FF6A00;
    color:#1A0E00;
    font-size:calc(16.4px * .875);
}
.main-copy .strong-fields{margin-top:auto;
    align-self:flex-start;
    font-size:calc(16.4px * .875);
    font-weight:700;
    color:#0B5BFF;
    text-decoration:none;
    border-bottom:2px solid #FF6A00;
    padding-bottom:2px;}
.main-copy .strong-fields:hover{color:inherit;}
.main-copy .local-actions{
    margin-top:calc(1.37rem * 1.5);
    padding:calc(1.5rem * .75);
    background:var(--surface-cool);
    color:var(--paint-strong);
    border-radius:0.43rem;
}
.main-copy .local-actions p{margin:0;
    font-size:calc(16.4px * .875);
    line-height:1.61;}
.main-copy .local-actions a{color:#0B5BFF;}
.main-copy .local-actions a:hover{color:inherit;}
.team-story{
  background: var(--surface-cool);
  color: var(--paint-strong);
  padding: calc(1.5rem * 2.4) 1.94rem;
  overflow: hidden;
}
.team-story .steady-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.37rem * 1.5);}
.team-story .main-links{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 46rem;}
.team-story h2{margin: 0;
  font-size: calc(16.4px * 2);
  line-height: 1.05;}
.team-story .local-visual{margin: 0;
  font-size: 16.4px;
  line-height: 1.61;}
.team-story .main-benefit{display: flex;
  flex-wrap: wrap;
  gap: 1.37rem;}
.team-story .strong-grid{
  margin: 0;
  flex: 1 1 18rem;
  min-width: 0;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #D6DFEE;
  border-radius: 0.79rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.team-story .strong-grid img{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.team-story .strong-grid figcaption{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.team-story .strong-grid strong{font-size: 16.4px;
  line-height: 1.2;}
.team-story .strong-grid span{font-size: calc(16.4px * .875);
  line-height: 1.61;}
.team-story .local-actions{margin: 0;
  font-size: calc(16.4px * .875);
  max-width: 52rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6DFEE;}
@media (max-width: 640px) {.team-story .strong-grid{
    flex: 1 1 100%;
  }
}
.public-media{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.public-media .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.2vw, calc(1.37rem * 1.5));}
.public-media .bar{max-width: 54rem;}
.public-media .region{max-width: 44rem;
        padding-left: calc(1.5rem * .75);
        border-left: 3px solid #FF6A00;}
.public-media .contact-section{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: 0 8px 26px rgba(0,0,0,0.18);}
.public-media h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 780;
        letter-spacing: -0.01em;}
.public-media p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;}
@media (max-width: 680px) {.public-media{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }.public-media .contact-section{
            aspect-ratio: 16/10;
        }.public-media .region{
            padding-left: calc(1.37rem * 1.5);
        }
    }
.strong-body{--field-base:calc(1.5rem * 1.18);--state-public:calc(1260px / 2.15);--field-static:5.2rem;padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33;}
.strong-body .steady-copy{max-width:1260px;margin:0 auto;}
.strong-body h2,.strong-body h3,.strong-body p,.strong-body ol,.strong-body li{margin:0;}
.strong-body h2{font-size:calc(16.4px * 2);line-height:1.14;}
.strong-body h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.strong-body p{font-size:16.4px;line-height:1.61;}
.strong-body .secondary-region{display:flex;align-items:flex-start;gap:calc(1.37rem * 2.1);}
.strong-body .local-visual{flex:0 1 var(--state-public);min-width:0;}
.strong-body .local-visual .main-links{margin-top:1.5rem;color:#0B1A33;}
.strong-body .local-visual .local-actions{margin-top:calc(1.5rem / 1.6);font-size:calc(16.4px * .875);color:var(--paint-strong);}
.strong-body .main-benefit{flex:1 1 0;min-width:0;list-style:none;padding:0;display:flex;flex-direction:column;gap:1.37rem;border-left:2px solid #D6DFEE;padding-left:calc(1.37rem * 1.4);}
.strong-body .strong-grid{position:relative;padding:calc(calc(1.5rem * .75) * 1.1) 0 calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #D6DFEE;}
.strong-body .strong-grid:last-child{border-bottom:0;padding-bottom:0;}
.strong-body .strong-grid:first-child{padding-top:0;}
.strong-body .open-body{display:inline-block;font-size:calc(16.4px * .875);font-weight:700;letter-spacing:0.06em;padding:0.2rem 0.6rem;border-radius:0.26rem;background:#FF6A00;color:#1A0E00;margin-bottom:calc(calc(1.5rem * .75) / 1.4);}
.strong-body .strong-grid p{margin-top:calc(calc(1.5rem * .75) / 1.6);color:var(--paint-strong);}
@media(max-width:860px){.strong-body .secondary-region{flex-direction:column;gap:var(--field-base);}.strong-body .local-visual{flex:1 1 auto;}.strong-body .main-benefit{flex:1 1 auto;width:100%;}
}
.offer-menu{--field-base:calc(1.5rem * 1.11);--state-public:calc(1260px / 2.35);padding:calc(1.5rem * 2.4) 1.94rem;background:#0B5BFF;color:#FFFFFF;}
.offer-menu .steady-copy{max-width:1260px;margin:0 auto;}
.offer-menu h2,.offer-menu h3,.offer-menu p{margin:0;}
.offer-menu h2{font-size:calc(16.4px * 2);line-height:1.12;}
.offer-menu h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.offer-menu p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-menu .service-contact{padding-block:calc(var(--field-base) / 2);}
.offer-menu .soft-body{row-gap:calc(var(--field-base) * 1.2);}
.offer-menu .soft-menu{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-menu .fresh-block{display:flex;align-items:flex-start;gap:1.37rem;}
.offer-menu .local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.offer-menu .local-visual p{margin-top:1.5rem;}
.offer-menu .public-surface{flex:2 1 calc(1260px / 2);display:flex;flex-direction:column;gap:var(--field-base);margin-top:0;}
.offer-menu .strong-grid{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-menu .strong-grid p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.offer-menu .fresh-block{flex-direction:column;}.offer-menu .public-surface{margin-top:1.5rem;}}
.plain-panel{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.plain-panel .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.2vw, calc(1.37rem * 1.5));}
.plain-panel .bar{max-width: 46rem;}
.plain-panel .region{max-width: 38rem;
        padding-left: 1.1rem;
        border-left: 3px solid currentColor;}
.plain-panel .contact-section{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 21/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: stretch;}
.plain-panel h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(16.4px * 2.65));
        line-height: 1.03;
        font-weight: 770;
        letter-spacing: 0;}
.plain-panel p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;}
@media (max-width: 680px) {.plain-panel{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }.plain-panel .region{
            padding-left: .85rem;
            border-left-width: 2px;
        }.plain-panel .contact-section{
            aspect-ratio: 16/10;
        }
    }
.fresh-flow{--field-base:calc(1.5rem * 0.95);--state-public:calc(1260px / 2.75);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33;}
.fresh-flow .steady-copy{max-width:1260px;margin:0 auto;}
.fresh-flow h1,.fresh-flow h2,.fresh-flow h3,.fresh-flow p{margin:0;}
.fresh-flow h2{font-size:calc(16.4px * 2);line-height:1.12;}
.fresh-flow h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.fresh-flow p{font-size:16.4px;line-height:1.61;}
.fresh-flow .local-actions{font-size:calc(16.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:var(--paint-strong);}
.fresh-flow .main-links{margin-top:calc(1.5rem / 2);max-width:var(--state-public);color:var(--paint-strong);}
.fresh-flow a{color:#0B5BFF;text-decoration:none;}
.fresh-flow a:hover{color:inherit;}
.fresh-flow .top-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#0B5BFF;color:#FFFFFF;font-size:calc(16.4px * .875);}
.fresh-flow .top-brand:hover{background:#0847CC;color:#FFFFFF;}
.fresh-flow .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;margin-top:var(--field-base);}
.fresh-flow .strong-grid{flex:1 1 calc(1260px / 4.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D6DFEE;}
.fresh-flow .strong-grid p{margin-top:calc(1.5rem / 3);color:var(--paint-strong);}
.fresh-flow .bottom-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.fresh-flow .bottom-frame>.local-visual{flex:1 1 auto;min-width:0;}
.fresh-flow .bottom-frame>.top-brand{flex:0 0 auto;}
.fresh-flow .bottom-frame>.public-surface{flex:1 1 100%;}
.fresh-flow .local-visual h2{margin-top:calc(1.5rem / 2);}
.fresh-flow .quiet-flow{flex:1 1 100%;margin-top:var(--field-base);font-size:calc(16.4px * .875);color:var(--paint-strong);}
.focused-callout{--field-base:calc(1.5rem * 1.35);--state-public:calc(1260px / 2.50);--copy-button:calc(1260px / 3.66);padding:calc(1.5rem * 2.4) 1.94rem;background:#FF6A00;color:#1A0E00;}
.focused-callout .steady-copy{max-width:1260px;margin:0 auto;}
.focused-callout h1,.focused-callout h2,.focused-callout h3,.focused-callout p{margin:0;}
.focused-callout h1{font-size:calc(16.4px * 2.65);line-height:1.08;}
.focused-callout h2{font-size:calc(16.4px * 2);line-height:1.12;}
.focused-callout h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.focused-callout p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-callout a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.focused-callout a:hover{border-bottom-color:transparent;}
.focused-callout img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.focused-callout .main-links{font-size:calc(16.4px * 1.125);}
.focused-callout .local-actions{margin-top:calc(1.5rem / 2);font-size:calc(16.4px * .875);}
.focused-callout .public-surface{display:flex;flex-direction:column;gap:var(--field-base);margin-top:var(--field-base);}
.focused-callout .strong-grid{min-width:0;}
.focused-callout .strong-grid p{margin-top:calc(1.5rem / 3);}
.focused-callout .quiet-flow{margin-top:1.5rem;font-size:calc(16.4px * .875);}
.focused-callout .contact-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.focused-callout .contact-links>.local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.focused-callout .contact-links>.public-surface{flex:2 1 calc(1260px / 2);margin-top:0;}
.focused-callout .contact-links>img{margin-left:auto;max-width:calc(var(--copy-button) * .9);}
.focused-callout .local-visual .main-links{margin-top:1.5rem;}
@media (max-width:720px){.focused-callout .contact-links>img{max-width:100%;margin-left:0;}
}
.primary-fields{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.primary-fields .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1rem, 2.2vw, calc(1.37rem * 1.5));}
.primary-fields .bar{max-width: 54rem;}
.primary-fields h1{margin: 0;
        font-size: clamp(1.95rem, 5.4vw, calc(16.4px * 2.65));
        line-height: 1.03;
        font-weight: 780;
        letter-spacing: -0.01em;}
.primary-fields .region{max-width: 40rem;
        padding-left: clamp(.5rem, 2vw, 1.6rem);
        border-left: 3px solid currentColor;}
.primary-fields p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;}
.primary-fields .contact-section{display: block;
        width: min(100%, 34rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: flex-end;}
@media (max-width: 680px) {.primary-fields .contact-section{
            width: 100%;
            align-self: auto;
        }.primary-fields .region{
            padding-left: 0;
            border-left: 0;
            border-top: 3px solid currentColor;
            padding-top: .85rem;
        }.primary-fields{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }
    }
.page-track{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #F7F9FD;
  color: #0B1A33;
}
.page-track .secondary-team{max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.5fr);
  gap: calc(1.37rem * 1.5);
  align-items: start;}
.page-track .main-benefit{
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #0B1A33;
  color: #F2F5FA;
  position: sticky;
  top: calc(1.5rem * .75);
}
.page-track h2{margin: 0;
  font-size: calc(16.4px * 2);
  line-height: 1.1;}
.page-track .main-links{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.4px;
  line-height: 1.61;}
.page-track .narrow-unit{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.page-track .narrow-unit span{
  font-size: calc(16.4px * .875);
  padding: 0.3rem 0.6rem;
  border-radius: 0.26rem;
  background: rgba(255, 255, 255, 0.1);
  color: #F2F5FA;
}
.page-track .local-actions{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.4px * .875);
  opacity: 0.78;}
.page-track .active-block{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-track .plain-items{
  display: grid;
  grid-template-columns: minmax(5rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #D6DFEE;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.page-track .contact-stack{font-size: calc(16.4px * .875);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  word-break: break-word;}
.page-track h3{margin: 0;
  font-size: calc(16.4px * 1.35);
  line-height: 1.2;}
.page-track .plain-items p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 16.4px;}
.page-track small{font-size: calc(16.4px * .875);}
@media (max-width: 860px) {.page-track .secondary-team{
    grid-template-columns: 1fr;
  }.page-track .main-benefit{
    position: static;
  }
}
@media (max-width: 560px) {.page-track .plain-items{
    grid-template-columns: 1fr;
  }
}
.steady-flow{--field-base:calc(1.5rem * 1.19);--state-public:calc(1260px / 3.10);--copy-button:calc(1260px / 3.27);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong);}
.steady-flow .steady-copy{max-width:1260px;margin:0 auto;}
.steady-flow h1,.steady-flow h2,.steady-flow h3,.steady-flow p{margin:0;}
.steady-flow h1{font-size:calc(16.4px * 2.65);line-height:1.08;}
.steady-flow h2{font-size:calc(16.4px * 2);line-height:1.12;}
.steady-flow h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.steady-flow p{font-size:16.4px;line-height:1.61;}
.steady-flow a{color:#0B5BFF;text-decoration:none;}
.steady-flow a:hover{color:inherit;}
.steady-flow img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.steady-flow .main-links{font-size:calc(16.4px * 1.125);}
.steady-flow .local-actions{margin-top:calc(1.37rem * 1.5);font-size:calc(16.4px * .875);}
.steady-flow .public-surface{display:flex;flex-direction:column;gap:var(--field-base);margin-top:var(--field-base);}
.steady-flow .strong-grid{min-width:0;}
.steady-flow .strong-grid p{margin-top:calc(1.5rem / 3);}
.steady-flow .strong-grid img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-button) * .7);}
.steady-flow .contact-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.steady-flow .contact-links>.local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.steady-flow .contact-links>.public-surface{flex:2 1 calc(1260px / 2);margin-top:0;}
.steady-flow .contact-links>img{margin-left:auto;}
.steady-flow .local-visual .main-links{margin-top:1.5rem;}
.steady-flow .quiet-flow{max-width:1260px;margin:calc(1.37rem * 1.5) auto 0;font-size:calc(16.4px * .875);}
.direct-summary{padding:calc(1.5rem * 2.4) 1.94rem;background:#FF6A00;color:#1A0E00}
.direct-summary .steady-copy{max-width:1260px;margin:0 auto}
.direct-summary .visual-content{display:flex;align-items:flex-end;justify-content:space-between;gap:1.37rem;margin-bottom:calc(1.37rem * 1.5);border-bottom:1px solid rgba(26,14,0,0.18);padding-bottom:calc(1.5rem * .75)}
.direct-summary .visual-content p{max-width:42rem;margin:0;font-size:calc(16.4px * 1.125);line-height:1.61}
.direct-summary h2{max-width:14ch;margin:0;font-size:calc(16.4px * 2.65);line-height:1.05;text-align:right}
.direct-summary .active-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem 1.94rem}
.direct-summary [data-cluster]{flex:1 1 20rem;max-width:36rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(26,14,0,0.14);order:var(--layer-control,0);transform:translateY(var(--axis-main,0))}
.direct-summary [data-cluster]:first-child,.direct-summary [data-cluster]:nth-child(2){border-top:none;padding-top:0}
.direct-summary h3{margin:0;font-size:calc(16.4px * 1.35);line-height:1.25}
.direct-summary [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.61;font-size:16.4px}
@media(max-width:680px){.direct-summary .visual-content{display:block}.direct-summary h2{margin-top:1.5rem;text-align:left}.direct-summary [data-cluster]{max-width:none;transform:none}.direct-summary [data-cluster]:nth-child(2){border-top:1px solid rgba(26,14,0,0.14);padding-top:calc(1.5rem * .75)}}
.fresh-steps{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.fresh-steps .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        column-gap: clamp(1.5rem, 4vw, calc(1.37rem * 1.5));
        row-gap: clamp(.85rem, 1.8vw, 1.35rem);
        align-items: start;}
.fresh-steps .bar{grid-area: title;}
.fresh-steps .region{grid-area: text;
        max-width: 34rem;}
.fresh-steps .contact-section{grid-area: photo;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 15rem;
        max-height: 26rem;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,.18));}
.fresh-steps h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 760;
        letter-spacing: -0.01em;
        text-wrap: balance;}
.fresh-steps p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;
        color: color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width: 820px) {.fresh-steps .steady-copy{
            grid-template-columns: minmax(0, 1fr);
            grid-template-areas:
                "title"
                "text"
                "photo";
        }.fresh-steps .contact-section{
            min-height: 12rem;
            max-height: 20rem;
        }
    }
@media (max-width: 680px) {.fresh-steps{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.method{--field-base:calc(1.5rem * 0.9);--state-public:calc(1260px / 2.6);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33;}
.method .steady-copy{max-width:1260px;margin:0 auto;}
.method h2,.method h3,.method p{margin:0;}
.method h2{font-size:calc(16.4px * 2);line-height:1.14;max-width:var(--state-public);}
.method h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.method p{font-size:16.4px;line-height:1.61;}
.method .local-actions{margin:0 0 calc(1.5rem / 3);font-size:calc(16.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-strong);}
.method .main-links{margin-top:calc(1.5rem / 2);max-width:var(--state-public);color:var(--paint-strong);}
.method a{color:#0B5BFF;text-decoration:none;}
.method a:hover{color:inherit;}
.method .top-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#0B5BFF;color:#FFFFFF;}
.method .top-brand:hover{background:#0847CC;color:#FFFFFF;}
.method .public-surface{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.37rem;margin-top:var(--field-base);}
.method .strong-grid{flex:1 1 calc(1260px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D6DFEE;border-radius:0.43rem;background:#FFFFFF;color:#0B1A33;}
.method .strong-grid p{margin-top:calc(1.5rem / 3.4);color:var(--paint-strong);}
.method .simple-frame{display:inline-block;margin-bottom:calc(1.5rem / 4);padding:0.15rem 0.55rem;border-radius:0.26rem;background:#FF6A00;color:#1A0E00;font-size:calc(16.4px * .875);letter-spacing:0.03em;}
.method .bottom-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.method .bottom-frame>.local-visual{flex:1 1 auto;min-width:0;}
.method .bottom-frame>.top-brand{flex:0 0 auto;margin-top:calc(1.5rem / 4);}
.method .bottom-frame>.public-surface{flex:1 1 100%;}
.method .quiet-flow{flex:1 1 100%;margin-top:var(--field-base);padding-top:calc(1.5rem / 2.6);border-top:1px solid #D6DFEE;font-size:calc(16.4px * .875);color:var(--paint-strong);}
@media (max-width:720px){.method .strong-grid{flex:1 1 100%;}.method .bottom-frame>.top-brand{width:100%;}
}
.team-method{--field-base:calc(1.5rem * 1.32);--state-public:calc(1260px / 2.45);--copy-button:calc(1260px / 3.61);padding:calc(1.5rem * 2.4) 1.94rem;background:#0B5BFF;color:#FFFFFF;}
.team-method .steady-copy{max-width:1260px;margin:0 auto;}
.team-method h1,.team-method h2,.team-method h3,.team-method p{margin:0;}
.team-method h1{font-size:calc(16.4px * 2.65);line-height:1.08;}
.team-method h2{font-size:calc(16.4px * 2);line-height:1.12;}
.team-method h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.team-method p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-method a{color:inherit;text-decoration:none;}
.team-method img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.team-method .top-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#FFFFFF;color:#0B5BFF;}
.team-method .main-links,.team-method .local-actions{}
.team-method .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;margin-top:var(--field-base);}
.team-method .strong-grid{flex:1 1 calc(1260px / 4);min-width:0;}
.team-method .strong-grid p,.team-method .strong-grid a{margin-top:calc(1.5rem / 3);}
.team-method .strong-grid img{margin-bottom:calc(1.5rem / 2);}
.team-method .scene>img{margin-top:var(--field-base);}
.team-method .scene>.main-links{margin-top:1.5rem;}
.public-lead{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.public-lead .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.37rem * 1.5));}
.public-lead .bar{max-width: 46rem;}
.public-lead .region{max-width: 40rem;
        padding-left: calc(1.5rem * .75);
        border-left: 3px solid #FF6A00;}
.public-lead .contact-section{display: block;
        width: min(100%, 44rem);
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        align-self: flex-end;
        box-shadow: 0 8px 26px rgba(0,0,0,0.18);}
.public-lead h1{margin: 0;
        font-size: clamp(2rem, 5.4vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: 0;}
.public-lead p{margin: 0;
        font-size: clamp(1rem, 1.32vw, 16.4px);
        line-height: 1.72;
        color: color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width: 680px) {.public-lead{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.public-lead .region{
            padding-left: calc(1.5rem * .75);
        }.public-lead .contact-section{
            width: 100%;
            align-self: auto;
        }
    }
.text-story{--field-base:calc(1.5rem * 1.05);--state-public:calc(1260px / 2.60);padding:calc(1.5rem * 2.4) 1.94rem;background:#0B5BFF;color:#FFFFFF;}
.text-story .steady-copy{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.37rem * 1.5);}
.text-story h2,.text-story h3,.text-story p{margin:0;}
.text-story h2{font-size:calc(16.4px * 2);line-height:1.12;}
.text-story p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-story a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-story a:hover{}
.text-story .soft-region{max-width:var(--state-public);}
.text-story .main-links{margin-top:1.5rem;}
.text-story .team-surface{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .8);}
.text-story details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.43rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.text-story summary{cursor:pointer;font-weight:700;font-size:calc(16.4px * 1.125);line-height:1.3;}
.text-story summary::marker{}
.text-story details p{margin-top:calc(1.5rem / 2.6);}
@media (min-width:900px){.text-story .steady-copy{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:start;gap:1.94rem;}.text-story .soft-region{position:sticky;top:1.5rem;}
}
.quiet-contact{
    padding:calc(1.5rem * 2.4) 1.94rem;
    background:var(--surface-cool);
    color:var(--paint-strong);
}
.quiet-contact .steady-copy{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 1.5);}
.quiet-contact .site-group{max-width:760px;
    display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 0.5);}
.quiet-contact .site-group h2{margin:0;
    font-size:calc(16.4px * 2);
    line-height:1.2;}
.quiet-contact .main-links{margin:0;
    font-size:16.4px;
    line-height:1.61;}
.quiet-contact .contact-quote{display:flex;
    flex-direction:column;
    border-top:1px solid #D6DFEE;}
.quiet-contact .content-items{display:grid;
    grid-template-columns:minmax(200px, 280px) 1fr;
    gap:1.37rem;
    padding:calc(1.37rem * 1.5) 0;
    border-bottom:1px solid #D6DFEE;}
.quiet-contact .content-items h3{margin:0;
    font-size:calc(16.4px * 1.125);
    line-height:1.3;}
.quiet-contact .content-items p{margin:0;
    font-size:16.4px;
    line-height:1.61;}
.quiet-contact .content-items a{color:#0B5BFF;
    text-decoration:underline;
    text-underline-offset:2px;}
.quiet-contact .content-items a:hover{color:inherit;}
.quiet-contact .quiet-flow{display:flex;
    flex-wrap:wrap;
    gap:1.37rem;
    align-items:center;}
.quiet-contact .quiet-flow a{
    display:inline-block;
    padding:0.7rem 1.2rem;
    border-radius:0.43rem;
    background:#0B5BFF;
    color:#FFFFFF;
    text-decoration:none;
    font-size:calc(16.4px * .875);
    font-weight:600;
    transition:background 500ms var(--ease-nav);
}
.quiet-contact .quiet-flow a:last-child{
    background:#FF6A00;
    color:#1A0E00;
}
.quiet-contact .quiet-flow a:hover{
    background:#0847CC;
    color:#FFFFFF;
}
.quiet-contact .quiet-flow a:last-child:hover{
    background:#E85C00;
    color:#1A0E00;
}
@media (max-width:700px){.quiet-contact .content-items{
        grid-template-columns:1fr;
        gap:calc(1.37rem * 0.5);
    }
}
.featured-tile{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.featured-tile .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
        gap: clamp(1.25rem, 3vw, calc(1.37rem * 1.5));
        align-items: end;}
.featured-tile .site-group{display: flex;
        flex-direction: column;
        gap: 1.37rem;}
.featured-tile h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.06;
        font-weight: 770;
        letter-spacing: 0;}
.featured-tile .main-links{margin: 0;
        max-width: 34rem;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.68;
        color: color-mix(in srgb, currentColor 82%, transparent);}
.featured-tile .content-surface{margin: 0;}
.featured-tile .contact-section{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,0.18));}
@media (max-width: 780px) {.featured-tile .steady-copy{
            grid-template-columns: 1fr;
            align-items: start;
        }.featured-tile{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.text-lead{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.text-lead .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.37rem * 1.5);}
.text-lead .main-links{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 46rem;}
.text-lead h2{margin: 0;
        font-size: calc(16.4px * 2);
        line-height: 1.08;}
.text-lead .main-links p{margin: 0;
        font-size: calc(16.4px * 1.125);
        line-height: 1.61;
        opacity: 0.92;}
.text-lead .public-plan{display: flex;
        flex-wrap: wrap;
        gap: 1.37rem;}
.text-lead .contact-story{
        flex: 1 1 22rem;
        min-width: 18rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid #D6DFEE;
        border-radius: 0.79rem;
        background: #FFFFFF;
        color: #0B1A33;
        box-shadow: 0 2px 8px rgba(0,0,0,0.14);
    }
.text-lead .steady-block{margin: 0;
        font-size: 16.4px;
        line-height: 1.61;}
.text-lead .focused-feature{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D6DFEE;}
.text-lead .focused-feature strong{font-size: 16.4px;}
.text-lead .focused-feature span{font-size: calc(16.4px * .875);}
@media (max-width: 760px) {.text-lead .contact-story{
            flex: 1 1 100%;
            min-width: 0;
        }
    }
.site-content{--field-base:calc(1.5rem * 1.18);--state-public:calc(1260px / 2.4);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong);}
.site-content .steady-copy{max-width:1260px;margin:0 auto;}
.site-content h2,.site-content h3,.site-content p{margin:0;}
.site-content h2{font-size:calc(16.4px * 2);line-height:1.14;max-width:var(--state-public);}
.site-content p{font-size:16.4px;line-height:1.61;}
.site-content .local-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.site-content .local-actions{font-size:calc(16.4px * .875);color:var(--paint-strong);opacity:.78;max-width:var(--state-public);}
.site-content .main-links{margin-top:var(--field-base);max-width:var(--state-public);}
.site-content .simple-rail{margin-top:var(--field-base);display:flex;flex-wrap:wrap;align-items:center;gap:1.37rem;}
.site-content .top-brand{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#FF6A00;color:#1A0E00;font-size:16.4px;text-decoration:none;transition:background 500ms var(--ease-nav);}
.site-content .top-brand:hover{background:#E85C00;color:#0B1A33;}
.site-content .quiet-flow{flex:1 1 18rem;font-size:calc(16.4px * .875);color:var(--paint-strong);opacity:.85;max-width:calc(var(--state-public) * 1.1);}
.site-content .quiet-flow a{color:#0B5BFF;text-decoration:underline;text-underline-offset:2px;}
.site-content .quiet-flow a:hover{color:inherit;}
@media (max-width:640px){.site-content .simple-rail{flex-direction:column;align-items:flex-start;}
}
.direct-unit{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.direct-unit .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        column-gap: clamp(1.2rem, 3vw, calc(1.37rem * 1.5));
        row-gap: clamp(.9rem, 2vw, 1.4rem);
        align-items: start;}
.direct-unit .bar{grid-area: title;}
.direct-unit .region{grid-area: text;
        max-width: 34rem;}
.direct-unit .contact-section{grid-area: photo;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 15rem;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,0.18));
        align-self: stretch;}
.direct-unit h1{margin: 0;
        font-size: clamp(1.9rem, 5vw, calc(16.4px * 2.65));
        line-height: 1.05;
        font-weight: 770;
        letter-spacing: 0;}
.direct-unit p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;
        color: color-mix(in srgb, currentColor 80%, transparent);}
@media (max-width: 760px) {.direct-unit .steady-copy{
            grid-template-columns: 1fr;
            grid-template-areas:
                "title"
                "text"
                "photo";
        }.direct-unit .contact-section{
            min-height: 0;
            aspect-ratio: 16/9;
            align-self: auto;
        }.direct-unit{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }
    }
.main-actions{--field-base:calc(1.5rem * 1.05);--state-public:calc(1260px / 2.3);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33;}
.main-actions .steady-copy{max-width:1260px;margin:0 auto;}
.main-actions h2,.main-actions h3,.main-actions p{margin:0;}
.main-actions h2{font-size:calc(16.4px * 2);line-height:1.14;}
.main-actions h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.main-actions p{font-size:16.4px;line-height:1.61;}
.main-actions .open-header{display:flex;flex-direction:column;gap:var(--field-base);}
.main-actions .site-group{display:flex;flex-wrap:wrap;gap:1.37rem;align-items:flex-end;}
.main-actions .site-group>h2{flex:1 1 calc(1260px / 2.6);min-width:0;}
.main-actions .site-group>.main-links{flex:1 1 calc(1260px / 3.1);min-width:0;max-width:var(--state-public);color:var(--paint-strong);}
.main-actions .main-benefit{display:flex;flex-wrap:wrap;gap:1.37rem;}
.main-actions .strong-grid{flex:1 1 calc(1260px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.43rem;background:#FFFFFF;color:#0B1A33;border:1px solid #D6DFEE;display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.main-actions .strong-grid p{color:var(--paint-strong);}
.main-actions .public-fields{margin-top:auto;font-size:calc(16.4px * .875);color:#0B5BFF;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;transition:color 500ms var(--ease-nav),border-color 500ms var(--ease-nav);}
.main-actions .public-fields:hover{color:inherit;border-color:#FF6A00;}
.main-actions .page-unit{padding-top:calc(1.5rem / 2);border-top:1px solid #D6DFEE;}
.main-actions .local-actions{font-size:calc(16.4px * .875);color:var(--paint-strong);max-width:calc(1260px / 1.4);}
.main-actions .local-actions a{color:#0B5BFF;text-decoration:none;}
.main-actions .local-actions a:hover{color:inherit;}
@media (max-width:720px){.main-actions .site-group{align-items:flex-start;}.main-actions .site-group>h2,.main-actions .site-group>.main-links{flex:1 1 100%;}.main-actions .strong-grid{flex:1 1 100%;}
}
.compact-region{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong)}
.compact-region .steady-copy{max-width:1260px;margin:0 auto}
.compact-region .direct-tile{display:flex;flex-wrap:wrap;gap:calc(1.37rem * 1.5);align-items:flex-start}
.compact-region .soft-region{flex:1 1 22rem;min-width:0}
.compact-region h2{margin:0;font-size:calc(16.4px * 2);line-height:1.08;letter-spacing:-0.01em}
.compact-region .soft-region p{margin:1.5rem 0 0;font-size:16.4px;line-height:1.61}
.compact-region .page-callout{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-region .page-callout a{display:block;background:#FFFFFF;color:#0B1A33;border:1px solid #D6DFEE;border-radius:0.43rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 500ms var(--ease-nav)}
.compact-region .page-callout a:hover{border-color:#0B5BFF}
.compact-region strong{display:block;font-size:calc(16.4px * 1.125);line-height:1.2}
.compact-region span{display:block;margin-top:0.4rem;font-size:calc(16.4px * .875);line-height:1.61;opacity:0.86}
@media(max-width:780px){.compact-region .direct-tile{display:block}.compact-region .page-callout{margin-top:calc(1.37rem * 1.5)}.compact-region h2{font-size:calc(16.4px * 1.35)}}
.contact-form{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.contact-form .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        align-items: end;
        column-gap: clamp(1.5rem, 4vw, calc(1.37rem * 1.5));
        row-gap: clamp(.85rem, 1.8vw, 1.4rem);}
.contact-form .bar{grid-area: title;}
.contact-form .region{grid-area: text;
        max-width: 34rem;}
.contact-form .contact-section{grid-area: photo;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 15rem;
        max-height: 26rem;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,0.18));}
.contact-form h1{margin: 0;
        font-size: clamp(2rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.06;
        font-weight: 770;
        letter-spacing: -0.01em;}
.contact-form p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;
        opacity: .86;}
@media (max-width: 780px) {.contact-form .steady-copy{
            grid-template-columns: 1fr;
            grid-template-areas:
                "title"
                "text"
                "photo";
            align-items: start;
        }.contact-form .contact-section{
            min-height: 12rem;
            max-height: 20rem;
        }.contact-form{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.featured-wrap{--field-base:calc(1.5rem * 1.35);--state-public:calc(1260px / 2.20);padding:calc(1.5rem * 2.4) 1.94rem;background:#0B5BFF;color:#FFFFFF;}
.featured-wrap .steady-copy{max-width:1260px;margin:0 auto;}
.featured-wrap h1,.featured-wrap h2,.featured-wrap h3,.featured-wrap p{margin:0;}
.featured-wrap h1{font-size:calc(16.4px * 2.65);line-height:1.08;}
.featured-wrap h2{font-size:calc(16.4px * 2);line-height:1.12;}
.featured-wrap h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.featured-wrap p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-wrap a{color:inherit;text-decoration:none;}
.featured-wrap img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.featured-wrap .top-brand{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.26rem;background:#FFFFFF;color:#0B5BFF;}
.featured-wrap .local-actions{font-size:calc(16.4px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.featured-wrap .main-links{max-width:var(--state-public);margin-top:calc(1.5rem / 2);}
.featured-wrap .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;margin-top:var(--field-base);}
.featured-wrap .strong-grid{flex:1 1 calc(1260px / 4);min-width:0;}
.featured-wrap .strong-grid p,.featured-wrap .strong-grid a{margin-top:calc(1.5rem / 3);}
.featured-wrap .strong-grid img{margin-bottom:calc(1.5rem / 2);}
.featured-wrap .strong-grid a{display:inline-block;font-size:calc(16.4px * .875);border-bottom:1px solid currentColor;}
.featured-wrap .bottom-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.featured-wrap .bottom-frame>.local-visual{flex:1 1 auto;min-width:0;}
.featured-wrap .bottom-frame>.top-brand{flex:0 0 auto;}
.featured-wrap .bottom-frame>.public-surface{flex:1 1 100%;}
.featured-wrap .local-visual h2{margin-top:calc(1.5rem / 2);}
.featured-wrap .quiet-flow{flex:1 1 100%;margin-top:var(--field-base);font-size:calc(16.4px * .875);}
.featured-wrap .quiet-flow a{border-bottom:1px solid currentColor;}
.media-header{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: var(--surface-cool);
        color: var(--paint-strong)
    }
.media-header .steady-copy{max-width: 1260px;
        margin: 0 auto}
.media-header .text-team{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.37rem * 1.5);
        align-items: start}
.media-header .main-links h2{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(16.4px * 2);
        line-height: 1.12}
.media-header .main-links .local-actions{margin: 0;
        font-size: 16.4px;
        line-height: 1.61;
        color: var(--paint-strong)}
.media-header .top-lead{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.37rem * 1.5)}
.media-header .content-items{border-top: 1px solid #D6DFEE;
        padding-top: calc(1.5rem * .75)}
.media-header .content-items:first-child{border-top: 0;
        padding-top: 0}
.media-header .content-items h3{margin: 0 0 calc(calc(1.5rem * .75) * .5);
        font-size: calc(16.4px * 1.35);
        line-height: 1.2}
.media-header .content-items p{margin: 0;
        font-size: 16.4px;
        line-height: 1.61}
.media-header .public-menu{display: flex;
        flex-wrap: wrap;
        gap: calc(1.37rem * .6);
        margin-top: calc(1.5rem * .4)}
.media-header .public-menu span{
        border-radius: 0.26rem;
        background: #FFFFFF;
        color: #0B1A33;
        border: 1px solid #D6DFEE;
        padding: calc(calc(1.5rem * .75) * .45) calc(calc(1.5rem * .75) * .8);
        font-size: calc(16.4px * .875)
    }
@media (max-width: 860px) {.media-header .text-team{
            grid-template-columns: 1fr
        }
    }
.active-group{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.active-group .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.37rem * 1.5));}
.active-group .site-group{max-width: 46rem;}
.active-group h1{margin: 0 0 .85rem;
        font-size: clamp(1.9rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.06;
        font-weight: 780;
        letter-spacing: -0.005em;}
.active-group .main-links{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;
        opacity: .9;}
.active-group .content-surface{margin: 0;
        width: min(100%, 34rem);
        align-self: flex-end;}
.active-group .content-surface img{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,0.18));}
.active-group .bottom-team{display: flex;
        flex-wrap: wrap;
        gap: 1.37rem;
        max-width: 52rem;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        padding-top: calc(1.37rem * 1.5);}
.active-group .active-details{flex: 1 1 18rem;
        margin: 0;
        font-size: calc(16.4px * .875);
        line-height: 1.62;
        opacity: .82;}
@media (max-width: 680px) {.active-group{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }.active-group .content-surface{
            align-self: stretch;
            width: 100%;
        }.active-group .bottom-team{
            flex-direction: column;
        }
    }
.team-body{
        padding:calc(1.5rem * 2.4) 1.94rem;
        background:var(--surface-cool);
        color:var(--paint-strong);
    }
.team-body .steady-copy{max-width:1260px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.37rem * 1.5);}
.team-body .main-links{max-width:60ch;}
.team-body .main-links h2{margin:0 0 10px;
        font-size:calc(16.4px * 2);
        line-height:1.2;}
.team-body .main-links p{margin:0;
        font-size:16.4px;}
.team-body .focused-brand{display:flex;
        flex-wrap:wrap;
        gap:1.37rem;}
.team-body .quiet-flow{
        flex:1 1 260px;
        background:#FFFFFF;
        color:#0B1A33;
        border:1px solid #D6DFEE;
        border-radius:0.79rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 2px 8px rgba(0,0,0,0.14);
        display:flex;
        flex-direction:column;
        gap:8px;
    }
.team-body .quiet-flow h3{margin:0;
        font-size:calc(16.4px * 1.35);}
.team-body .quiet-flow p{margin:0;
        font-size:calc(16.4px * .875);
        line-height:1.61;}
.team-body .quiet-flow a{color:#0B5BFF;
        font-size:calc(16.4px * .875);
        text-decoration:none;
        word-break:break-word;}
.team-body .quiet-flow a:hover{color:inherit;
        text-decoration:underline;}
.team-body .quiet-flow .active-details{font-size:calc(16.4px * .875);}
.team-body .local-actions{margin-top:auto;
        font-size:calc(16.4px * .875);
        color:var(--paint-strong);
        opacity:0.85;}
.team-body .contact-menu{
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        gap:1.37rem;
        padding:calc(1.5rem * .75) 1.94rem;
        background:#FF6A00;
        color:#1A0E00;
        border-radius:0.43rem;
    }
.team-body .contact-menu p{margin:0;
        font-size:calc(16.4px * .875);
        flex:1 1 320px;}
.team-body .strong-fields{display:flex;
        flex-wrap:wrap;
        gap:1.37rem;}
.team-body .strong-fields a{font-size:calc(16.4px * .875);
        font-weight:600;
        text-decoration:underline;}
.team-body .strong-fields a:hover{opacity:0.8;}
@media (max-width:700px){.team-body .focused-brand{
            flex-direction:column;
        }.team-body .contact-menu{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.submit{--field-base:calc(1.5rem * 1.05);--state-public:calc(1260px / 3.10);--copy-button:calc(1260px / 3.27);padding:calc(1.5rem * 2.4) 1.94rem;background:#FF6A00;color:#1A0E00;}
.submit .steady-copy{max-width:1260px;margin:0 auto;}
.submit h1,.submit h2,.submit h3,.submit p{margin:0;}
.submit h1{font-size:calc(16.4px * 2.65);line-height:1.08;}
.submit h2{font-size:calc(16.4px * 2);line-height:1.12;}
.submit h3{font-size:calc(16.4px * 1.35);line-height:1.2;}
.submit p{font-size:16.4px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.submit a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.submit a:hover{border-bottom-color:currentColor;}
.submit img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.submit .main-links,.submit .local-actions{}
.submit .local-visual .local-actions{margin-top:calc(1.5rem / 2);font-size:calc(16.4px * .875);}
.submit .public-surface{display:flex;flex-direction:column;gap:var(--field-base);margin-top:var(--field-base);}
.submit .strong-grid{min-width:0;}
.submit .strong-grid p{margin-top:calc(1.5rem / 3);}
.submit .strong-grid img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-button) * .7);}
.submit .contact-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.submit .contact-links>.local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.submit .contact-links>.public-surface{flex:2 1 calc(1260px / 2);margin-top:0;}
.submit .contact-links>img{margin-left:auto;}
.submit .local-visual .main-links{margin-top:1.5rem;}
.submit .quiet-flow{max-width:1260px;margin:1.5rem auto 0;padding-top:calc(1.37rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.submit .quiet-flow p{font-size:calc(16.4px * .875);}
@media (max-width:760px){.submit .contact-links>.local-visual,.submit .contact-links>.public-surface{flex:1 1 100%;}.submit .contact-links>img{margin-left:0;}
}
.main-body{
        padding: calc(calc(1.5rem * 2.4) * .82) 1.94rem;
        background: linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
        color: #FFFFFF;
    }
.main-body .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        grid-template-areas:
            "title photo"
            "text  photo";
        column-gap: clamp(1.5rem, 4vw, calc(1.37rem * 1.5));
        row-gap: clamp(.9rem, 2vw, 1.4rem);
        align-items: start;}
.main-body .bar{grid-area: title;}
.main-body .region{grid-area: text;
        max-width: 34rem;}
.main-body .contact-section{grid-area: photo;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 16rem;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,.18));}
.main-body h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.06;
        font-weight: 760;
        letter-spacing: -0.01em;}
.main-body p{margin: 0;
        font-size: clamp(.98rem, 1.3vw, 16.4px);
        line-height: 1.7;
        color: color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width: 820px) {.main-body .steady-copy{
            grid-template-columns: 1fr;
            grid-template-areas:
                "title"
                "text"
                "photo";
        }.main-body .contact-section{
            min-height: 0;
            aspect-ratio: 16/9;
        }
    }
@media (max-width: 680px) {.main-body{
            padding-top: calc(calc(1.5rem * 2.4) * .6);
            padding-bottom: calc(calc(1.5rem * 2.4) * .6);
        }
    }
.compact-stack{--field-base:calc(1.5rem * 1.18);--state-public:calc(1260px / 2.6);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33;}
.compact-stack .steady-copy{max-width:1260px;margin:0 auto;}
.compact-stack h2,.compact-stack h3,.compact-stack p{margin:0;}
.compact-stack h2{font-size:calc(16.4px * 2);line-height:1.14;}
.compact-stack h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.compact-stack p{font-size:16.4px;line-height:1.61;}
.compact-stack .main-links{margin-top:calc(1.37rem * 1.5);color:var(--paint-strong);max-width:var(--state-public);}
.compact-stack .local-actions{margin-top:calc(1.5rem * .75);font-size:calc(16.4px * .875);color:var(--paint-strong);max-width:var(--state-public);}
.compact-stack .fresh-block{display:flex;align-items:flex-start;gap:calc(1.37rem * 1.4);}
.compact-stack .fresh-block>.local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.compact-stack .public-surface{flex:2 1 calc(1260px / 2);display:flex;flex-direction:column;gap:var(--field-base);min-width:0;}
.compact-stack .strong-grid{padding-left:calc(1.5rem * .75);border-left:2px solid #D6DFEE;}
.compact-stack .strong-grid h3{color:#0B1A33;}
.compact-stack .strong-grid p{margin-top:calc(1.5rem / 3.4);color:var(--paint-strong);}
@media(max-width:760px){.compact-stack .fresh-block{flex-direction:column;}.compact-stack .fresh-block>.local-visual,.compact-stack .public-surface{flex:1 1 auto;width:100%;}.compact-stack .main-links,.compact-stack .local-actions{max-width:none;}
}
.grid-_strong-points{--field-base:calc(1.5rem * 1.2);--state-public:calc(1260px / 2.7);--copy-button:calc(1260px / 3.4);padding:calc(1.5rem * 2.4) 1.94rem;background:#FF6A00;color:#1A0E00;}
.grid-_strong-points .steady-copy{max-width:1260px;margin:0 auto;}
.grid-_strong-points h1,.grid-_strong-points h2,.grid-_strong-points h3,.grid-_strong-points p{margin:0;}
.grid-_strong-points h2{font-size:calc(16.4px * 2);line-height:1.14;max-width:var(--state-public);}
.grid-_strong-points h3{font-size:calc(16.4px * 1.35);line-height:1.22;}
.grid-_strong-points p{font-size:16.4px;line-height:1.61;}
.grid-_strong-points a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.grid-_strong-points img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.grid-_strong-points .main-links{margin-top:1.5rem;max-width:var(--state-public);}
.grid-_strong-points .local-actions{margin-top:calc(1.37rem * 1.5);font-size:calc(16.4px * .875);opacity:.88;}
.grid-_strong-points .public-surface{display:flex;flex-direction:column;gap:var(--field-base);margin-top:0;}
.grid-_strong-points .strong-grid{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid currentColor;}
.grid-_strong-points .strong-grid p{margin-top:calc(1.5rem / 3);}
.grid-_strong-points .contact-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.37rem;}
.grid-_strong-points .contact-links>.local-visual{flex:1 1 calc(1260px / 3);min-width:0;}
.grid-_strong-points .contact-links>.public-surface{flex:2 1 calc(1260px / 2);}
.grid-_strong-points .contact-links>img{margin-left:auto;max-width:var(--copy-button);}
.grid-_strong-points .quiet-flow{margin-top:calc(1.37rem * 1.5);font-size:calc(16.4px * .875);max-width:var(--state-public);}
@media (max-width:760px){.grid-_strong-points .contact-links>img{margin-left:0;max-width:100%;}.grid-_strong-points h2{max-width:none;}
}
.strong-wrap{
    background:#F7F9FD;
    color:#0B1A33;
    padding:calc(1.5rem * 2.4) 1.94rem;
}
.strong-wrap .compact-benefit{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 1.5);}
.strong-wrap .soft-region{max-width:52rem;}
.strong-wrap .team-form{margin:0 0 0.6rem;
    font-size:calc(16.4px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    font-weight:700;}
.strong-wrap h1{font-size:calc(16.4px * 2.65);
    line-height:1.15;
    margin:0 0 0.9rem;}
.strong-wrap .main-links{font-size:calc(16.4px * 1.125);
    line-height:1.61;
    margin:0;}
.strong-wrap .content-surface{border-radius:0.79rem;
    overflow:hidden;
    box-shadow:0 8px 26px rgba(0,0,0,0.18);}
.strong-wrap .content-surface img{display:block;
    width:100%;
    height:auto;}
.strong-wrap .visual-group{display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 1.5);}
.strong-wrap .main-service{
    background:#FFFFFF;
    color:#0B1A33;
    border:1px solid #D6DFEE;
    border-radius:0.79rem;
    padding:calc(1.5rem * .75);
}
.strong-wrap .main-service h2{font-size:calc(16.4px * 2);
    margin:0 0 0.8rem;}
.strong-wrap .main-service p{margin:0 0 0.9rem;
    line-height:1.61;}
.strong-wrap .main-service p:last-child{margin-bottom:0;}
.strong-wrap .featured-stack{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    line-height:1.61;}
.strong-wrap .quiet-flow{border-top:1px solid #D6DFEE;
    padding-top:0.9rem;
    font-size:calc(16.4px * .875);}
.strong-wrap .quiet-flow a{text-decoration:underline;
    text-underline-offset:2px;}
.strong-wrap .quiet-flow a:hover{}
@media (min-width: 900px){.strong-wrap .visual-group{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:1.37rem;
    }.strong-wrap .main-service.task,
    .strong-wrap .main-service.outcome{
        grid-column:1 / -1;
    }
}
.secondary-group{
    background:linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
    color:#FFFFFF;
    padding:calc(1.5rem * 2.4) 1.94rem;
}
.secondary-group .c{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 1.5);}
.secondary-group .clear-proof{max-width:52rem;
    margin:0 auto;
    text-align:center;}
.secondary-group h1{font-size:calc(16.4px * 2.65);
    line-height:1.15;
    margin:0 0 calc(1.37rem * 1.5);
    letter-spacing:-0.01em;}
.secondary-group .plain-stack{font-size:calc(16.4px * 1.125);
    line-height:1.61;
    margin:0;
    opacity:0.92;}
.secondary-group .local-story{display:block;}
.secondary-group .content-links img{width:100%;
    height:auto;
    display:block;
    border-radius:0.79rem;
    box-shadow:0 18px 32px rgba(0,0,0,0.22);}
.secondary-group .top-items,
.secondary-group .plain-plan{
    background:color-mix(in srgb, currentColor 8%, transparent);
    border:1px solid color-mix(in srgb, currentColor 22%, transparent);
    border-radius:0.79rem;
    padding:calc(1.5rem * .75);
    line-height:1.8;
}
.secondary-group .top-items{max-width:60rem;
    margin:0 auto;}
.secondary-group .plain-plan{max-width:60rem;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:1.37rem;}
.secondary-group h2{font-size:calc(16.4px * 2);
    line-height:1.2;
    margin:0 0 calc(1.37rem * 1.5);}
.secondary-group p{margin:0 0 1.37rem;
    font-size:16.4px;}
.secondary-group p:last-child{margin-bottom:0;}
.secondary-group .quiet-flow{margin-top:1.37rem;
    padding-top:1.37rem;
    border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);
    font-size:calc(16.4px * .875);}
.secondary-group .quiet-flow a{color:#FFFFFF;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:opacity 500ms var(--ease-nav);}
.secondary-group .quiet-flow a:hover{opacity:0.78;}
@media (min-width:768px){.secondary-group .top-items,
    .secondary-group .plain-plan{
        padding:calc(calc(1.5rem * .75) * 1.25);
    }
}
.public-inner{
    background:linear-gradient(135deg, #0B1A33 0%, #0B5BFF 58%, #2E86FF 100%);
    color:#FFFFFF;
    padding:calc(1.5rem * 2.4) 1.94rem;
}
.public-inner .c{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.37rem * 1.5);}
.public-inner .clear-proof{max-width:52rem;}
.public-inner h1{font-size:calc(16.4px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;}
.public-inner .plain-stack{font-size:calc(16.4px * 1.125);
    line-height:1.61;
    margin:0;
    opacity:0.92;}
.public-inner .local-story{display:flex;
    flex-wrap:wrap;
    gap:1.37rem;}
.public-inner .content-links{flex:1 1 320px;
    min-width:0;}
.public-inner .content-links img{display:block;
    width:100%;
    height:auto;
    border-radius:0.79rem;
    box-shadow:0 8px 26px rgba(0,0,0,0.18);}
.public-inner .top-items,
.public-inner .plain-plan{
    background:color-mix(in srgb, currentColor 10%, transparent);
    border:1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-radius:0.79rem;
    padding:calc(1.5rem * .75);
    line-height:1.61;
}
.public-inner h2{font-size:calc(16.4px * 2);
    line-height:1.2;
    margin:0 0 0.85rem;}
.public-inner p{margin:0 0 0.9rem;}
.public-inner p:last-child{margin-bottom:0;}
.public-inner .quiet-flow{margin-top:1.1rem;
    font-size:calc(16.4px * .875);}
.public-inner .quiet-flow a{text-decoration:underline;
    text-underline-offset:3px;}
.public-inner .quiet-flow a:hover{}
@media (min-width:768px){.public-inner .top-items,
    .public-inner .plain-plan{
        padding:calc(1.37rem * 1.5);
    }
}
.team-area{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.team-area .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.1rem, 2.6vw, calc(1.37rem * 1.5));}
.team-area .main-benefit{display: flex;
        flex-direction: column;
        gap: .7rem;
        max-width: 46rem;}
.team-area h1{margin: 0;
        font-size: clamp(1.9rem, 5.2vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 770;
        letter-spacing: 0;}
.team-area .main-links{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;
        max-width: 40rem;}
.team-area .content-surface{margin: 0;
        align-self: flex-end;
        width: min(100%, 34rem);}
.team-area .content-surface img{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-panel, 0 2px 8px rgba(0,0,0,0.14));}
@media (max-width: 680px) {.team-area{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }.team-area .content-surface{
            align-self: auto;
            width: 100%;
        }
    }
.strong-list{padding:calc(1.5rem * 2.4) 1.94rem;background:#0B5BFF;color:#FFFFFF}
.strong-list .steady-copy{max-width:1260px;margin:0 auto;display:flex;gap:calc(1.37rem * 1.5);align-items:flex-start}
.strong-list .soft-region{flex:1 1 0;padding:1.37rem 0}
.strong-list h2{margin:0;font-size:calc(16.4px * 2);line-height:1.1}
.strong-list .soft-region p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(16.4px * 1.125);line-height:1.61}
.strong-list ul{list-style:none;margin:calc(1.37rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-list li{max-width:46rem;line-height:1.61}
.strong-list li span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 3);font-size:calc(16.4px * .875);font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.strong-list form{flex:0 1 calc(1260px*.38);background:#FFFFFF;color:#0B1A33;border:1px solid #D6DFEE;border-radius:1.2rem;padding:1.37rem;box-shadow:0 18px 32px rgba(0,0,0,0.22)}
.strong-list .local-actions{margin:0 0 calc(1.37rem * 1.5);font-size:calc(16.4px * .875);line-height:1.61}
.strong-list .offer-stack{display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.strong-list label span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(16.4px * .875);font-weight:700}
.strong-list input{width:100%;border:1px solid #D6DFEE;border-radius:0.43rem;background:#F7F9FD;color:#0B1A33;font:inherit;padding:calc(1.5rem * .75);outline:none}
.strong-list input::placeholder{}
.strong-list input:focus{border-color:#0B5BFF;box-shadow:0 0 0 3px rgba(11, 91, 255, 0.35)}
.strong-list button{width:100%;margin-top:calc(1.37rem * 1.5);border:0;border-radius:0.43rem;background:#FF6A00;color:#1A0E00;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;transition:background 500ms var(--ease-nav)}
.strong-list button:hover{background:#E85C00;color:#0B1A33;}
@media(max-width:780px){.strong-list .steady-copy{display:block}.strong-list form{margin-top:1.5rem}}
.text-nav{padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F9FD;color:#0B1A33}
.text-nav .steady-copy{width:min(100%,calc(1260px*.78));margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.text-nav h2{margin:0;font-size:calc(16.4px * 2);line-height:1.1}
.text-nav .main-links{margin:0;max-width:52ch;font-size:16.4px;line-height:1.61}
.text-nav .public-plan{border-top:1px solid #D6DFEE}
.text-nav .public-plan>*{display:flex;flex-wrap:wrap;gap:1.37rem;padding:1.5rem 0;border-bottom:1px solid #D6DFEE;color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:1.61}
.text-nav .public-plan>*>*{min-width:0;flex:1 1 18rem}
.text-nav .public-plan a:hover{color:inherit;}
.text-nav span{font-size:calc(16.4px * .875);color:var(--paint-strong)}
.text-nav .visual-steps{display:flex;flex-wrap:wrap;gap:calc(1.37rem * 1.5)}
.text-nav .visual-steps .local-actions{flex:1 1 20rem;margin:0;min-width:0;font-size:calc(16.4px * .875);line-height:1.61}
.text-nav .public-surface{flex:1 1 22rem;margin:0;padding:0;list-style:none;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-nav .public-surface li{padding-left:calc(1.5rem * .75);border-left:2px solid #FF6A00;line-height:1.61}
@media(max-width:680px){.text-nav .public-plan>*{display:block}.text-nav .public-plan>*>*{display:block}.text-nav span{display:block;margin-bottom:calc(1.5rem * .75)}}
.public-copy{padding:calc(1.5rem * 2.4) 1.94rem;background:#0B1A33;color:#F2F5FA}
.public-copy .public-callout{max-width:min(1260px,62rem);margin:0 auto}
.public-copy h2{margin:0;font-size:calc(16.4px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.public-copy .site-brand{margin:1.5rem 0 calc(1.37rem * 1.5);font-size:calc(16.4px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 74%,transparent);max-width:52rem}
.public-copy ol{margin:0;padding-left:1.37rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-copy li{padding:0}
.public-copy li::marker{color:#FF6A00;font-size:16.4px;font-weight:700}
.public-copy h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.4px * 1.35);line-height:1.25}
.public-copy li p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent);line-height:1.6}
@media (max-width:720px){.public-copy .site-brand{font-size:16.4px}.public-copy ol{padding-left:1.1rem}
}
.narrow-body{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--surface-cool);color:var(--paint-strong)}
.narrow-body .main-steps{max-width:min(1260px,66rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.narrow-body h2{margin:0;font-size:calc(16.4px * 2);line-height:1.15}
.narrow-body .site-brand{margin:0;font-size:calc(16.4px * 1.125);max-width:52rem}
.narrow-body .contact-story{padding:calc(1.5rem * .75) 0 0;border-top:1px solid #D6DFEE}
.narrow-body .contact-story:first-of-type{border-top:0;padding-top:0}
.narrow-body h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.4px * 1.35);line-height:1.25}
.narrow-body .contact-story p{margin:0;max-width:60rem}
@media (max-width:640px){.narrow-body .site-brand{font-size:16.4px}
}
.bottom-stack{
        padding: calc(calc(1.5rem * 2.4) * .72) 1.94rem;
        background: linear-gradient(120deg, #FF6A00 0%, #FF8A2B 100%);
        color: #1A0E00;
    }
.bottom-stack .steady-copy{max-width: 1260px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        gap: clamp(1.2rem, 3vw, calc(1.37rem * 1.5));
        align-items: center;}
.bottom-stack .main-links{display: flex;
        flex-direction: column;
        gap: clamp(.7rem, 1.6vw, 1.1rem);}
.bottom-stack h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(16.4px * 2.65));
        line-height: 1.04;
        font-weight: 780;
        letter-spacing: -0.01em;}
.bottom-stack p{margin: 0;
        max-width: 34rem;
        font-size: clamp(1rem, 1.3vw, 16.4px);
        line-height: 1.7;}
.bottom-stack .content-surface{margin: 0;
        display: block;}
.bottom-stack .contact-section{display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 0.79rem;
        box-shadow: var(--shadow-soft, 0 8px 26px rgba(0,0,0,0.18));}
@media (max-width: 780px) {.bottom-stack .steady-copy{
            grid-template-columns: 1fr;
        }.bottom-stack .contact-section{
            aspect-ratio: 16/9;
        }.bottom-stack{
            padding-top: calc(calc(1.5rem * 2.4) * .54);
            padding-bottom: calc(calc(1.5rem * 2.4) * .54);
        }
    }
.main-panel{
  --stack-tight:calc(calc(1.37rem * 1.5) * 1.15);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F9FD;
  color:#0B1A33;
}
.main-panel .steady-copy{max-width:1260px;
  margin:0 auto;}
.main-panel h2,
.main-panel p{margin:0;}
.main-panel h2{font-size:calc(16.4px * 2);
  line-height:1.14;}
.main-panel .local-brand{display:flex;
  flex-direction:column;
  gap:var(--stack-tight);}
.main-panel .primary-note{display:flex;
  flex-direction:column;
  gap:calc(1.37rem * 1.5);
  max-width:calc(1260px * 0.62);}
.main-panel .main-links{font-size:calc(16.4px * 1.125);
  line-height:1.61;}
.main-panel .local-actions{font-size:calc(16.4px * .875);
  line-height:1.61;
  color:var(--paint-strong);}
.main-panel .simple-rail{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.37rem;
  padding-top:calc(1.37rem * 1.5);
  border-top:1px solid #D6DFEE;}
.main-panel .top-brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.43rem;
  background:#0B5BFF;
  color:#FFFFFF;
  font-size:16.4px;
  font-weight:600;
  text-decoration:none;
  transition:background 500ms var(--ease-nav);
}
.main-panel .top-brand:hover{
  background:#0847CC;color:#0B1A33;}
.main-panel .quiet-flow{flex:1 1 18rem;
  font-size:calc(16.4px * .875);
  line-height:1.61;
  color:var(--paint-strong);}
.main-panel .quiet-flow a{color:#0B5BFF;
  text-decoration:underline;
  text-underline-offset:2px;}
.main-panel .quiet-flow a:hover{color:inherit;}
@media (max-width:720px){.main-panel .primary-note{
    max-width:100%;
  }.main-panel .top-brand{
    width:100%;
  }
}
.fresh-brand{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #FF6A00;
  color: #1A0E00;
}
.fresh-brand .steady-copy{max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 1.37rem;
  align-items: start;}
.fresh-brand .content-quote{
  padding: calc(1.5rem * .75);
  border-radius: 1.2rem;
  background: #0B1A33;
  color: #F2F5FA;
}
.fresh-brand .content-quote span{display: inline-block;
  font-size: calc(16.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.fresh-brand h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.4px * 2);
  line-height: 1.1;}
.fresh-brand .content-quote p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.4px * 1.125);
  line-height: 1.61;color:inherit;
  opacity: .88;}
.fresh-brand .top-surface{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.fresh-brand .top-surface div{
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #FFFFFF;
  color: #0B1A33;
  border: 1px solid #D6DFEE;
  box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}
.fresh-brand .top-surface strong{display: block;
  font-size: calc(16.4px * 1.35);
  line-height: 1.25;}
.fresh-brand .top-surface p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.4px;}
.fresh-brand .top-surface a{text-decoration: underline;
  text-underline-offset: 2px;}
.fresh-brand .top-surface a:hover{}
@media (max-width: 760px) {.fresh-brand .steady-copy{
    grid-template-columns: 1fr;
  }
}
.content-figure{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.94rem;background:#0B1A33;color:#F2F5FA}
.content-figure .steady-copy{position:relative;z-index:1;max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.37rem * 1.5)}
.content-figure .main-links{max-width:44rem}
.content-figure .content-note{margin:0;font-size:calc(16.4px * .875);letter-spacing:.14em;text-transform:uppercase;}
.content-figure h1{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.4px * 2.65);line-height:1.05}
.content-figure .local-visual{margin:calc(1.37rem * 1.5) 0 0;font-size:calc(16.4px * 1.125);line-height:1.61;color:#F2F5FA;opacity:.86}
.content-figure .quiet-flow{display:flex;flex-wrap:wrap;align-items:center;gap:1.37rem}
.content-figure .top-brand{display:inline-block;padding:.85rem 1.4rem;border-radius:0.43rem;background:#FF6A00;color:#1A0E00;font-size:16.4px;text-decoration:none;transition:background 500ms var(--ease-nav)}
.content-figure .top-brand:hover{background:#E85C00;color:#0B1A33;}
.content-figure .active-details{color:#F2F5FA;font-size:16.4px;text-decoration:underline;text-underline-offset:.24em;opacity:.9}
.content-figure .active-details:hover{opacity:1}
.content-figure .local-actions{margin:0;max-width:52rem;font-size:calc(16.4px * .875);line-height:1.61;color:#F2F5FA;opacity:.72}
.content-figure .local-actions a{text-underline-offset:.2em}
.content-figure .local-actions a:hover{}
@media(max-width:560px){.content-figure .quiet-flow{flex-direction:column;align-items:flex-start}.content-figure h1{font-size:calc(16.4px * 2)}
}
