body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --speed-soft: cubic-bezier(0.4,0,0.2,1);
  --tone-base: #F5F7FD;
  --ink-strong: #0B1226;
}
.compact-benefit {
    width: 100%;
    background: var(--tone-base);
    color: var(--ink-strong);
    border-bottom: 1px solid rgba(120, 145, 210, 0.28);
  }
.primary-menu {
    max-width: 1460px;
    margin: 0 auto;
    padding: 1.5rem 2.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.84rem;
  }
.public-lead {
    display: flex;
    align-items: center;
    gap: calc(1.84rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
.compact-form {
    font-size: calc(17.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-strong);
    text-decoration: none;
    white-space: nowrap;
  }
.compact-form:hover {
    color: #04231D;
  }
.public-nav {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.84rem;
  }
.nav-link {
    display: inline-block;
    padding: calc(1.5rem / 2) calc(2.15rem / 2);
    font-size: 17.4px;
    color: var(--ink-strong);
    text-decoration: none;
    border-radius: 0.32rem;
    transition: background-color 420ms var(--speed-soft), color 420ms var(--speed-soft);
  }
.nav-link:hover {
    background: #00E0B8;
    color: #04231D;
  }
.quiet-quote {
    display: flex;
    align-items: center;
    gap: 1.84rem;
    flex: 0 0 auto;
  }
.contact-actions {
    display: inline-block;
    padding: calc(1.5rem / 1.5) calc(2.15rem * 1.25);
    background: #00E0B8;
    color: #04231D;
    font-size: 17.4px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.51rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.11);
    transition: background-color 420ms var(--speed-soft), color 420ms var(--speed-soft);
    white-space: nowrap;
  }
.contact-actions:hover {
    background: #00C7A4;
    color: #04231D;
  }
.text-section {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--ink-strong);
    border-radius: 0.32rem;
    cursor: pointer;
  }
.secondary-grid{
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink-strong);
    border-radius: 2px;color:#E8EDFA;}
@media (max-width: 767px) {
    .primary-menu {
      flex-wrap: wrap;
      padding: 1.5rem 2.15rem;
    }

    .public-lead {
      flex: 1 1 auto;
      gap: 1.84rem;
    }

    .public-nav {
      display: none;
      order: 3;
      flex-basis: 100%;
      width: 100%;
      margin-top: 1.5rem;
      border-top: 1px solid rgba(120, 145, 210, 0.28);
      padding-top: 1.5rem;
    }

    .public-nav.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: calc(1.84rem / 2);
    }

    .nav-link {
      display: block;
      padding: calc(1.5rem / 1.5) calc(2.15rem / 2);
    }

    .contact-actions {
      display: none;
    }

    .text-section {
      display: flex;
    }
  }
.secondary-summary{font-family:"Sora", sans-serif;font-size:17.4px;line-height:1.66;padding:calc(1.5rem * 2.4) 2.15rem;width:100%;background:var(--tone-base);color:var(--ink-strong);}
.public-shell{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5)}
.simple-contact{display:grid;grid-template-columns:1.4fr 1.2fr 1fr 1.4fr;gap:1.84rem;align-items:start}
.local-team{min-width:0}
.clear-team{font-size:calc(17.4px * 1.35);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.open-body{margin:0;font-size:calc(17.4px * .875);max-width:32ch}
.text-contact{font-size:17.4px;font-weight:600;margin:0 0 calc(1.5rem * .75);text-transform:none}
.visual-proof{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.visual-proof a{color:inherit;text-decoration:none;font-size:calc(17.4px * .875);border-bottom:1px solid transparent;transition:border-color 420ms var(--speed-soft)}
.visual-proof a:hover,
  .visual-proof a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.secondary-plan li{display:flex;flex-direction:column;gap:0.15rem}
.offer-region{font-size:calc(17.4px * .875);font-weight:600}
.bottom-track{font-size:calc(17.4px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.narrow-fields{margin:0;padding-top:calc(1.84rem * 1.5);border-top:1px solid currentColor;font-size:calc(17.4px * .875);max-width:90ch}
.main{padding-top:calc(1.5rem * .75);border-top:1px solid currentColor}
.quiet-steps{margin:0;font-size:calc(17.4px * .875)}
@media (max-width: 960px) {.simple-contact{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.simple-contact{grid-template-columns:1fr}.secondary-summary{padding:calc(1.84rem * 1.5) 2.15rem;background:var(--tone-base);color:var(--ink-strong);}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.15rem;right:2.15rem;bottom:1.5rem;z-index:1200;}
.cookies .text-proof{max-width:min(920px,100%);margin:0 auto;padding:calc(1.5rem * 0.9) 2.15rem;border-radius:1.11rem;background:linear-gradient(135deg,#00E0B8,#1E47D6);color:#04231D;box-shadow:0 16px 52px rgba(0,0,0,0.17);display:grid;grid-template-columns:1fr auto;gap:1.84rem;align-items:center;}
.cookies .public-entries strong{display:block;margin-bottom:4px;}
.cookies .public-entries p{margin:0;opacity:0.95;}
.cookies .compact-steps{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.cookies .compact-steps button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.32rem;padding:8px 12px;cursor:pointer;}
.cookies .compact-steps button.cookie-accept{background:#F4F7FF;border-color:transparent;font-weight:700;color:#2B5BFF;}
@media (max-width: 760px){.cookies .text-proof{grid-template-columns:1fr;}

        .cookies .compact-steps{justify-content:flex-start;}
    }
.top-content{--state-main:calc(1.5rem * 1.42);--label-base:calc(1460px / 3.35);padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA;}
.top-content .main-plan{max-width:1460px;margin:0 auto;}
.top-content h1,.top-content p{margin:0;}
.top-content h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.top-content p{font-size:17.4px;line-height:1.66;}
.top-content a{color:inherit;text-decoration:none;}
.top-content img{display:block;width:100%;height:auto;border-radius:0.87rem;box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.top-content .text-image{display:flex;flex-wrap:wrap-reverse;align-items:center;gap:1.84rem;}
.top-content .text-image>img{flex:0 1 min(var(--label-base),38vw);width:min(var(--label-base),100%);}
.top-content .compact-proof{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.top-content .visual-media{color:color-mix(in srgb, currentColor 82%, transparent);}
.top-content .page-copy{font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.top-content .service-footer{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.32rem;background:#00E0B8;color:#04231D;transition:background 420ms var(--speed-soft);}
.top-content .service-footer:hover{background:#00C7A4;color:#E8EDFA;}
.top-content .active-note{font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.top-content .active-note a{text-decoration:underline;text-underline-offset:3px;}
.top-content .active-note a:hover{}
@media(max-width:760px){.top-content .text-image{align-items:flex-start;flex-direction:column;}.top-content .text-image>img{flex:1 1 auto;width:100%;}}
.active-service{--state-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.active-service .main-plan{max-width:1460px;margin:0 auto;}
.active-service h2,.active-service h3,.active-service p{margin:0;}
.active-service h2{font-size:calc(17.4px * 2);line-height:1.14;}
.active-service h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.active-service p{font-size:17.4px;line-height:1.66;}
.active-service .compact-block{display:flex;flex-direction:column;gap:calc(calc(1.84rem * 1.5) / 1.4);}
.active-service .page-copy{font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:#00E0B8;}
.active-service .visual-media{color:#C9D3EE;}
.active-service .area{display:flex;flex-direction:column;gap:var(--state-main);margin-top:var(--state-main);border-top:1px solid rgba(120, 145, 210, 0.28);padding-top:var(--state-main);}
.active-service .cluster{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(calc(1.84rem * 1.5) / 2.2);padding-bottom:var(--state-main);border-bottom:1px solid rgba(120, 145, 210, 0.28);}
.active-service .cluster:last-child{border-bottom:0;padding-bottom:0;}
.active-service .cluster p{color:#C9D3EE;}
.active-service .active-note{margin-top:var(--state-main);padding-top:calc(1.84rem * 1.5);border-top:1px solid rgba(120, 145, 210, 0.28);font-size:calc(17.4px * .875);color:#C9D3EE;}
.active-service .active-note a{color:inherit;text-decoration:none;border-bottom:1px solid #2B5BFF;}
.active-service .active-note a:hover{color:#00E0B8;border-bottom-color:#00E0B8;}
@media (min-width:760px){.active-service .cluster{grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);align-items:start;gap:calc(1.84rem * 1.5);}
}
.steady-wrap{--state-main:calc(1.5rem * 1.09);--axis-base:calc(1460px / 2.95);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.steady-wrap .main-plan{max-width:1460px;margin:0 auto;}
.steady-wrap h2,.steady-wrap h3,.steady-wrap p{margin:0;}
.steady-wrap h2{font-size:calc(17.4px * 2);line-height:1.12;}
.steady-wrap h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.steady-wrap p{font-size:17.4px;line-height:1.66;}
.steady-wrap a{text-decoration:none;border-bottom:1px solid rgba(0, 224, 184, 0.55);}
.steady-wrap a:hover{}
.steady-wrap .page-copy{margin-bottom:calc(1.5rem / 2);font-size:calc(17.4px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.steady-wrap .visual-media{margin-top:1.5rem;}
.steady-wrap .area{display:flex;flex-direction:column;gap:var(--state-main);margin-top:var(--state-main);border-top:1px solid rgba(120, 145, 210, 0.28);padding-top:var(--state-main);}
.steady-wrap .cluster{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);}
.steady-wrap .cluster p{margin-top:0;}
.steady-wrap .active-note{margin-top:var(--state-main);padding-top:1.5rem;border-top:1px solid rgba(120, 145, 210, 0.28);font-size:calc(17.4px * .875);}
@media (min-width:900px){.steady-wrap .cluster{grid-template-columns:calc(var(--axis-base) * 0.9) minmax(0,1fr);gap:1.84rem;align-items:start;}.steady-wrap .cluster h3{margin-top:0;}
}
.primary-brand{--state-main:calc(1.5rem * 1.05);--paint-muted:calc(1460px / 3.6);padding:calc(1.5rem * 2.4) 2.15rem;background:#0E1630;color:#C9D3EE;}
.primary-brand .main-plan{max-width:1460px;margin:0 auto;}
.primary-brand h2,.primary-brand h3,.primary-brand p{margin:0;}
.primary-brand h2{font-size:calc(17.4px * 2);line-height:1.14;}
.primary-brand h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.primary-brand p{font-size:17.4px;line-height:1.66;}
.primary-brand .wide-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;}
.primary-brand .wide-frame>h2{flex:1 1 calc(1460px / 3.2);min-width:0;}
.primary-brand .wide-frame>.visual-media{flex:1 1 calc(1460px / 3.2);min-width:0;}
.primary-brand .wide-frame>.area{flex:1 1 100%;}
.primary-brand .wide-frame>.page-copy{flex:1 1 100%;}
.primary-brand .area{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.primary-brand .cluster{flex:1 1 var(--paint-muted);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.87rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);}
.primary-brand .cluster img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.primary-brand .cluster p{color:#E8EDFA;opacity:.86;}
.primary-brand .cluster a{display:inline-block;margin-top:auto;padding-top:calc(calc(1.5rem * .75) * .4);color:inherit;text-decoration:none;font-size:calc(17.4px * .875);}
.primary-brand .cluster a:hover{color:#00E0B8;}
.primary-brand .page-copy{margin-top:var(--state-main);padding-top:calc(calc(1.5rem * .75) * .8);border-top:1px solid rgba(120, 145, 210, 0.28);font-size:calc(17.4px * .875);}
.primary-brand .page-copy a{color:inherit;text-decoration:none;}
.primary-brand .page-copy a:hover{color:#00E0B8;}
@media (max-width:720px){.primary-brand .wide-frame>h2,.primary-brand .wide-frame>.visual-media{flex:1 1 100%;}.primary-brand .cluster{flex:1 1 100%;}
}
.narrow-copy{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA;}
.narrow-copy .main-plan{max-width:1460px;margin:0 auto;}
.narrow-copy .bottom-media{margin-bottom:calc(1.84rem * 1.5);}
.narrow-copy .bottom-media p{margin:0;font-size:calc(17.4px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.narrow-copy .bottom-media h2{margin:calc(1.5rem * .75) 0 0;font-size:calc(17.4px * 2);line-height:1.2;}
.narrow-copy .visual-media{margin:0 0 calc(1.84rem * 1.5);font-size:17.4px;line-height:1.66;}
.narrow-copy .offer-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.narrow-copy .cluster{border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);background:#111A38;color:#E8EDFA;padding:calc(1.5rem * .75) calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.narrow-copy .cluster .wide-lead{display:inline-block;font-size:calc(17.4px * .875);font-weight:700;padding:2px 10px;border-radius:0.32rem;background:#00E0B8;color:#04231D;}
.narrow-copy .cluster h3{margin:calc(1.84rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.3;}
.narrow-copy .cluster p{margin:0;font-size:17.4px;line-height:1.66;}
.narrow-copy .quiet-lead{display:flex;flex-wrap:wrap;gap:1.84rem;margin-top:calc(1.84rem * 1.5);}
.narrow-copy .direct-surface{flex:1 1 280px;border-radius:0.51rem;border:1px solid rgba(120, 145, 210, 0.28);background:#0E1630;color:#C9D3EE;padding:calc(1.5rem * .75);}
.narrow-copy .direct-surface h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.125);}
.narrow-copy .direct-surface p{margin:0;font-size:17.4px;line-height:1.66;}
.narrow-copy .direct-surface a{text-decoration:none;}
.narrow-copy .direct-surface a:hover{}
.narrow-copy .active-note{margin:calc(1.84rem * 1.5) 0 0;font-size:17.4px;line-height:1.66;}
.narrow-copy .active-note a{text-decoration:underline;}
.narrow-copy .active-note a:hover{}
@media (max-width:640px){.narrow-copy .bottom-media h2{font-size:calc(17.4px * 1.35);}.narrow-copy .quiet-lead{flex-direction:column;}
    }
.badge-_second-hero-block{padding:calc(calc(1.5rem * 2.4)*.7) 2.15rem;background:#070C1C;color:#E8EDFA;}
.badge-_second-hero-block .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.badge-_second-hero-block .compact-proof{flex:1 1 26rem;min-width:0;}
.badge-_second-hero-block .focused-nav{display:block;flex:0 1 24rem;width:min(38vw,26rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.87rem;}
.badge-_second-hero-block h1{margin:0;font-size:clamp(1.9rem,4.2vw,calc(17.4px * 2.65));line-height:1.1;font-weight:660;letter-spacing:0;}
.badge-_second-hero-block p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,17.4px);line-height:1.72;color:#C9D3EE;}
@media (max-width:760px){.badge-_second-hero-block .text-inner{display:block;}.badge-_second-hero-block .focused-nav{width:100%;aspect-ratio:16/9;margin-top:1.5rem;}.badge-_second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.fresh-steps{--state-main:calc(1.5rem * 0.95);--axis-soft:calc(1460px / 3.1);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.fresh-steps .main-plan{max-width:1460px;margin:0 auto;}
.fresh-steps h1,.fresh-steps h2,.fresh-steps h3,.fresh-steps p{margin:0;}
.fresh-steps h2{font-size:calc(17.4px * 2);line-height:1.12;}
.fresh-steps h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.fresh-steps p{font-size:17.4px;line-height:1.66;}
.fresh-steps .page-copy{font-size:calc(17.4px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.fresh-steps .visual-media{margin-top:calc(1.5rem / 2);}
.fresh-steps a{color:inherit;text-decoration:none;}
.fresh-steps .service-footer{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.32rem;background:#2B5BFF;color:#F4F7FF;transition:background 420ms var(--speed-soft);}
.fresh-steps .service-footer:hover{background:#1E47D6;color:#E8EDFA;}
.fresh-steps .area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;margin-top:var(--state-main);}
.fresh-steps .cluster{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(120, 145, 210, 0.28);}
.fresh-steps .cluster p{margin-top:calc(1.5rem / 3);}
.fresh-steps .bottom-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;}
.fresh-steps .bottom-shell>.compact-proof{flex:1 1 auto;min-width:0;}
.fresh-steps .bottom-shell>.service-footer{flex:0 0 auto;}
.fresh-steps .bottom-shell>.area{flex:1 1 100%;}
.fresh-steps .compact-proof h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.fresh-steps .cluster{flex:1 1 100%;}.fresh-steps .service-footer{width:100%;}
}
.soft-frame{--state-main:calc(1.5rem * 1.1);--measure-hero:calc(calc(1.5rem * .75) * 1.1);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.soft-frame .main-plan{max-width:1460px;margin:0 auto;}
.soft-frame h2,.soft-frame h3,.soft-frame p{margin:0;}
.soft-frame h2{font-size:calc(17.4px * 2);line-height:1.14;}
.soft-frame h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.soft-frame p{font-size:17.4px;line-height:1.66;}
.soft-frame .bottom-media{display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);padding-bottom:calc(1.84rem * 1.5);border-bottom:1px solid rgba(120, 145, 210, 0.28);}
.soft-frame .visual-media{color:#C9D3EE;}
.soft-frame .clear-panel{display:flex;flex-direction:column;gap:var(--measure-hero);margin-top:var(--state-main);}
.soft-frame .cluster{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(120, 145, 210, 0.28);}
.soft-frame .cluster:last-of-type{border-bottom:none;}
.soft-frame .cluster p{margin-top:calc(1.5rem / 3);color:#C9D3EE;}
.soft-frame .page-copy{margin-top:var(--state-main);font-size:calc(17.4px * .875);color:#C9D3EE;}
.soft-frame .page-copy a{color:inherit;text-decoration:none;border-bottom:1px solid #2B5BFF;}
.soft-frame .page-copy a:hover{color:#00E0B8;border-bottom-color:#00E0B8;}
@media (min-width:900px){.soft-frame .bottom-media{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.84rem;}.soft-frame .bottom-media h2{flex:0 0 auto;}.soft-frame .bottom-media .visual-media{flex:1 1 auto;}
}
.secondary-group{
  background: linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.secondary-group .main-plan{width: min(100%, 1460px);
  margin: 0 auto;}
.secondary-group .active-team{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.11rem;
  margin-bottom: calc(1.84rem * 1.5);}
.secondary-group h2,
.secondary-group p{margin: 0;}
.secondary-group .bottom-brand{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.84rem;}
.secondary-group h2{font-size: calc(17.4px * 2.65);
  line-height: 1.05;
  flex: 1 1 16rem;
  min-width: 0;}
.secondary-group .media-team{flex: 2 1 32rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.secondary-group .media-team p{line-height: 1.66;
  font-size: 17.4px;}
.secondary-group strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 17.4px;}
@media (max-width: 820px) {.secondary-group .active-team{ aspect-ratio: 16 / 10; }.secondary-group h2{ flex: 1 1 100%; }.secondary-group .media-team{ flex: 1 1 100%; }
}
.clear-intro{
  --state-main:calc(1.5rem * 1.21);
  --axis-base:calc(1460px / 2.35);
  padding:calc(1.5rem * 2.4) 2.15rem;
  background:#0E1630;
  color:#C9D3EE;
}
.clear-intro .main-plan{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-main);}
.clear-intro h2,
.clear-intro h3,
.clear-intro p{margin:0;}
.clear-intro h2{font-size:calc(17.4px * 2);
  line-height:1.12;}
.clear-intro h3{font-size:calc(17.4px * 1.35);
  line-height:1.22;}
.clear-intro p{font-size:17.4px;
  line-height:1.66;}
.clear-intro .compact-block{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.84rem;}
.clear-intro .compact-block>h2{flex:1 1 calc(1460px / 3.2);
  min-width:0;}
.clear-intro .compact-block>.visual-media{flex:1 1 calc(1460px / 2.6);
  min-width:0;
  color:#C9D3EE;}
.clear-intro .area{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(120, 145, 210, 0.28);}
.clear-intro .cluster{display:flex;
  flex-wrap:wrap;
  gap:1.84rem;
  padding:calc(1.84rem * 1.5) 0;
  border-bottom:1px solid rgba(120, 145, 210, 0.28);}
.clear-intro .cluster>h3{flex:1 1 calc(1460px / 3.4);
  min-width:0;}
.clear-intro .cluster>p{flex:1 1 calc(1460px / 2.2);
  min-width:0;}
.clear-intro .page-copy{font-size:calc(17.4px * .875);
  color:#C9D3EE;}
.clear-intro a{color:inherit;
  text-decoration:none;}
.clear-intro a:hover{color:#00E0B8;}
@media (max-width:720px){.clear-intro .compact-block>h2,
  .clear-intro .compact-block>.visual-media,
  .clear-intro .cluster>h3,
  .clear-intro .cluster>p{
    flex:1 1 100%;
  }
}
.compact-unit{
    padding:calc(calc(1.5rem * 2.4)*.66) 2.15rem;
    background:#070C1C;
    color:#E8EDFA;
  }
.compact-unit .text-inner{max-width:1460px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4.5vw,calc(1.84rem * 1.5));}
.compact-unit .focused-nav{display:block;
    flex:0 1 26rem;
    width:min(32vw,26rem);
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:0.87rem;
    box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.compact-unit .narrow-inner{flex:1 1 auto;
    min-width:0;}
.compact-unit h1{margin:0;
    font-size:clamp(1.85rem,4.2vw,calc(17.4px * 2.65));
    line-height:1.1;
    font-weight:660;
    letter-spacing:-0.01em;}
.compact-unit p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,17.4px);
    line-height:1.72;
    color:#C9D3EE;}
@media (max-width:760px){.compact-unit{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.compact-unit .text-inner{display:block;}.compact-unit .focused-nav{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}
  }
.open-team{--state-main:calc(1.5rem * 1.42);--axis-base:calc(1460px / 2.30);--label-base:calc(1460px / 3.66);padding:calc(1.5rem * 2.4) 2.15rem;background:#2B5BFF;color:#F4F7FF;}
.open-team .main-plan{max-width:1460px;margin:0 auto;}
.open-team h1,.open-team h2,.open-team h3,.open-team p{margin:0;}
.open-team h1{font-size:calc(17.4px * 2.65);line-height:1.08;}
.open-team h2{font-size:calc(17.4px * 2);line-height:1.12;}
.open-team h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.open-team p{font-size:17.4px;line-height:1.66;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-team a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.open-team a:hover{border-bottom-color:currentColor;}
.open-team img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.open-team .page-copy{font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.open-team .visual-media{margin-top:calc(1.5rem / 1.4);}
.open-team .area{display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.open-team .cluster{flex:1 1 calc(1460px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.51rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.open-team .cluster p{margin-top:calc(1.5rem / 3);}
.open-team .cluster img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.open-team .active-method>.area{margin-top:var(--state-main);}
.open-team .active-method>h2{margin-top:var(--state-main);}
.open-team .active-note{margin-top:calc(1.5rem / 1.6);font-size:calc(17.4px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width:720px){.open-team .cluster{flex:1 1 100%;}
}
.wide-team{
  padding: calc(1.5rem * 2.4) 2.15rem;
  background: #070C1C;
  color: #E8EDFA;
}
.wide-team .main-plan{max-width: 1460px;
  margin: 0 auto;}
.wide-team .public-story{margin-bottom: calc(1.84rem * 1.5);}
.wide-team h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.wide-team .public-story p{margin: calc(1.5rem * .75) 0 0;
  color: #C9D3EE;
  font-size: calc(17.4px * 1.125);}
.wide-team .featured-note{display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.wide-team .service-quote{display: flex;
  flex-wrap: wrap;
  gap: 1.84rem;
  align-items: flex-start;}
.wide-team .page-copy{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: #111A38;
  color: #E8EDFA;
  border: 1px solid rgba(120, 145, 210, 0.28);
}
.wide-team .page-copy strong{display: block;
  font-size: calc(17.4px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.wide-team .page-copy p{margin: 0;
  color: #C9D3EE;
  font-size: 17.4px;}
.wide-team .service-footer{
  flex: 1 1 24rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: #0E1630;
  color: #C9D3EE;
  border: 1px solid rgba(120, 145, 210, 0.28);
}
.wide-team .direct-surface{font-size: calc(17.4px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.wide-team .service-footer input,
.wide-team .service-footer select{
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 0.51rem;
  border: 1px solid rgba(120, 145, 210, 0.28);
  background: #070C1C;
  color: #E8EDFA;
  font-family: inherit;
  font-size: 17.4px;
}
.wide-team .service-footer input::placeholder{color: rgba(255,255,255,0.55);}
.wide-team .service-footer button{
  align-self: flex-start;
  padding: 0.75rem 1.4rem;
  border: 0;
  border-radius: 0.51rem;
  background: #2B5BFF;
  color: #F4F7FF;
  font-family: inherit;
  font-size: 17.4px;
  cursor: pointer;
  transition: background 420ms var(--speed-soft);
}
.wide-team .service-footer button:hover{
  background: #1E47D6;color:#E8EDFA;}
.wide-team .service-footer small{font-size: calc(17.4px * .875);
  color: #C9D3EE;}
.wide-team .quiet-lead{padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid rgba(120, 145, 210, 0.28);}
.wide-team .quiet-lead p{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.4px;
  color: #E8EDFA;}
.wide-team .quiet-lead a{color:inherit;
  text-decoration: none;}
.wide-team .quiet-lead a:hover{color: #00E0B8;}
.wide-team .quiet-lead .secondary-headline{margin: 0;
  font-size: calc(17.4px * .875);
  color: #C9D3EE;}
@media (max-width: 780px) {.wide-team .service-quote{
    flex-direction: column;
  }
}
.team-flow{--state-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.team-flow .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.team-flow h2,.team-flow h3,.team-flow p{margin:0;}
.team-flow h2{font-size:calc(17.4px * 2);line-height:1.12;}
.team-flow p{font-size:17.4px;line-height:1.66;}
.team-flow .compact-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-flow .visual-media{}
.team-flow .clear-panel{display:flex;flex-direction:column;gap:calc(1.84rem * .8);}
.team-flow details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.51rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);}
.team-flow summary{cursor:pointer;font-weight:700;font-size:calc(17.4px * 1.125);line-height:1.3;}
.team-flow details p{margin-top:calc(1.5rem / 3);}
.team-flow .active-note{margin-top:calc(1.84rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(120, 145, 210, 0.28);}
.team-flow .active-note a{text-decoration:none;border-bottom:1px solid #2B5BFF;}
.team-flow .active-note a:hover{border-bottom-color:#00E0B8;}
@media (max-width:720px){.team-flow details{padding:calc(1.5rem * .75);}
}
.content-feature{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.content-feature .text-inner{max-width:1460px;margin:0 auto;display:flex;align-items:flex-start;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.content-feature .compact-proof{flex:1 1 auto;min-width:0;padding-top:clamp(.25rem,1.5vw,.9rem);}
.content-feature .focused-nav{display:block;width:min(30vw,24rem);max-width:100%;height:auto;aspect-ratio:5/6;object-fit:cover;border-radius:0.87rem;flex:0 0 auto;order:2;}
.content-feature h1{margin:0;font-size:clamp(1.9rem,3.6vw,calc(17.4px * 2.65));line-height:1.12;font-weight:660;letter-spacing:-0.005em;}
.content-feature p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.15vw,17.4px);line-height:1.74;color:#C9D3EE;}
@media (max-width:760px){.content-feature .text-inner{display:block;}.content-feature .focused-nav{width:100%;aspect-ratio:16/9;margin-top:1.5rem;order:0;}.content-feature{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.media-header{--state-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.media-header .main-plan{max-width:1460px;margin:0 auto;}
.media-header h1,.media-header h2,.media-header h3,.media-header p{margin:0;}
.media-header h2{font-size:calc(17.4px * 2);line-height:1.12;}
.media-header p{font-size:17.4px;line-height:1.66;}
.media-header a{color:inherit;text-decoration:none;}
.media-header .visual-media{color:#C9D3EE;}
.media-header .compact-proof{margin-top:calc(1.84rem * 1.5);color:#E8EDFA;}
.media-header .steady-block>h2{margin-top:calc(1.84rem * 1.5);}
.media-header .active-note{display:flex;flex-wrap:wrap;align-items:center;gap:1.84rem;margin-top:calc(1.84rem * 1.5);}
.media-header .service-footer{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.32rem;background:#2B5BFF;color:#F4F7FF;transition:background 420ms var(--speed-soft);}
.media-header .service-footer:hover{background:#1E47D6;color:#E8EDFA;}
.media-header .quiet-lead{font-size:calc(17.4px * .875);color:inherit;border-bottom:1px solid transparent;transition:color 420ms var(--speed-soft),border-color 420ms var(--speed-soft);}
.media-header .quiet-lead:hover{color:#00E0B8;border-bottom-color:#00E0B8;}
@media (max-width:640px){.media-header .active-note{flex-direction:column;align-items:flex-start;}
}
.active-media{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA}
.active-media .main-plan{max-width:1460px;margin:0 auto}
.active-media .public-story{margin-bottom:calc(1.84rem * 1.5)}
.active-media h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.04}
.active-media .public-story p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.66}
.active-media .featured-list{display:flex;align-items:flex-start;gap:calc(1.84rem * 1.5)}
.active-media .clear-panel{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid rgba(120, 145, 210, 0.28);padding-left:calc(1.5rem * .75)}
.active-media button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 420ms var(--speed-soft),transform 420ms var(--speed-soft)}
.active-media button:hover,.active-media button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.active-media .narrow-items{flex:1 1 30rem;align-self:start}
.active-media [data-response]{display:none}
.active-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(420ms*1.8) var(--speed-soft) both}
.active-media h3{margin:0;font-size:calc(17.4px * 2);line-height:1.1}
.active-media [data-response] p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.66}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.84rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.active-media .featured-list{display:block}.active-media .clear-panel{border-left:0;padding-left:0;margin-bottom:calc(1.84rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.active-media [data-response].is-active{animation:none}}
.fresh-contact{
  background: #070C1C;
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.fresh-contact .main-plan{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.fresh-contact h2,
.fresh-contact p{margin: 0;}
.fresh-contact .compact-block{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.fresh-contact h2{font-size: calc(17.4px * 2);
  line-height: 1.08;}
.fresh-contact .compact-block p{color: #C9D3EE;
  line-height: 1.66;}
.fresh-contact .area{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.fresh-contact .secondary-headline{display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid rgba(120, 145, 210, 0.28);}
.fresh-contact .secondary-headline:last-child{border-bottom: 1px solid rgba(120, 145, 210, 0.28);}
.fresh-contact .contact-panel{display: block;
  flex: 0 0 13rem;
  width: 13rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.51rem;}
.fresh-contact strong{display: block;
  font-size: calc(17.4px * 1.35);
  line-height: 1.18;}
.fresh-contact .secondary-headline p{margin-top: calc(1.5rem * .75);
  color: #C9D3EE;
  line-height: 1.66;}
@media (max-width: 820px) {.fresh-contact .secondary-headline{ flex-direction: column; align-items: flex-start; }.fresh-contact .contact-panel{ width: 100%; flex-basis: auto; }
}
.team-method{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#0E1630;color:#E8EDFA;}
.team-method .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.team-method .compact-proof{flex:1 1 32rem;min-width:0;}
.team-method .focused-nav{display:block;flex:0 1 24rem;width:min(100%,24rem);height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.87rem;order:-1;}
.team-method h1{margin:0;font-size:clamp(1.9rem,3.6vw,calc(17.4px * 2.65));line-height:1.1;font-weight:660;letter-spacing:0;}
.team-method p{margin:1.5rem 0 0;font-size:17.4px;line-height:1.72;}
@media (max-width:820px){.team-method .text-inner{display:block;}.team-method .focused-nav{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}.team-method{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.text-brand{
  background:#070C1C;
  color:#E8EDFA;
  padding:calc(1.5rem * 2.4) 2.15rem;
}
.text-brand .main-plan{max-width:1460px;
  margin:0 auto;}
.text-brand .compact-block{max-width:44rem;}
.text-brand h2{margin:0;
  font-size:calc(17.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.text-brand .compact-block p{margin:1.5rem 0 0;
  color:#C9D3EE;
  font-size:calc(17.4px * 1.125);
  line-height:1.66;}
.text-brand .offer-service{margin-top:calc(1.84rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.text-brand .cluster{display:flex;
  flex-wrap:wrap;
  gap:1.84rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.text-brand .cluster + .cluster{border-top:1px solid rgba(120, 145, 210, 0.28);}
.text-brand .cluster strong{flex:0 0 18rem;
  min-width:0;
  font-size:17.4px;
  line-height:1.35;}
.text-brand .cluster span{flex:1 1 20rem;
  min-width:0;
  color:#C9D3EE;
  line-height:1.66;}
.text-brand .active-note{margin:calc(1.84rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid rgba(120, 145, 210, 0.28);
  color:#C9D3EE;
  font-size:calc(17.4px * .875);
  line-height:1.66;}
.text-brand .active-note a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 420ms var(--speed-soft), border-color 420ms var(--speed-soft);}
.text-brand .active-note a:hover,
.text-brand .active-note a:focus-visible{color:#00E0B8;
  border-bottom-color:#00E0B8;}
@media (max-width:720px){.text-brand .cluster{
    display:block;
  }.text-brand .cluster strong{
    display:block;
    flex:none;
  }.text-brand .cluster span{
    display:block;
    margin-top:.4rem;
  }
}
.content-tile{--state-main:calc(1.5rem * 1.15);--axis-base:calc(1460px / 2.4);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.content-tile .main-plan{max-width:1460px;margin:0 auto;}
.content-tile h1,.content-tile h2,.content-tile h3,.content-tile p{margin:0;}
.content-tile h2{font-size:calc(17.4px * 2);line-height:1.14;}
.content-tile h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.content-tile p{font-size:17.4px;line-height:1.66;}
.content-tile .page-copy{font-size:calc(17.4px * .875);letter-spacing:.06em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.content-tile .visual-media{margin-top:1.5rem;}
.content-tile .area{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--state-main) * 1.4);border-top:1px solid rgba(120, 145, 210, 0.28);}
.content-tile .cluster{display:flex;gap:1.84rem;padding:calc(1.84rem * 1.5) 0;border-bottom:1px solid rgba(120, 145, 210, 0.28);}
.content-tile .cluster::before{content:"";flex:0 0 3px;align-self:stretch;border-radius:0.32rem;background:#00E0B8;color:#04231D;}
.content-tile .compact-proof{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-tile .compact-proof p{}
@media (max-width:720px){.content-tile .cluster{flex-direction:column;gap:calc(1.5rem / 2);}.content-tile .cluster::before{flex:0 0 auto;width:48px;height:3px;align-self:flex-start;}
}
.compact-figure{--state-main:calc(1.5rem * 1.17);padding:calc(1.5rem * 2.4) 2.15rem;background:var(--tone-base);color:var(--ink-strong);}
.compact-figure .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--state-main) * 1.05);}
.compact-figure h2,.compact-figure h3,.compact-figure p{margin:0;}
.compact-figure h2{font-size:calc(17.4px * 2);line-height:1.12;}
.compact-figure h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.compact-figure p{font-size:17.4px;line-height:1.66;}
.compact-figure .visual-media{color:inherit;}
.compact-figure .top-proof{display:flex;flex-direction:column;gap:var(--state-main);}
.compact-figure .cluster{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid rgba(120, 145, 210, 0.28);}
.compact-figure .cluster p{margin-top:calc(1.5rem / 3);color:inherit;}
.compact-figure .active-note{font-size:calc(17.4px * .875);color:inherit;}
.compact-figure .active-note a{color:#2B5BFF;text-decoration:none;border-bottom:1px solid rgba(0, 224, 184, 0.55);}
.compact-figure .active-note a:hover{color:inherit;}
@media (max-width:720px){.compact-figure .cluster{padding-inline-start:calc(1.5rem * .75);}
}
.direct-service{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.direct-service .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.direct-service .compact-proof{flex:1 1 26rem;min-width:0;}
.direct-service .focused-nav{display:block;flex:0 1 24rem;width:min(38vw,26rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);}
.direct-service h1{margin:0;font-size:clamp(1.9rem,4.4vw,calc(17.4px * 2.65));line-height:1.1;font-weight:660;letter-spacing:-0.01em;}
.direct-service p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,17.4px);line-height:1.74;color:#C9D3EE;}
@media (max-width:760px){.direct-service .text-inner{display:block;}.direct-service .focused-nav{width:100%;aspect-ratio:16/9;margin-top:1.5rem;}.direct-service{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.site-quote{
        padding: calc(1.5rem * 2.4) 2.15rem;
        background: linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
        color: #E8EDFA;
    }
.site-quote .main-plan{max-width: 1460px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.84rem * 1.5);}
.site-quote .bottom-media{display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.site-quote .bottom-media h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.2;}
.site-quote .bottom-media p{margin: 0;
        font-size: 17.4px;
        color: #E8EDFA;
        opacity: 0.9;}
.site-quote .featured-note{display: flex;
        flex-wrap: wrap;
        gap: 1.84rem;}
.site-quote .active-note{
        flex: 1 1 280px;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: calc(1.5rem * .75);
        background: #111A38;
        color: #E8EDFA;
        border: 1px solid rgba(120, 145, 210, 0.28);
        border-radius: 0.87rem;
    }
.site-quote .active-note .secondary-headline{font-size: calc(17.4px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;}
.site-quote .active-note p{margin: 0;
        font-size: 17.4px;
        line-height: 1.66;}
.site-quote .active-note a{text-decoration: none;
        border-bottom: 1px solid #2B5BFF;}
.site-quote .active-note a:hover{border-bottom-color: #00E0B8;}
.site-quote .area{display: flex;
        flex-direction: column;
        gap: 0.55rem;}
.site-quote .cluster{
        border: 1px solid rgba(120, 145, 210, 0.28);
        border-radius: 0.51rem;
        background: #111A38;
        color: #E8EDFA;
        overflow: hidden;
    }
.site-quote .cluster button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 600;
        padding: 0.85rem 1rem;
        cursor: pointer;
    }
.site-quote .cluster button:hover{}
.site-quote .cluster p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        font-size: 17.4px;
        line-height: 1.66;
        transition: max-height 420ms var(--speed-soft),
                    padding 420ms var(--speed-soft);}
.site-quote .cluster.is-open p{max-height: 320px;
        padding: 0 1rem 1rem;}
.site-quote .top-items{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem 1.25rem;
        font-size: calc(17.4px * .875);
        color: #E8EDFA;
        opacity: 0.9;}
.site-quote .top-items p{margin: 0;
        flex: 1 1 320px;}
.site-quote .top-items a{text-decoration: none;
        border-bottom: 1px solid #00E0B8;
        padding-bottom: 1px;}
.site-quote .top-items a:hover{border-bottom-color: #00C7A4;}
@media (max-width: 640px) {.site-quote .featured-note{
            flex-direction: column;
        }
    }
.main-surface{background:#070C1C;color:#E8EDFA;padding:calc(1.5rem * 2.4) 2.15rem}
.main-surface .main-plan{max-width:1460px;margin:0 auto}
.main-surface .bottom-method{display:flex;align-items:flex-start;gap:calc(1.84rem * 1.5)}
.main-surface .compact-block{flex:0 1 30rem;min-width:0}
.main-surface h2{margin:0;font-size:clamp(calc(17.4px * 2),5vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.main-surface p{margin:1.5rem 0 0;color:#C9D3EE;font-size:calc(17.4px * 1.125);line-height:1.65}
.main-surface .offer-service{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(120, 145, 210, 0.28)}
.main-surface .service-quote{display:flex;gap:1.84rem;padding:1.5rem 0;border-bottom:1px solid rgba(120, 145, 210, 0.28);color:inherit;text-decoration:none;transition:color 420ms var(--speed-soft)}
.main-surface a.row:hover strong{color:#00E0B8}
.main-surface strong{flex:0 1 14rem;min-width:0;font-size:17.4px}
.main-surface span{flex:1 1 20rem;min-width:0;color:#C9D3EE;line-height:1.6}
@media(max-width:760px){.main-surface .bottom-method,.main-surface .service-quote{flex-direction:column}.main-surface .service-quote{gap:calc(calc(1.5rem * .75)*.5)}}
.plain-proof{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.plain-proof .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.plain-proof .focused-nav{display:block;flex:1 1 22rem;width:100%;max-width:32rem;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1.11rem;box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.plain-proof .narrow-inner{flex:1 1 26rem;min-width:0;padding-top:clamp(.25rem,1.5vw,1.25rem);}
.plain-proof h1{margin:0;font-size:clamp(1.85rem,4.2vw,calc(17.4px * 2.65));line-height:1.1;font-weight:680;letter-spacing:0;}
.plain-proof p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,17.4px);line-height:1.72;color:#C9D3EE;}
@media (max-width:760px){.plain-proof{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.plain-proof .text-inner{display:block;}.plain-proof .focused-nav{max-width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}
  }
.featured-team{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(120deg, #00E0B8 0%, #2B5BFF 100%);color:#04231D}
.featured-team .main-plan{max-width:1460px;margin:0 auto}
.featured-team .direct-group{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(1.84rem * 1.5);align-items:start}
.featured-team .compact-block{min-width:0}
.featured-team h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.05}
.featured-team .compact-block p{margin:1.5rem 0 0;font-size:calc(17.4px * 1.125);line-height:1.66}
.featured-team .compact-block p+p{margin-top:calc(1.5rem * .75)}
.featured-team .primary-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-team .primary-fields a{display:block;min-width:0;background:color-mix(in srgb,#04231D 14%,transparent);color:#04231D;border-radius:0.51rem;padding:1.5rem;text-decoration:none;transition:background 420ms var(--speed-soft)}
.featured-team .primary-fields a:hover{background:color-mix(in srgb,#04231D 22%,transparent);color:#E8EDFA;}
.featured-team strong{display:block;font-size:calc(17.4px * 1.35);line-height:1.18}
.featured-team span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.4px * .875);line-height:1.66}
@media(max-width:780px){.featured-team .direct-group{display:block}.featured-team .primary-fields{margin-top:calc(1.84rem * 1.5)}.featured-team h2{font-size:calc(17.4px * 2)}}
.service-panel{--state-main:calc(1.5rem * 1.12);--layer-control:calc(1460px / 3.6);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.service-panel .main-plan{max-width:1460px;margin:0 auto;}
.service-panel h2,.service-panel h3,.service-panel p{margin:0;}
.service-panel h2{font-size:calc(17.4px * 2);line-height:1.14;}
.service-panel h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.service-panel p{font-size:17.4px;line-height:1.66;color:#C9D3EE;}
.service-panel .compact-block{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.84rem;}
.service-panel .compact-block h2{flex:1 1 calc(1460px / 2.4);min-width:0;}
.service-panel .compact-block .visual-media{flex:1 1 calc(1460px / 3);min-width:0;color:#E8EDFA;}
.service-panel .featured-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;margin-top:var(--state-main);}
.service-panel .top-method{flex:0 0 var(--layer-control);max-width:var(--layer-control);margin:0;}
.service-panel .top-method img{display:block;width:100%;height:auto;border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);}
.service-panel .area{flex:1 1 calc(1460px / 2.2);min-width:0;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.service-panel .cluster{padding-top:calc(1.84rem * 1.5);border-top:1px solid rgba(120, 145, 210, 0.28);}
.service-panel .cluster:first-child{padding-top:0;border-top:0;}
.service-panel .cluster p{margin-top:calc(1.5rem / 3);}
.service-panel .active-note{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(17.4px * .875);color:inherit;text-decoration:none;border-bottom:1px solid #2B5BFF;padding-bottom:2px;transition:color 420ms var(--speed-soft),border-color 420ms var(--speed-soft);}
.service-panel .active-note:hover{color:#00E0B8;border-color:#00E0B8;}
.service-panel .page-copy{margin-top:var(--state-main);padding-top:calc(1.84rem * 1.5);border-top:1px solid rgba(120, 145, 210, 0.28);font-size:calc(17.4px * .875);color:#C9D3EE;}
@media (max-width:900px){.service-panel .top-method{flex:1 1 100%;max-width:100%;}.service-panel .compact-block h2,.service-panel .compact-block .visual-media{flex:1 1 100%;}
}
.local-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;
    background:#070C1C;
    color:#E8EDFA;
  }
.local-stack .text-inner{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.local-stack .compact-proof{flex:1 1 26rem;
    min-width:0;}
.local-stack .local-area{flex:0 1 22rem;
    margin:0;
    order:-1;}
.local-stack .focused-nav{display:block;
    width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:0.87rem;
    box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.local-stack h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(17.4px * 2.65));
    line-height:1.1;
    font-weight:660;
    letter-spacing:-0.01em;}
.local-stack p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:17.4px;
    line-height:1.72;
    color:#C9D3EE;}
@media (max-width:760px){.local-stack .text-inner{display:block}.local-stack .local-area{margin-bottom:1.5rem}.local-stack .focused-nav{aspect-ratio:16/9}.local-stack{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}
  }
.page-plan{background:#070C1C;color:#E8EDFA;padding:calc(1.5rem * 2.4) 2.15rem}
.page-plan .main-plan{max-width:1460px;margin:0 auto}
.page-plan .logo{display:grid;grid-template-columns:1.15fr .7fr 1fr;gap:calc(1.84rem * 1.5);align-items:start}
.page-plan .compact-block{min-width:0}
.page-plan h2{margin:0;font-size:clamp(calc(17.4px * 2),4.4vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.page-plan p{margin:1.5rem 0 0;color:#C9D3EE;font-size:17.4px;line-height:1.68}
.page-plan .focused-nav{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.87rem;box-shadow:0 12px 14px rgba(0,0,0,0.14)}
.page-plan .main-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-plan .main-entries a,.page-plan .main-entries .page-copy{padding:calc(1.5rem * .75);border-radius:0.51rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);text-decoration:none;display:block}
.page-plan .main-entries a{transition:border-color 420ms var(--speed-soft)}
.page-plan .main-entries a:hover{border-color:#00E0B8}
.page-plan strong,.page-plan span{display:block}
.page-plan strong{font-size:17.4px}
.page-plan span{margin-top:calc(calc(1.5rem * .75)*.5);color:#C9D3EE;line-height:1.6;font-size:calc(17.4px * .875)}
@media(max-width:900px){.page-plan .logo{grid-template-columns:1fr}.page-plan .focused-nav{aspect-ratio:16/9}}
.contact-lead{
        padding:calc(1.5rem * 2.4) 2.15rem;
        background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
        color:#E8EDFA;
    }
.contact-lead .main-plan{max-width:1460px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.84rem * 1.5);}
.contact-lead .bottom-media{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.contact-lead .bottom-media h2{margin:0;
        font-size:calc(17.4px * 2);
        line-height:1.2;}
.contact-lead .bottom-media p{margin:0;
        font-size:17.4px;
        opacity:.9;}
.contact-lead .featured-note{display:flex;
        flex-wrap:wrap;
        gap:1.84rem;}
.contact-lead .active-note{
        flex:1 1 260px;
        min-width:0;
        padding:calc(1.5rem * .75);
        border:1px solid rgba(120, 145, 210, 0.28);
        border-radius:0.87rem;
        background:#111A38;
        color:#E8EDFA;
        display:flex;
        flex-direction:column;
        gap:0.55rem;
    }
.contact-lead .active-note .secondary-headline{margin:0;
        font-weight:700;
        font-size:calc(17.4px * 1.125);}
.contact-lead .active-note .compact-proof{margin:0;
        font-size:calc(17.4px * .875);
        opacity:.92;}
.contact-lead .active-note .page-copy{margin:0;
        font-size:calc(17.4px * .875);
        opacity:.85;}
.contact-lead .active-note a{text-decoration:none;
        font-weight:600;
        word-break:break-word;
        transition:color 420ms var(--speed-soft);}
.contact-lead .active-note a:hover,
    .contact-lead .active-note a:focus-visible{}
.contact-lead .quiet-lead{display:flex;
        flex-direction:column;
        gap:0.9rem;
        padding-top:calc(1.84rem * 1.5);
        border-top:1px solid rgba(120, 145, 210, 0.28);}
.contact-lead .quiet-lead .visual-media{margin:0;
        font-size:17.4px;
        opacity:.94;}
.contact-lead .quiet-lead .top-items{margin:0;
        display:flex;
        flex-wrap:wrap;
        gap:1.2rem;}
.contact-lead .quiet-lead .top-items a{text-decoration:none;
        font-weight:600;
        border-bottom:1px solid transparent;
        transition:color 420ms var(--speed-soft), border-color 420ms var(--speed-soft);}
.contact-lead .quiet-lead .top-items a:hover,
    .contact-lead .quiet-lead .top-items a:focus-visible{border-color:#00E0B8;}
@media (max-width:640px){.contact-lead .active-note{
            flex:1 1 100%;
        }
    }
.local-contact{--state-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.local-contact .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.local-contact h2,.local-contact h3,.local-contact p{margin:0;}
.local-contact h2{font-size:calc(17.4px * 2);line-height:1.12;}
.local-contact h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.local-contact p{font-size:17.4px;line-height:1.66;}
.local-contact .compact-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-contact .visual-media{color:#C9D3EE;}
.local-contact .clear-panel{display:flex;flex-direction:column;gap:var(--state-main);}
.local-contact .cluster{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.51rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);}
.local-contact .cluster h3{margin-bottom:calc(1.5rem / 3);}
.local-contact .cluster p{color:#C9D3EE;}
.local-contact .active-note{margin-top:calc(1.84rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(120, 145, 210, 0.28);font-size:calc(17.4px * .875);color:#C9D3EE;}
.local-contact .active-note a{color:inherit;text-decoration:none;border-bottom:1px solid #2B5BFF;}
.local-contact .active-note a:hover{color:#00E0B8;border-bottom-color:#00E0B8;}
@media (max-width:720px){.local-contact .cluster{padding:calc(1.5rem * .75);}
}
.text-flow{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.text-flow .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.5rem,4.5vw,calc(1.84rem * 1.5));}
.text-flow .compact-proof{flex:1 1 26rem;min-width:0;}
.text-flow .focused-nav{display:block;flex:0 1 24rem;width:min(38vw,24rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.87rem;box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.text-flow h1{margin:0;font-size:clamp(1.9rem,4.2vw,calc(17.4px * 2.65));line-height:1.1;font-weight:660;letter-spacing:-.01em;}
.text-flow p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,17.4px);line-height:1.72;color:#C9D3EE;}
@media (max-width:760px){.text-flow{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.text-flow .text-inner{display:block;}.text-flow .focused-nav{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}
  }
.secondary-links{background:#070C1C;color:#E8EDFA;padding:calc(1.5rem * 2.4) 2.15rem}
.secondary-links .main-plan{max-width:1460px;margin:0 auto}
.secondary-links .logo{display:grid;grid-template-columns:1.05fr .7fr 1.15fr;gap:calc(1.84rem * 1.5);align-items:start}
.secondary-links .compact-block{min-width:0}
.secondary-links h2{margin:0;font-size:clamp(calc(17.4px * 2),4.4vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.secondary-links .compact-block p{margin:1.5rem 0 0;color:#C9D3EE;font-size:calc(17.4px * 1.125);line-height:1.65}
.secondary-links .focused-nav{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.87rem;box-shadow:0 12px 14px rgba(0,0,0,0.14)}
.secondary-links .main-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-links .main-entries a{padding:calc(1.5rem * .75);border-radius:0.51rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);text-decoration:none;transition:border-color 420ms var(--speed-soft),background 420ms var(--speed-soft)}
.secondary-links .main-entries a:hover{border-color:rgba(0, 224, 184, 0.55)}
.secondary-links .main-entries strong{display:block;font-size:17.4px;line-height:1.3}
.secondary-links .main-entries span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);color:#C9D3EE;line-height:1.55;font-size:calc(17.4px * .875)}
.secondary-links .site-brand{margin-top:calc(1.5rem * 2.4);padding-top:calc(1.84rem * 1.5);border-top:1px solid rgba(120, 145, 210, 0.28);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-links .service-quote{display:flex;flex-wrap:wrap;gap:1.84rem;align-items:baseline}
.secondary-links .direct-surface{flex:0 0 12rem;font-size:calc(17.4px * .875);text-transform:uppercase;letter-spacing:.04em;color:#C9D3EE}
.secondary-links .primary-intro{flex:1 1 18rem;min-width:0;line-height:1.6;color:#E8EDFA}
.secondary-links a.value{color:inherit;text-decoration:none}
.secondary-links a.value:hover{color:#00E0B8}
.secondary-links .page-copy{margin:1.5rem 0 0;color:#C9D3EE;font-size:calc(17.4px * .875);line-height:1.65}
@media(max-width:820px){.secondary-links .logo{grid-template-columns:1fr}.secondary-links .focused-nav{aspect-ratio:16/9}.secondary-links .direct-surface{flex-basis:100%}}
.active-items{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA;}
.active-items .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.active-items .bottom-media p{margin:0;font-weight:700;letter-spacing:.02em;opacity:.9;}
.active-items .bottom-media h2{margin:2.15rem 0 0;font-size:calc(17.4px * 2);line-height:1.2;}
.active-items .compact-block p{margin:0;font-size:17.4px;}
.active-items .team-headline{display:flex;flex-direction:column;gap:1.84rem;}
.active-items .service-quote{border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);background:#111A38;color:#E8EDFA;padding:calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.11);display:flex;flex-direction:column;gap:2.15rem;}
.active-items .wide-lead{align-self:flex-start;font-size:calc(17.4px * .875);font-weight:700;padding:4px 10px;border-radius:0.32rem;background:#00E0B8;color:#04231D;}
.active-items .service-quote h3{margin:0;font-size:calc(17.4px * 1.35);}
.active-items .service-quote p{margin:0;}
.active-items .steady-shell{display:flex;flex-direction:column;gap:2.15rem;border-top:1px solid rgba(120, 145, 210, 0.28);padding-top:calc(1.84rem * 1.5);}
.active-items .steady-shell p{margin:0;}
.active-items .page-copy{font-size:calc(17.4px * .875);}
.active-items .active-note{font-size:calc(17.4px * .875);}
.active-items a{text-decoration:underline;}
.active-items a:hover{}
@media (min-width:900px){.active-items .team-headline{display:grid;grid-template-columns:repeat(2,1fr);gap:1.84rem;}
}
.active-contact{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.active-contact .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(1.5rem,4vw,calc(1.84rem * 1.5));}
.active-contact .compact-proof{flex:1 1 26rem;min-width:0;}
.active-contact h1{margin:0;font-size:clamp(1.9rem,4.2vw,calc(17.4px * 2.65));line-height:1.1;font-weight:680;letter-spacing:0;}
.active-contact p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,17.4px);line-height:1.72;color:#C9D3EE;}
.active-contact .focused-nav{display:block;flex:0 1 24rem;width:min(38vw,24rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.87rem;box-shadow:0 12px 14px rgba(0,0,0,0.14);}
@media (max-width:760px){.active-contact{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.active-contact .text-inner{display:block;}.active-contact .focused-nav{width:100%;aspect-ratio:16/9;margin-top:1.5rem;}
  }
.featured-lead{
        --state-main: calc(1.5rem * 1.14);
        --axis-base: calc(1460px / 2.38);
        padding: calc(1.5rem * 2.4) 2.15rem;
        background: var(--tone-base);
        color: var(--ink-strong);
    }
.featured-lead .main-plan{max-width: 1460px;
        margin: 0 auto;}
.featured-lead h2,
    .featured-lead h3,
    .featured-lead p{margin: 0;}
.featured-lead h2{font-size: calc(17.4px * 2);
        line-height: 1.12;}
.featured-lead h3{font-size: calc(17.4px * 1.35);
        line-height: 1.2;}
.featured-lead p{font-size: 17.4px;
        line-height: 1.66;}
.featured-lead a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.featured-lead a:hover{color:inherit;}
.featured-lead .secondary-contact{padding-inline-start: calc(2.15rem / 2);}
.featured-lead .clear-menu{row-gap: calc(var(--state-main) * 1.2);}
.featured-lead .visual-media{margin-top: 1.5rem;
        max-width: calc(1460px / 2);}
.featured-lead .area{display: flex;
        flex-direction: column;
        gap: var(--state-main);
        margin-top: var(--state-main);}
.featured-lead .cluster{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid rgba(120, 145, 210, 0.28);}
.featured-lead .cluster p{margin-top: calc(1.5rem / 3);}
.featured-lead .active-note{margin-top: calc(var(--state-main) * 1.1);
        font-size: calc(17.4px * .875);color:inherit;}
@media (max-width: 720px) {.featured-lead .secondary-contact{
            padding-inline-start: 0;
        }.featured-lead .cluster{
            padding-inline-start: calc(1.5rem * .75);
        }
    }
.soft-summary{--state-main:calc(1.5rem * 1.05);--field-extra-10:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 2.15rem;background:#00E0B8;color:#04231D;}
.soft-summary .main-plan{max-width:1460px;margin:0 auto;}
.soft-summary h2,.soft-summary h3,.soft-summary p{margin:0;}
.soft-summary h2{font-size:calc(17.4px * 2);line-height:1.14;}
.soft-summary h3{font-size:calc(17.4px * 1.35);line-height:1.22;}
.soft-summary p{font-size:17.4px;line-height:1.66;}
.soft-summary .compact-block{max-width:calc(1460px * 0.72);}
.soft-summary .compact-block .visual-media{margin-top:calc(1.84rem * 1.5);}
.soft-summary .narrow-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;margin-top:var(--state-main);}
.soft-summary .area{flex:1 1 calc(1460px / 2);min-width:0;display:flex;flex-wrap:wrap;gap:1.84rem;}
.soft-summary .cluster{flex:1 1 calc(1460px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-summary .cluster p{margin-top:calc(1.5rem / 3.2);}
.soft-summary .featured-note{flex:1 1 var(--field-extra-10);min-width:0;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.soft-summary .featured-note img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.soft-summary .page-copy{font-size:calc(17.4px * .875);opacity:0.85;}
.soft-summary .active-note{font-size:calc(17.4px * .875);}
.soft-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.soft-summary a:hover{opacity:0.78;}
@media (max-width:820px){.soft-summary .compact-block{max-width:none;}.soft-summary .cluster{flex:1 1 100%;}.soft-summary .featured-note{flex:1 1 100%;}
}
.site-fields{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;
    background:#070C1C;
    color:#E8EDFA;
  }
.site-fields .text-inner{max-width:1460px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4.5vw,calc(1.84rem * 1.5));
    flex-wrap:wrap;}
.site-fields .compact-proof{flex:1 1 26rem;
    min-width:0;}
.site-fields .focused-nav{display:block;
    flex:0 1 26rem;
    width:min(38vw,26rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1.11rem;
    box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.site-fields h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(17.4px * 2.65));
    line-height:1.1;
    font-weight:660;
    letter-spacing:-0.01em;}
.site-fields p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,17.4px);
    line-height:1.74;
    color:#C9D3EE;}
@media (max-width:760px){.site-fields .text-inner{display:block}.site-fields .focused-nav{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
    }.site-fields{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.soft-menu{--state-main:calc(1.5rem * 1.45);--label-base:calc(1460px / 3.83);padding:calc(1.5rem * 2.4) 2.15rem;background:#2B5BFF;color:#F4F7FF;}
.soft-menu .main-plan{max-width:1460px;margin:0 auto;}
.soft-menu h1,.soft-menu h2,.soft-menu h3,.soft-menu p{margin:0;}
.soft-menu h2{font-size:calc(17.4px * 2);line-height:1.12;}
.soft-menu p{font-size:17.4px;line-height:1.66;}
.soft-menu a{color:inherit;text-decoration:none;}
.soft-menu img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.51rem;flex:0 1 min(28rem,38vw);}
.soft-menu .service-footer{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.32rem;background:#F4F7FF;color:#2B5BFF;}
.soft-menu .steady-block{display:flex;align-items:center;justify-content:space-between;gap:1.84rem;flex-wrap:wrap;}
.soft-menu .steady-block .compact-proof{flex:1 1 24rem;min-width:0;}
.soft-menu .page-copy{font-size:calc(17.4px * .875);opacity:0.82;}
.soft-menu .visual-media{margin-top:calc(1.84rem * 1.5);}
.soft-menu .steady-block h2,.soft-menu .steady-block .service-footer{margin-top:1.5rem;}
.soft-menu .steady-block img{margin-top:var(--state-main);}
.soft-menu .active-note{margin-top:calc(1.84rem * 1.5);font-size:calc(17.4px * .875);opacity:0.86;}
.soft-menu .active-note a{text-decoration:underline;text-underline-offset:3px;}
.soft-menu .active-note a:hover{}
.wide-content{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.wide-content .text-inner{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1.5rem,4.5vw,calc(1.84rem * 1.5));}
.wide-content .focused-nav{display:block;width:min(36vw,30rem);max-width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1.11rem;flex:0 1 30rem;box-shadow:var(--lift-button,0 12px 14px rgba(0,0,0,0.14));}
.wide-content .compact-proof{width:min(100%,48rem);min-width:0;flex:1 1 26rem;}
.wide-content h1{margin:0;font-size:clamp(2rem,4.6vw,calc(17.4px * 2.65));line-height:1.1;font-weight:680;letter-spacing:-0.01em;color:inherit;}
.wide-content p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,17.4px);line-height:1.72;}
@media (max-width:760px){.wide-content{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.wide-content .text-inner{display:block;}.wide-content .focused-nav{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}
  }
.wide-media{
  background: #070C1C;
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.wide-media .main-plan{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.84rem;
  align-items: flex-start;}
.wide-media h2,
.wide-media h3,
.wide-media p{margin: 0;}
.wide-media .offer-visual{display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.wide-media h2{font-size: calc(17.4px * 2);
  line-height: 1.1;}
.wide-media .offer-visual p{color: #C9D3EE;
  line-height: 1.66;}
.wide-media .offer-visual a{width: fit-content;
  color: #00E0B8;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 420ms var(--speed-soft);}
.wide-media .offer-visual a:hover{color: #00C7A4;}
.wide-media .site-block{display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1.11rem;
  box-shadow: 0 12px 14px rgba(0,0,0,0.14);}
.wide-media .area{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-media .secondary-headline{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(120, 145, 210, 0.28);}
.wide-media .secondary-headline:last-child{border-bottom: 0;}
.wide-media .secondary-headline span{color: #C9D3EE;
  font-size: calc(17.4px * .875);
  flex: 1 1 100%;}
.wide-media h3{font-size: calc(17.4px * 1.35);
  line-height: 1.18;}
.wide-media .primary-shell{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.51rem;}
@media (max-width: 960px) {.wide-media .site-block{
    aspect-ratio: 16 / 9;
  }
}
.wide-media .main-plan > *{min-width: 0;
  flex: 1 1 18rem;}
.wide-media .secondary-headline > *{min-width: 0;
  flex: 1 1 16rem;}
.public-summary{
    padding:calc(1.5rem * 2.4) 2.15rem;
    background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
    color:#E8EDFA;
}
.public-summary .main-plan{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.84rem * 1.5);}
.public-summary .bottom-media{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.public-summary .bottom-media p{margin:0;
    font-size:calc(17.4px * .875);
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.85;}
.public-summary .bottom-media h2{margin:0;
    font-size:calc(17.4px * 2);
    line-height:1.2;}
.public-summary .bottom-media span{display:block;
    font-size:calc(17.4px * 1.125);
    opacity:.92;}
.public-summary .narrow-inner{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.public-summary .narrow-inner .visual-media{margin:0;
    font-size:17.4px;
    opacity:.96;}
.public-summary .narrow-inner .compact-proof{margin:0;
    opacity:.9;}
.public-summary .featured-note{display:flex;
    flex-wrap:wrap;
    gap:1.84rem;}
.public-summary .featured-note .cluster{
    flex:1 1 260px;
    border:1px solid rgba(120, 145, 210, 0.28);
    border-radius:0.87rem;
    padding:calc(1.5rem * .75) 2.15rem;
    background:#111A38;
    color:#E8EDFA;
    box-shadow:0 2px 4px rgba(0,0,0,0.11);
}
.public-summary .featured-note .cluster h3{margin:0 0 .4rem;
    font-size:calc(17.4px * 1.35);}
.public-summary .featured-note .cluster p{margin:0 0 .5rem;
    opacity:.92;}
.public-summary .featured-note .cluster small{display:block;
    font-size:calc(17.4px * .875);
    opacity:.8;}
.public-summary .page-copy{margin:0;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(120, 145, 210, 0.28);
    font-size:calc(17.4px * .875);
    opacity:.85;}
@media (max-width:640px){.public-summary .featured-note .cluster{
        flex:1 1 100%;
    }
}
.media-figure{--state-main:calc(1.5rem * 1.11);--type-lead:calc(1460px / 3.43);padding:calc(1.5rem * 2.4) 2.15rem;background:var(--tone-base);color:var(--ink-strong);}
.media-figure .main-plan{max-width:1460px;margin:0 auto;}
.media-figure h2,.media-figure h3,.media-figure p{margin:0;}
.media-figure h2{font-size:calc(17.4px * 2);line-height:1.12;}
.media-figure h3{font-size:calc(17.4px * 1.35);line-height:1.2;}
.media-figure p{font-size:17.4px;line-height:1.66;color:inherit;}
.media-figure .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.84rem;}
.media-figure .row-title h2{flex:1 1 calc(1460px / 3);min-width:0;}
.media-figure .row-title>p{flex:1 1 calc(1460px / 3);min-width:0;}
.media-figure .media-entries{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-main);margin-top:var(--state-main);}
.media-figure .cluster{flex:1 1 var(--type-lead);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(120, 145, 210, 0.28);}
.media-figure .cluster p{margin-top:calc(1.5rem / 3);}
.media-figure .content-actions{padding-inline-start:calc(1.5rem * .75);}
.media-figure .clear-menu{row-gap:calc(var(--state-main) * 1.2);}
.media-figure .media-grid{padding-block:calc(var(--state-main) / 2);}
.simple-note{
        color:#E8EDFA;
        background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
        padding:calc(1.5rem * 2.4) 2.15rem;
    }
.simple-note .c{max-width:1460px;
        margin:0 auto;
        display:grid;
        gap:2.15rem;}
@media (min-width: 1024px){.simple-note .c{
            grid-template-columns:minmax(0, 1fr) 320px;
            align-items:start;
        }
    }
.simple-note .simple-header{min-width:0;}
.simple-note .clear-track{margin-bottom:calc(1.84rem * 1.5);}
.simple-note h1{font-size:calc(17.4px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.simple-note .visual-media{font-size:calc(17.4px * 1.125);
        margin:0 0 1rem;}
.simple-note .text-unit{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(17.4px * .875);}
.simple-note .local-area{margin:0 0 calc(1.84rem * 1.5);
        border-radius:0.87rem;
        overflow:hidden;
        box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.simple-note .local-area img{display:block;
        width:100%;
        height:auto;}
.simple-note .text-proof{line-height:1.66;
        font-size:17.4px;}
.simple-note .text-proof p{margin:0 0 1.1rem;}
.simple-note .text-proof h2{font-size:calc(17.4px * 1.35);
        margin:1.8rem 0 0.7rem;
        line-height:1.3;}
.simple-note .active-note{margin-top:calc(1.84rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid rgba(120, 145, 210, 0.28);
        display:flex;
        flex-direction:column;
        gap:0.5rem;
        font-size:calc(17.4px * .875);}
.simple-note .site-team{text-transform:uppercase;
        letter-spacing:0.06em;
        font-size:0.75rem;}
.simple-note .active-note a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color 420ms var(--speed-soft), border-color 420ms var(--speed-soft);}
.simple-note .active-note a:hover{border-bottom-color:#00E0B8;}
.simple-note .quiet-lead{
        background:#111A38;
        color:#E8EDFA;
        border:1px solid rgba(120, 145, 210, 0.28);
        border-radius:0.87rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 2px 4px rgba(0,0,0,0.11);
    }
.simple-note .quiet-lead h3{margin:0 0 1rem;
        font-size:17.4px;
        line-height:1.3;}
.simple-note .bottom-header{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.9rem;}
.simple-note .cluster a{display:flex;
        flex-direction:column;
        gap:0.25rem;
        text-decoration:none;
        color:inherit;}
.simple-note .strong-inner{font-size:17.4px;
        line-height:1.35;
        transition:color 420ms var(--speed-soft);}
.simple-note .local-media{font-size:calc(17.4px * .875);
        line-height:1.4;}
.simple-note .cluster a:hover .strong-inner{}
.offer-shell{
  background: #070C1C;
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.offer-shell .main-plan{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.84rem;}
.offer-shell h2,
.offer-shell h3,
.offer-shell p{margin: 0;}
.offer-shell h2{font-size: calc(17.4px * 2); line-height: 1.1;}
.offer-shell h3{font-size: calc(17.4px * 1.35); line-height: 1.18;}
.offer-shell p{font-size: 17.4px; line-height: 1.66;}
.offer-shell .clear-tile{
  display: grid;
  gap: calc(1.84rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: #111A38;
  color: #E8EDFA;
  border: 1px solid rgba(120, 145, 210, 0.28);
}
.offer-shell .offer-service{display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.offer-shell .service-quote{
  display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.4rem 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: #0E1630;
  color: #C9D3EE;
  border: 1px solid rgba(120, 145, 210, 0.28);
  text-decoration: none;
  transition: border-color 420ms var(--speed-soft);
}
.offer-shell .service-quote b{grid-row: 1 / span 2;
  font-size: calc(17.4px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #00E0B8;
  align-self: start;}
.offer-shell .service-quote h3{color: #E8EDFA;}
.offer-shell .service-quote p{font-size: calc(17.4px * .875);}
.offer-shell .service-quote:hover{border-color: rgba(0, 224, 184, 0.55);}
.offer-shell .service-quote:hover h3{color: #00E0B8;}
.offer-shell .simple-list{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.84rem;
  align-items: center;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: var(--tone-base);
  color: var(--ink-strong);
}
.offer-shell .simple-list p{font-size: calc(17.4px * .875);}
.offer-shell .simple-list a{color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
@media (max-width: 820px) {.offer-shell .main-plan{ grid-template-columns: 1fr; }.offer-shell .service-quote{ grid-template-columns: 1fr; grid-template-rows: auto; }.offer-shell .service-quote b{ grid-row: auto; }.offer-shell .simple-list{ flex-direction: column; align-items: flex-start; }
}
.plain-menu{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA;}
.plain-menu .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.plain-menu .bottom-media p{margin:0;font-size:calc(17.4px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.plain-menu .bottom-media h2{margin:calc(1.5rem / 3) 0 0;font-size:calc(17.4px * 2);line-height:1.2;}
.plain-menu .compact-block p{margin:0;font-size:calc(17.4px * 1.125);line-height:1.66;}
.plain-menu .open-grid{display:grid;gap:1.84rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.plain-menu .open-grid article{border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);background:#111A38;color:#E8EDFA;padding:calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.plain-menu .open-grid span{display:inline-block;font-size:calc(17.4px * .875);padding:2px 8px;border-radius:0.32rem;background:#00E0B8;color:#04231D;}
.plain-menu .open-grid h3{margin:1.5rem 0 calc(1.5rem / 2);font-size:calc(17.4px * 1.35);}
.plain-menu .open-grid p{margin:0;font-size:17.4px;line-height:1.66;}
.plain-menu .offer-nav{border-left:2px solid #00E0B8;padding-left:2.15rem;}
.plain-menu .offer-nav .secondary-headline{margin:0 0 1.5rem;font-size:17.4px;font-weight:600;}
.plain-menu .offer-nav .area{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:calc(1.5rem / 2);font-size:17.4px;line-height:1.66;}
.plain-menu .offer-nav .area strong{font-weight:600;}
.plain-menu .active-note{border-top:1px solid rgba(120, 145, 210, 0.28);padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;}
.plain-menu .active-note p{margin:0;font-size:17.4px;line-height:1.66;}
.plain-menu .active-note .top-items{display:flex;flex-wrap:wrap;gap:1.84rem;}
.plain-menu .active-note .top-items a{text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:color 420ms var(--speed-soft),border-color 420ms var(--speed-soft);}
.plain-menu .active-note .top-items a:hover{border-color:#00E0B8;}
@media (max-width:640px){.plain-menu .offer-nav{padding-left:1.5rem;}.plain-menu .active-note .top-items{flex-direction:column;gap:calc(1.84rem / 2);}
    }
.fresh-panel{
    padding:calc(1.5rem * 2.4) 2.15rem;
    background:#0E1630;
    color:#C9D3EE;
}
.fresh-panel .narrow-details{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.84rem * 1.5);
    align-items:flex-start;}
.fresh-panel .featured-note{flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:calc(1.5rem * .75);
    min-width:260px;}
.fresh-panel .site-proof{width:72px;
    height:72px;
    border-radius:0.87rem;
    object-fit:cover;
    border:1px solid rgba(120, 145, 210, 0.28);
    flex:0 0 auto;}
.fresh-panel .id{display:flex;
    flex-direction:column;
    gap:4px;}
.fresh-panel .public-content{margin:0;
    font-size:calc(17.4px * 1.125);
    line-height:1.25;}
.fresh-panel .featured-wrap{margin:0;
    font-size:calc(17.4px * .875);
    color:#C9D3EE;
    opacity:0.85;}
.fresh-panel .compact-proof{flex:1 1 420px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.fresh-panel .steady-media{margin:0;
    font-size:17.4px;
    line-height:1.66;}
.fresh-panel .page-copy{margin:0;
    font-size:calc(17.4px * .875);
    line-height:1.66;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(120, 145, 210, 0.28);}
.fresh-panel .page-copy a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 420ms var(--speed-soft), border-color 420ms var(--speed-soft);}
.fresh-panel .page-copy a:hover{color:#00E0B8;
    border-bottom-color:#00E0B8;}
@media (max-width:640px){.fresh-panel .featured-note{
        min-width:0;
        width:100%;
    }.fresh-panel .compact-proof{
        flex:1 1 100%;
    }
}
.plain-tile{
        color:#E8EDFA;
        background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
        padding:calc(1.5rem * 2.4) 2.15rem;
    }
.plain-tile .c{max-width:1460px;
        margin:0 auto;
        display:grid;
        gap:2.15rem;}
@media (min-width:1024px){.plain-tile .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.plain-tile .clear-track{margin-bottom:calc(1.84rem * 1.5);}
.plain-tile h1{font-size:calc(17.4px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.plain-tile .soft-section{font-size:calc(17.4px * 1.125);
        margin:0 0 1rem;}
.plain-tile .text-unit{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(17.4px * .875);}
.plain-tile .text-proof{line-height:1.66;
        font-size:17.4px;}
.plain-tile .text-proof p{margin:0 0 1.1rem;}
.plain-tile .text-proof h2{font-size:calc(17.4px * 1.35);
        margin:1.8rem 0 0.8rem;}
.plain-tile .site-block{margin:0 0 calc(1.84rem * 1.5);
        border-radius:0.87rem;
        overflow:hidden;
        box-shadow:0 12px 14px rgba(0,0,0,0.14);}
.plain-tile .site-block img{display:block;
        width:100%;
        height:auto;}
.plain-tile .active-note{display:flex;
        flex-direction:column;
        gap:0.5rem;
        margin-top:calc(1.84rem * 1.5);
        padding-top:calc(1.84rem * 1.5);
        border-top:1px solid rgba(120, 145, 210, 0.28);}
.plain-tile .active-note a{text-decoration:none;
        font-size:17.4px;}
.plain-tile .active-note a:hover{text-decoration:underline;}
.plain-tile .quiet-lead{
        background:#111A38;
        color:#E8EDFA;
        border:1px solid rgba(120, 145, 210, 0.28);
        border-radius:0.87rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 2px 4px rgba(0,0,0,0.11);
    }
.plain-tile .quiet-lead h3{margin:0 0 1rem;
        font-size:calc(17.4px * 1.35);}
.plain-tile .featured-note{list-style:none;
        margin:0 0 1.2rem;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:1rem;}
.plain-tile .featured-note li{display:flex;
        flex-direction:column;
        gap:0.25rem;}
.plain-tile .featured-note a{text-decoration:none;
        font-weight:600;}
.plain-tile .featured-note a:hover{text-decoration:underline;}
.plain-tile .featured-note span{font-size:calc(17.4px * .875);}
.plain-tile .page-copy{font-size:calc(17.4px * .875);
        margin:0 0 1rem;}
.plain-tile .service-footer{
        display:inline-block;
        background:#2B5BFF;
        color:#F4F7FF;
        padding:0.6rem 1.1rem;
        border-radius:0.51rem;
        text-decoration:none;
        font-size:calc(17.4px * .875);
        transition:background 420ms var(--speed-soft);
    }
.plain-tile .service-footer:hover{
        background:#1E47D6;color:#E8EDFA;}
.steady-items{
  background: #070C1C;
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.steady-items .main-plan{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.84rem;
  align-items: start;}
.steady-items h2,
.steady-items h3,
.steady-items p{margin: 0;}
.steady-items h2{font-size: calc(17.4px * 2); line-height: 1.1;}
.steady-items h3{font-size: calc(17.4px * 1.35); line-height: 1.18;}
.steady-items p{font-size: 17.4px; line-height: 1.66;}
.steady-items .clear-tile{
  display: grid;
  gap: calc(1.84rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: #111A38;
  color: #E8EDFA;
  border: 1px solid rgba(120, 145, 210, 0.28);
  box-shadow: 0 2px 4px rgba(0,0,0,0.11);
}
.steady-items .clear-tile .page-copy{font-size: calc(17.4px * .875);
  color: #C9D3EE;
  padding-top: calc(1.84rem * 1.5);
  border-top: 1px solid rgba(120, 145, 210, 0.28);}
.steady-items .offer-service{display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(120, 145, 210, 0.28);}
.steady-items .service-quote{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.5rem;
  row-gap: calc(1.84rem * 1.5);
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(120, 145, 210, 0.28);
  color: inherit;
  text-decoration: none;
  transition: border-color 420ms var(--speed-soft);}
.steady-items .service-quote:last-child{border-bottom: 0;}
.steady-items .service-quote b{grid-row: 1 / span 2;
  font-size: calc(17.4px * .875);
  font-weight: 600;
  color: #00E0B8;
  letter-spacing: .02em;
  text-transform: uppercase;}
.steady-items .service-quote h3{grid-column: 2;}
.steady-items .service-quote p{grid-column: 2;}
.steady-items .service-quote:hover h3{color: #00E0B8;}
.steady-items .service-quote:hover{border-color: rgba(0, 224, 184, 0.55);}
.steady-items .simple-list{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.84rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: var(--tone-base);
  color: var(--ink-strong);
}
.steady-items .simple-list p{font-size: calc(17.4px * .875);}
.steady-items .simple-list a{flex-shrink: 0;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.steady-items .simple-list a:hover{color: #00E0B8;}
@media (max-width: 820px) {.steady-items .main-plan{ grid-template-columns: 1fr; }.steady-items .service-quote{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-left: 0;
  }.steady-items .service-quote b{ grid-row: auto; }.steady-items .service-quote h3,
  .steady-items .service-quote p{ grid-column: 1; }.steady-items .offer-service{ border-left: 0; }.steady-items .simple-list{ flex-direction: column; align-items: flex-start; }
}
.simple-content{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);color:#E8EDFA;}
.simple-content .main-plan{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.84rem * 1.5);}
.simple-content .bottom-media p{margin:0;font-size:calc(17.4px * .875);font-weight:700;letter-spacing:.02em;opacity:.9;}
.simple-content .bottom-media h2{margin:.4rem 0 0;font-size:calc(17.4px * 2);line-height:1.2;}
.simple-content .narrow-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.simple-content .visual-media{margin:0;font-size:17.4px;line-height:1.66;}
.simple-content .featured-note{display:flex;flex-wrap:wrap;gap:1.84rem;}
.simple-content .cluster{flex:1 1 260px;padding:calc(1.5rem * .75);border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28);background:#111A38;color:#E8EDFA;box-shadow:0 2px 4px rgba(0,0,0,0.11);}
.simple-content .cluster .offer-footer{display:block;font-size:calc(17.4px * .875);font-weight:700;margin-bottom:.4rem;}
.simple-content .cluster p{margin:0;font-size:calc(17.4px * .875);line-height:1.66;}
.simple-content .page-copy{margin:0;font-size:calc(17.4px * .875);line-height:1.66;opacity:.92;}
.simple-content a{text-decoration:underline;text-underline-offset:2px;}
.simple-content a:hover{}
@media (max-width:640px){.simple-content .featured-note{flex-direction:column;}
}
.strong-intro{
    padding:calc(1.5rem * 2.4) 2.15rem;
    background:#0E1630;
    color:#C9D3EE;
}
.strong-intro .narrow-details{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.84rem * 1.5);}
.strong-intro .site-media{display:flex;
    align-items:center;
    gap:1.84rem;}
.strong-intro .plain-form{width:72px;
    height:72px;
    border-radius:0.87rem;
    object-fit:cover;
    border:1px solid rgba(120, 145, 210, 0.28);
    flex:0 0 auto;}
.strong-intro .soft-body{display:flex;
    flex-direction:column;
    gap:0.25rem;}
.strong-intro .public-content{margin:0;
    font-size:calc(17.4px * 1.35);
    line-height:1.25;}
.strong-intro .featured-wrap{margin:0;
    font-size:calc(17.4px * .875);
    opacity:0.85;}
.strong-intro .steady-media{margin:0;
    font-size:17.4px;
    line-height:1.66;}
.strong-intro .fields{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.84rem;
    font-size:calc(17.4px * .875);}
.strong-intro .fields a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 420ms var(--speed-soft), border-color 420ms var(--speed-soft);}
.strong-intro .fields a:hover,
.strong-intro .fields a:focus-visible{color:#00E0B8;
    border-bottom-color:#00E0B8;}
.strong-intro .page-copy{
    margin:0;
    font-size:calc(17.4px * .875);
    padding:calc(1.5rem * .75);
    background:#111A38;
    color:#E8EDFA;
    border:1px solid rgba(120, 145, 210, 0.28);
    border-radius:0.51rem;
}
@media (max-width:640px){.strong-intro .site-media{
        align-items:flex-start;
    }.strong-intro .fields{
        flex-direction:column;
        gap:0.5rem;
    }
}
.page-tile{padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA}
.page-tile .main-plan{max-width:1460px;margin:0 auto}
.page-tile .team-service{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.84rem;border-bottom:1px solid rgba(120, 145, 210, 0.28);padding-bottom:calc(1.5rem * .75)}
.page-tile h1{max-width:22ch;margin:0;font-size:calc(17.4px * 2.65);line-height:1.05}
.page-tile .team-stack{margin:0;font-size:calc(17.4px * .875);white-space:nowrap}
.page-tile .visual-media{margin:calc(1.84rem * 1.5) 0 0;font-size:calc(17.4px * 1.125);line-height:1.66;}
.page-tile .local-area{margin:calc(1.84rem * 1.5) 0 0}
.page-tile .region{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:1.11rem;box-shadow:0 16px 52px rgba(0,0,0,0.17)}
.page-tile .public-entries{margin:calc(1.84rem * 1.5) 0 0}
.page-tile .public-entries p{margin:0 0 1.5rem;line-height:1.66}
.page-tile .public-entries p:last-child{margin-bottom:0}
.page-tile .active-note{padding-top:calc(1.5rem * .75);border-top:1px solid rgba(120, 145, 210, 0.28);font-size:17.4px}
.page-tile .active-note a{text-decoration:underline;text-underline-offset:3px;transition:color 420ms var(--speed-soft)}
.page-tile .active-note a:hover{}
@media(max-width:720px){.page-tile .team-service{display:block}.page-tile .team-stack{display:block;margin-top:calc(1.5rem * .75)}.page-tile .region{aspect-ratio:4/3}
}
.direct-form{
  background: #070C1C;
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.direct-form .main-plan{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.84rem;
  align-items: start;}
.direct-form h2,
.direct-form h3,
.direct-form p{margin: 0;}
.direct-form h2{font-size: calc(17.4px * 2); line-height: 1.1;}
.direct-form h3{font-size: calc(17.4px * 1.35); line-height: 1.18;}
.direct-form p{font-size: 17.4px; line-height: 1.66;}
.direct-form .active-header{
  display: grid;
  gap: calc(1.84rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.11rem;
  background: var(--tone-base);
  color: var(--ink-strong);
}
.direct-form .quiet-list{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.direct-form [data-block]{
  flex: 1 1 16rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: #111A38;
  color: #E8EDFA;
  border: 1px solid rgba(120, 145, 210, 0.28);
}
.direct-form .text-unit{color: #C9D3EE;
  font-size: calc(17.4px * .875);
  letter-spacing: 0.01em;}
@media (max-width: 820px) {.direct-form .main-plan{ grid-template-columns: 1fr; }
}
.secondary-nav{
        padding: calc(1.5rem * 2.4) 2.15rem;
        background: linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
        color: #E8EDFA;
    }
.secondary-nav .main-plan{max-width: 1460px;
        margin: 0 auto;}
.secondary-nav .narrow-details{display: flex;
        flex-direction: column;
        gap: calc(1.84rem * 1.5);}
.secondary-nav .visual-media h2{margin: 0;
        font-size: calc(17.4px * 2);
        line-height: 1.2;}
.secondary-nav .visual-media p{margin: calc(1.5rem * .75) 0 0;
        font-size: 17.4px;
        line-height: 1.66;
        opacity: 0.94;}
.secondary-nav .offer-service{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-nav .service-quote{display: grid;
        grid-template-columns: minmax(140px, 200px) 1fr;
        gap: 1.84rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);
        align-items: start;}
.secondary-nav .direct-surface{font-size: calc(17.4px * .875);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        opacity: 0.72;}
.secondary-nav .primary-intro{font-size: 17.4px;
        font-weight: 600;
        word-break: break-word;}
.secondary-nav a.value{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.secondary-nav a.value:hover{}
.secondary-nav .page-copy{grid-column: 2;
        font-size: calc(17.4px * .875);
        line-height: 1.66;
        opacity: 0.82;
        margin-top: 0.35rem;}
.secondary-nav .quiet-lead{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) calc(1.84rem * 1.5);
        background: color-mix(in srgb, currentColor 10%, transparent);
        border-left: 3px solid #00E0B8;
        border-radius: 0.32rem;
    }
.secondary-nav .quiet-lead p{margin: 0;
        font-size: calc(17.4px * .875);
        line-height: 1.66;
        opacity: 0.94;}
.secondary-nav .active-note a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.secondary-nav .active-note a:hover{}
@media (max-width: 640px) {.secondary-nav .service-quote{
            grid-template-columns: 1fr;
            gap: 0.35rem;
        }.secondary-nav .page-copy{
            grid-column: 1;
        }
    }
.service-nav{
    padding:calc(1.5rem * 2.4) 2.15rem;
    background:#0E1630;
    color:#C9D3EE;
}
.service-nav .narrow-details{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.84rem * 1.5);}
.service-nav .steady-content{display:flex;
    align-items:center;
    gap:1.84rem;
    flex-wrap:wrap;}
.service-nav .plain-form{width:72px;
    height:72px;
    border-radius:0.87rem;
    object-fit:cover;
    border:1px solid rgba(120, 145, 210, 0.28);
    flex:0 0 auto;}
.service-nav .id{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.service-nav .public-content{margin:0;
    font-size:calc(17.4px * 1.35);
    line-height:1.25;}
.service-nav .featured-wrap{margin:0;
    font-size:calc(17.4px * .875);
    color:#C9D3EE;
    opacity:0.85;}
.service-nav .steady-media{margin:0;
    font-size:17.4px;
    line-height:1.66;}
.service-nav .page-copy{margin:0;
    font-size:calc(17.4px * .875);
    line-height:1.66;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(120, 145, 210, 0.28);}
.service-nav .page-copy a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid #2B5BFF;}
.service-nav .page-copy a:hover{color:#00E0B8;
    border-bottom-color:#00E0B8;}
@media (max-width:640px){.service-nav .steady-content{
        align-items:flex-start;
    }
}
.focused-surface{padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;background:#070C1C;color:#E8EDFA;}
.focused-surface .text-inner{max-width:1460px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,5vw,calc(1.84rem * 1.5));}
.focused-surface .compact-proof{width:min(100%,46rem);min-width:0;}
.focused-surface h1{margin:0;font-size:clamp(1.9rem,4.4vw,calc(17.4px * 2.65));line-height:1.1;font-weight:680;letter-spacing:0;}
.focused-surface p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,17.4px);line-height:1.72;color:#C9D3EE;}
.focused-surface .focused-nav{display:block;width:min(32vw,26rem);max-width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1.11rem;flex:0 1 26rem;}
@media (max-width:700px){.focused-surface .text-inner{display:block}.focused-surface .focused-nav{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem}.focused-surface{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}}
.wide-figure{background:#070C1C;color:#E8EDFA;padding:calc(1.5rem * 2.4) 2.15rem}
.wide-figure .main-plan{max-width:1460px;margin:0 auto}
.wide-figure .logo{display:grid;grid-template-columns:1.15fr .7fr 1fr;gap:calc(1.84rem * 1.5);align-items:start}
.wide-figure .compact-block{min-width:0}
.wide-figure h2{margin:0;font-size:clamp(calc(17.4px * 2),4.4vw,calc(17.4px * 2.65));line-height:1.08;letter-spacing:0}
.wide-figure p{margin:1.5rem 0 0;color:#C9D3EE;font-size:calc(17.4px * 1.125);line-height:1.65}
.wide-figure .focused-nav{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.87rem;border:1px solid rgba(120, 145, 210, 0.28)}
.wide-figure .main-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-figure .main-entries a{padding:calc(1.5rem * .75);border-radius:0.51rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28);text-decoration:none;transition:border-color 420ms var(--speed-soft),background 420ms var(--speed-soft)}
.wide-figure .main-entries a:hover{border-color:#00E0B8}
.wide-figure strong{display:block;font-size:17.4px}
.wide-figure span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);color:#C9D3EE;font-size:calc(17.4px * .875);line-height:1.55}
@media(max-width:900px){.wide-figure .logo{grid-template-columns:1fr 1fr}.wide-figure .compact-block{grid-column:1/-1}.wide-figure .focused-nav{aspect-ratio:16/9}}
@media(max-width:600px){.wide-figure .logo{grid-template-columns:1fr}}
.text-menu{
  background: linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
  color: #E8EDFA;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.text-menu .main-plan{max-width: 1460px;
  margin: 0 auto;}
.text-menu .wide-quote{display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.text-menu .compact-block{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.6);}
.text-menu h2{margin: 0;
  font-size: clamp(calc(17.4px * 2), 4.6vw, calc(17.4px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.text-menu .visual-media{margin: 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.6;}
.text-menu .soft-surface{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-menu .service-quote{display: flex;
  flex-wrap: wrap;
  gap: 1.84rem;}
.text-menu .service-quote.split > .direct-surface{flex: 1 1 16rem;
  min-width: 0;}
.text-menu .service-quote > .direct-surface{flex: 1 1 100%;
  min-width: 0;}
.text-menu .direct-surface{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.45);
  font-size: calc(17.4px * .875);}
.text-menu input,
.text-menu textarea,
.text-menu select{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0.32rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
  line-height: 1.5;
}
.text-menu textarea{resize: vertical;
  min-height: 6.5rem;}
.text-menu select{appearance: none;}
.text-menu input::placeholder,
.text-menu textarea::placeholder{color: color-mix(in srgb, currentColor 55%, transparent);}
.text-menu input:focus,
.text-menu textarea:focus,
.text-menu select:focus{outline: 2px solid rgba(0, 224, 184, 0.55);
  outline-offset: 1px;}
.text-menu .service-footer{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.84rem;}
.text-menu button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.51rem;
  background: #2B5BFF;
  color: #F4F7FF;
  padding: calc(1.5rem * .75) 1.84rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 420ms var(--speed-soft);
}
.text-menu button:hover{
  background: #1E47D6;color:#E8EDFA;}
.text-menu .page-copy{margin: 0;
  flex: 1 1 18rem;
  font-size: calc(17.4px * .875);
  line-height: 1.6;
  color: color-mix(in srgb, currentColor 82%, transparent);}
.text-menu .quiet-lead{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.8);}
.text-menu .compact-proof{margin: 0;
  font-size: 17.4px;
  line-height: 1.7;}
.text-menu .compact-proof a{text-decoration: underline;
  text-underline-offset: 3px;}
.text-menu .compact-proof a:hover{}
@media (max-width: 640px) {.text-menu .service-quote{
    flex-direction: column;
  }.text-menu .service-footer{
    flex-direction: column;
    align-items: stretch;
  }.text-menu button{
    width: 100%;
  }
}
.featured-frame{padding:calc(1.5rem * 2.4) 2.15rem;background:var(--tone-base);color:var(--ink-strong)}
.featured-frame .direct-group{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.84rem}
.featured-frame .visual-media{align-self:start}
.featured-frame h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.05}
.featured-frame .visual-media p{margin:1.5rem 0 0;font-size:17.4px;color:#5A6480}
.featured-frame .visual-media p + p{margin-top:calc(1.84rem * 1.5)}
.featured-frame .site-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.featured-frame .soft-group{padding:calc(1.5rem * .75);border-radius:0.87rem;background:#111A38;color:#E8EDFA;border:1px solid rgba(120, 145, 210, 0.28)}
.featured-frame .soft-group span{display:block;font-size:calc(17.4px * .875);color:inherit;}
.featured-frame .soft-group strong{display:block;margin-top:calc(1.5rem * .75);font-size:17.4px;line-height:1.5}
.featured-frame .soft-group a{color:#2B5BFF;text-decoration:none;border-bottom:1px solid transparent;transition:color 420ms var(--speed-soft),border-color 420ms var(--speed-soft)}
.featured-frame .soft-group a:hover{color:inherit;border-bottom-color:#00E0B8}
.featured-frame .main-proof{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.11rem;overflow:hidden;border:1px solid rgba(120, 145, 210, 0.28)}
.featured-frame iframe{display:block;width:100%;height:100%;border:0}
.featured-frame .page-copy{grid-column:1/-1;margin:0;font-size:calc(17.4px * .875);color:#5A6480}
@media (max-width: 780px){.featured-frame .direct-group,.featured-frame .site-intro{grid-template-columns:1fr}.featured-frame .main-proof{height:22rem}}
.secondary-unit{
  padding: calc(1.5rem * 2.4) 2.15rem;
  background: var(--tone-base);
  color: var(--ink-strong);
}
.secondary-unit .main-plan{max-width: 1460px;
  margin: 0 auto;}
.secondary-unit .compact-block{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.84rem * 1.5);}
.secondary-unit h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.12;}
.secondary-unit .compact-block p{margin: 0;
  color: #5A6480;
  font-size: calc(17.4px * 1.125);
  line-height: 1.66;}
.secondary-unit .primary-fields{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.secondary-unit .soft-group{display: grid;
  grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #B7C0D6;}
.secondary-unit .soft-group:last-child{border-bottom: 1px solid #B7C0D6;}
.secondary-unit .soft-group span{display: block;
  color: #5A6480;
  font-size: calc(17.4px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.secondary-unit h3{margin: calc(calc(1.5rem * .75) * .4) 0 0;
  font-size: calc(17.4px * 1.35);
  line-height: 1.2;}
.secondary-unit .soft-group p{margin: 0;
  color: #232C48;
  line-height: 1.66;}
@media (max-width: 820px) {.secondary-unit .soft-group{
    grid-template-columns: 1fr;
    gap: calc(1.84rem * 1.5);
  }
}
.narrow-entries{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.15rem;
  background: linear-gradient(135deg, #070C1C 0%, #101C42 45%, #0A2A3A 100%);
  color: #E8EDFA;
}
.narrow-entries .main-plan{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1460px;
  margin: 0 auto;}
.narrow-entries .secondary-note{margin: 0 0 calc(1.84rem * 1.5);
  padding: 1.5rem 0 0;}
.narrow-entries h2{margin: 0;
  font-size: calc(17.4px * 2);
  line-height: 1.12;}
.narrow-entries .secondary-note p{margin: 1.5rem 0 0;
  font-size: calc(17.4px * 1.125);
  line-height: 1.66;}
.narrow-entries .quiet-story{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.84rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.narrow-entries .visual-details{display: flex;
  flex-wrap: wrap;
  gap: 1.84rem;}
.narrow-entries .visual-details p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.66;}
.narrow-entries .compact-steps{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.narrow-entries .compact-steps a{color: inherit;
  font-size: calc(17.4px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.narrow-entries .narrow-section{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.narrow-entries .narrow-section a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.66;
  overflow-wrap: anywhere;}
.narrow-entries .narrow-section span{display: block;
  margin-top: .35rem;
  font-size: calc(17.4px * .875);
  opacity: .68;}
@media (max-width: 720px) {.narrow-entries .quiet-story,
  .narrow-entries .visual-details{
    display: block;
  }.narrow-entries .visual-details p + p{
    margin-top: calc(1.5rem * .75);
  }.narrow-entries .compact-steps{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.page-figure{padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.quiet-region{max-width:1460px;margin:0 auto;}
.page-figure h1{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08;}
.active-proof{padding:calc(1.5rem * 2.4) 2.15rem;background:#2B5BFF;color:#F4F7FF}
.active-proof .active-entries{max-width:min(1460px,62rem);margin:0 auto}
.active-proof h2{margin:0;font-size:calc(17.4px * 2.65);line-height:1.08}
.active-proof .fresh-visual{margin:1.5rem 0 calc(1.84rem * 1.5);font-size:calc(17.4px * 1.125);line-height:1.55}
.active-proof .media-team{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.active-proof .page-copy{padding:1.84rem 0}
.active-proof .page-copy + .page-copy{border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.active-proof h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.4px * 1.35);line-height:1.25}
.active-proof .page-copy p{margin:0;line-height:1.62}
@media (max-width:640px){.active-proof h2{font-size:calc(17.4px * 2)}.active-proof .fresh-visual{font-size:17.4px}
}
.grid-block-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.15rem;
    background:#070C1C;
    color:#E8EDFA;
  }
.grid-block-second-hero-block .text-inner{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.4rem,4.5vw,calc(1.84rem * 1.5));}
.grid-block-second-hero-block .focused-nav{display:block;
    flex:1 1 22rem;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1.11rem;
    box-shadow:var(--lift-button,0 12px 14px rgba(0,0,0,0.14));}
.grid-block-second-hero-block .compact-proof{flex:1 1 26rem;
    min-width:0;}
.grid-block-second-hero-block h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(17.4px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:-0.01em;}
.grid-block-second-hero-block p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,17.4px);
    line-height:1.72;}
@media (max-width:760px){.grid-block-second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.grid-block-second-hero-block .text-inner{display:block;}.grid-block-second-hero-block .focused-nav{width:100%;aspect-ratio:16/10;margin-bottom:1.5rem;}
  }
.local-list{--state-main:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 2.15rem;background:#070C1C;color:#E8EDFA;}
.local-list .main-plan{max-width:1460px;margin:0 auto;}
.local-list h1,.local-list h2,.local-list h3,.local-list p{margin:0;}
.local-list h2{font-size:calc(17.4px * 2);line-height:1.14;}
.local-list p{font-size:17.4px;line-height:1.66;color:#C9D3EE;}
.local-list a{color:inherit;text-decoration:none;}
.local-list a:hover{color:#00E0B8;}
.local-list .visual-media{font-size:calc(17.4px * 1.125);color:#E8EDFA;}
.local-list .page-copy{color:#C9D3EE;}
.local-list .service-footer{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.32rem;background:#2B5BFF;color:#F4F7FF;font-weight:600;transition:background 420ms var(--speed-soft);}
.local-list .service-footer:hover{background:#1E47D6;color:#F4F7FF;}
.local-list .active-note{font-size:calc(17.4px * .875);color:#C9D3EE;}
.local-list .steady-block{display:flex;flex-direction:column;}
.local-list .steady-block>h2{margin-top:calc(1.84rem * 1.5);}
.local-list .steady-block>p{margin-top:calc(1.84rem * 1.5);}
.local-list .steady-block>.service-footer{margin-top:var(--state-main);}
.local-list .steady-block>.active-note{margin-top:calc(1.84rem * 1.5);}
@media (max-width:720px){.local-list .service-footer{width:100%;}
}
.steady-service{
  padding: calc(1.5rem * 2.4) 2.15rem;
  background: #070C1C;
  color: #E8EDFA;
}
.steady-service .main-plan{max-width: 1460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.84rem;
  align-items: flex-start;}
.steady-service .main-area{
  flex: 1 1 340px;
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: #00E0B8;
  color: #04231D;
}
.steady-service .main-area span{display: inline-block;
  font-size: calc(17.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.82;}
.steady-service .main-area h2{margin: calc(1.84rem * 1.5) 0 0;
  font-size: calc(17.4px * 2);
  line-height: 1.1;}
.steady-service .main-area p{margin: calc(1.84rem * 1.5) 0 0;
  font-size: 17.4px;
  line-height: 1.66;}
.steady-service .main-body{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(1.84rem * 1.5);}
.steady-service .main-body > div{
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: #111A38;
  color: #E8EDFA;
  border: 1px solid rgba(120, 145, 210, 0.28);
}
.steady-service .main-body strong{display: block;
  font-size: calc(17.4px * 1.35);
  line-height: 1.25;}
.steady-service .main-body p{margin: calc(1.84rem * 1.5) 0 0;
  font-size: 17.4px;
  line-height: 1.66;}
.steady-service .main-body a{text-decoration: underline;
  text-underline-offset: 3px;}
.steady-service .main-body a:hover{}
.steady-service .active-note{display: flex;
  flex-wrap: wrap;
  gap: calc(1.84rem * 1.5);
  padding: calc(1.84rem * 1.5) 0 0;
  border-top: 1px solid rgba(120, 145, 210, 0.28);}
.steady-service .active-note a{font-size: calc(17.4px * .875);
  text-decoration: none;
  border-bottom: 1px solid #2B5BFF;
  padding-bottom: 2px;}
.steady-service .active-note a:hover{border-bottom-color: #00E0B8;}
@media (max-width: 760px) {.steady-service .main-plan{
    flex-direction: column;
  }
}
.direct-callout{
  background:#070C1C;
  color:#E8EDFA;
  padding:calc(1.5rem * 2.4) 2.15rem;
}
.direct-callout .main-plan{width:min(100%,1460px);
  margin:0 auto;}
.direct-callout .compact-grid{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:calc(1.84rem * 1.5);}
.direct-callout .compact-proof{flex:1 1 460px;
  min-width:0;}
.direct-callout h1{margin:0;
  font-size:clamp(calc(17.4px * 2),6vw,calc(17.4px * 2.65));
  line-height:1.02;
  letter-spacing:-0.01em;}
.direct-callout p{margin:1.5rem 0 0;
  font-size:calc(17.4px * 1.125);
  line-height:1.66;}
.direct-callout .service-footer{
  display:inline-flex;
  align-items:center;
  margin-top:calc(1.84rem * 1.5);
  padding:14px 22px;
  border-radius:0.51rem;
  background:#2B5BFF;
  color:#F4F7FF;
  text-decoration:none;
  font-weight:700;
  transition:background 420ms var(--speed-soft);
}
.direct-callout .service-footer:hover{
  background:#1E47D6;color:#E8EDFA;}
.direct-callout .area{
  flex:0 1 420px;
  min-width:260px;
  display:flex;
  flex-direction:column;
  gap:1.84rem;
  padding:calc(1.5rem * .75);
  border:1px solid rgba(120, 145, 210, 0.28);
  border-radius:0.87rem;
  background:#111A38;
  color:#E8EDFA;
}
.direct-callout .cluster{display:flex;
  flex-direction:column;
  gap:6px;
  padding-bottom:1.5rem;
  border-bottom:1px solid rgba(120, 145, 210, 0.28);
  color:inherit;
  text-decoration:none;}
.direct-callout .cluster:last-child{padding-bottom:0;
  border-bottom:0;}
.direct-callout .cluster span{font-size:17.4px;
  font-weight:700;}
.direct-callout .cluster small{font-size:calc(17.4px * .875);
  line-height:1.5;}
.direct-callout .cluster:hover span{}
@media (max-width:720px) {.direct-callout .compact-grid{
    flex-direction:column;
    align-items:stretch;
  }.direct-callout .area{
    min-width:0;
    flex:1 1 auto;
  }
}
