body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.area {
    width: 100%;
    background: #070E1F;
    color: #E6F1FF;
    border-bottom: 1px solid rgba(0, 229, 194, 0.22);
    padding: 1.5rem 2.26rem;
  }
:root {
  --delay-entry: cubic-bezier(0.22,1,0.36,1);
  --tone-panel: #DCE8FA;
  --paint-accent: #00E5C2;
  --state-static: rgba(0, 229, 194, 0.55);
  --ink-light: #0F1B36;
  --ink-card: #E6F1FF;
  --speed-fast: 470ms;
}
.clear-details {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2.21rem;
    flex-wrap: nowrap;
  }
.featured-inner {
    font-size: calc(18.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #E6F1FF;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 0.25rem 0;
  }
.featured-inner:hover,
  .featured-inner:focus-visible {
    color: #5BE9FF;
  }
.bottom-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.21rem;
    flex-wrap: nowrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 18.5px;
    color: #E6F1FF;
    text-decoration: none;
    border-radius: 0.3rem;
    transition: color var(--speed-fast) var(--delay-entry), background-color var(--speed-fast) var(--delay-entry);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #5BE9FF;
    background: #0C1730;
  }
.nav-list a[aria-current="page"] {
    color: #00E5C2;
    font-weight: 600;
  }
.compact-region {
    flex: 0 0 auto;
    margin-left: auto;
  }
.main-content {
    display: inline-block;
    padding: 0.65rem 1.1rem;
    background: var(--paint-accent);
    color: #04121A;
    font-size: calc(18.5px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.46rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    transition: background-color var(--speed-fast) var(--delay-entry), transform var(--speed-fast) var(--delay-entry);
  }
.main-content:hover,
  .main-content:focus-visible{
    background: #00C7A9;
    transform: translateY(-1px);color:var(--ink-card);}
.steady-story {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #0C1730;
    color: var(--tone-panel);
    border: 1px solid rgba(0, 229, 194, 0.22);
    border-radius: 0.46rem;
    cursor: pointer;
    margin-left: auto;
  }
.narrow-contact{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: var(--tone-panel);
    border-radius: 2px;
    transition: transform var(--speed-fast) var(--delay-entry), opacity var(--speed-fast) var(--delay-entry);color:var(--ink-card);}
.steady-story[aria-expanded="true"] .narrow-contact:nth-child(1){transform: translateY(7px) rotate(45deg);}
.steady-story[aria-expanded="true"] .narrow-contact:nth-child(2){opacity: 0;}
.steady-story[aria-expanded="true"] .narrow-contact:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .clear-details {
      flex-wrap: wrap;
      align-items: center;
    }

    .steady-story {
      display: flex;
    }

    .bottom-wrap {
      display: none;
      flex: 1 1 100%;
      order: 3;
      width: 100%;
      margin-top: 1.5rem;
      border-top: 1px solid rgba(0, 229, 194, 0.22);
      padding-top: 1.5rem;
    }

    .bottom-wrap.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.5rem;
      font-size: 18.5px;
    }

    .compact-region {
      display: none;
    }

    .bottom-wrap.is-open .header-cta-mobile {
      display: block;
    }
  }
@media (min-width: 768px) {
    .bottom-wrap {
      display: flex !important;
    }

    .steady-story {
      display: none;
    }
  }
.top-header{font-family:"Space Grotesk", sans-serif;font-size:18.5px;line-height:1.61;padding:calc(1.5rem * 2.4) 2.26rem;width:100%;background:#E6F1FF;color:#0A1224;}
.service-body{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:calc(2.21rem * 1.5);align-items:start}
.featured-quote{display:flex;flex-direction:column;gap:1.5rem}
.soft-wrap{color:inherit;text-decoration:none;font-size:calc(18.5px * 1.35);font-weight:700;letter-spacing:0.02em}
.person{margin:0;font-size:calc(18.5px * .875);max-width:32ch;opacity:0.85}
.fresh-team{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:calc(2.21rem * 1.5)}
.fresh-group{display:flex;flex-direction:column;gap:1.5rem}
.focused-media{margin:0;font-size:18.5px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.active-method{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.active-method a{color:inherit;text-decoration:none;font-size:calc(18.5px * .875);transition:color var(--speed-fast) var(--delay-entry), opacity var(--speed-fast) var(--delay-entry);opacity:0.85}
.active-method a:hover,
  .active-method a:focus-visible{opacity:1;text-decoration:underline;outline:none;color:inherit}
.open-summary{display:flex;flex-direction:column;gap:1.5rem}
.site-service{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(18.5px * .875)}
.site-service li{display:flex;flex-direction:column;gap:4px}
.site-story{font-weight:600;letter-spacing:0.03em;text-transform:uppercase;font-size:calc(18.5px * .875);opacity:0.9}
.text-flow{color:inherit;text-decoration:none;font-size:calc(18.5px * .875);opacity:0.85;word-break:break-word}
a.footer-contact-value:hover,
  a.footer-contact-value:focus-visible{opacity:1;text-decoration:underline;outline:none;color:inherit}
.plain-fields{grid-column:1 / -1;display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.21rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);margin-top:calc(2.21rem * 1.5)}
.top-surface{margin:0;font-size:calc(18.5px * .875);opacity:0.8}
.wide-grid{margin:0;font-size:calc(18.5px * .875);line-height:1.61;opacity:0.8;max-width:90ch}
@media (max-width: 1024px) {.service-body{grid-template-columns:1fr 1fr}.fresh-team{grid-template-columns:repeat(2, minmax(0, 1fr))}.open-summary{grid-column:1 / -1}
  }
@media (max-width: 640px) {.service-body{grid-template-columns:1fr;gap:calc(2.21rem * 1.5)}.fresh-team{grid-template-columns:1fr}.plain-fields{margin-top:1.5rem;padding-top:1.5rem}
  }
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 2.26rem;
        right: 2.26rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .public-area {
        max-width: 1420px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 26px 30px rgba(0,0,0,0.15)
    }
.cookies .public-area div {
        width: 50%;
    }
.cookies .public-area > * {
        min-width: 0;
    }
.cookies .public-area > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(18.5px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.61
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: var(--paint-accent);
        color: #04121A
    }
@media (max-width: 760px) {
        .cookies .public-area {
            display: block
        }

        .cookies .public-area > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.bottom-benefit{
        padding:calc(calc(1.5rem * 2.4) * 1.15) 2.26rem;
        background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
        color:#E6F1FF;
    }
.bottom-benefit .top-shell{max-width:1420px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:calc(2.21rem * 1.6);
        align-items:center;}
.bottom-benefit .open-quote{flex:1 1 30rem;
        min-width:0;}
.bottom-benefit h1{margin:0 0 calc(2.21rem * 1.5);
        font-size:clamp(2.1rem, 4.8vw, 3.7rem);
        line-height:1.06;
        letter-spacing:-0.01em;}
.bottom-benefit .page-view{margin:0 0 calc(2.21rem * 1.5);
        font-size:calc(18.5px * 1.125);
        font-weight:600;}
.bottom-benefit .open-quote p{margin:0 0 calc(2.21rem * 1.5);
        opacity:.94;}
.bottom-benefit .text-quote{display:flex;
        flex-wrap:wrap;
        gap:.7rem;
        margin-top:calc(1.5rem * .75);}
.bottom-benefit .text-quote a{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:.78rem 1.15rem;
        border-radius:0.46rem;
        text-decoration:none;
        font-weight:700;
        background:var(--paint-accent);
        color:#04121A;
        transition:background var(--speed-fast) var(--delay-entry);
    }
.bottom-benefit .text-quote a:hover{
        background:#00C7A9;color:var(--ink-card);}
.bottom-benefit .text-quote a + a{
        background:transparent;
        color:#E6F1FF;
        border:1px solid rgba(0, 229, 194, 0.22);
    }
.bottom-benefit .text-quote a + a:hover{
        background:color-mix(in srgb, currentColor 10%, transparent);color:var(--ink-card);}
.bottom-benefit .local-grid{margin:calc(2.21rem * 1.5) 0 0;
        font-size:calc(18.5px * .875);}
.bottom-benefit .local-grid a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.bottom-benefit .local-grid a:hover{border-bottom-color:#5BE9FF;}
.bottom-benefit .page-service{flex:1 1 22rem;
        max-width:36rem;
        width:100%;
        height:auto;
        border-radius:1.08rem;
        box-shadow:0 26px 30px rgba(0,0,0,0.15);
        display:block;}
@media (max-width: 960px){.bottom-benefit .page-service{max-width:none;}.bottom-benefit{padding:calc(calc(1.5rem * 2.4) * .8) 2.26rem;}
    }
.media-region{
        --state-base: calc(1.5rem * 1.08);
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: #070E1F;
        color: #E6F1FF;
    }
.media-region .content-section{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-base);}
.media-region h2,
    .media-region h3,
    .media-region p{margin: 0;}
.media-region h2{font-size: calc(18.5px * 2);
        line-height: 1.14;}
.media-region h3{font-size: calc(18.5px * 1.35);
        line-height: 1.22;}
.media-region p{font-size: 18.5px;
        line-height: 1.61;}
.media-region .strong-group{display: flex;
        flex-direction: column;
        gap: calc(2.21rem * 1.5);}
.media-region .narrow-lead{color: var(--tone-panel);}
.media-region .direct-surface{display: flex;
        flex-direction: column;
        gap: calc(2.21rem * 1.5);
        border-top: 1px solid rgba(0, 229, 194, 0.22);
        padding-top: calc(2.21rem * 1.5);}
.media-region .main-quote{display: flex;
        flex-direction: column;
        gap: calc(calc(2.21rem * 1.5) / 2.4);
        padding-block-end: calc(2.21rem * 1.5);
        border-bottom: 1px solid rgba(0, 229, 194, 0.22);}
.media-region .main-quote:last-child{border-bottom: none;
        padding-block-end: 0;}
.media-region .local-grid{color: var(--tone-panel);
        padding-top: calc(calc(2.21rem * 1.5) / 2);}
.media-region .local-grid a{color: #00E5C2;
        text-decoration: underline;
        text-underline-offset: 3px;}
.media-region .local-grid a:hover{color: #5BE9FF;}
@media (min-width: 900px) {.media-region .direct-surface{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 2.21rem;
            row-gap: calc(2.21rem * 1.5);
        }.media-region .main-quote{
            border-bottom: none;
            padding-block-end: 0;
            border-left: 1px solid rgba(0, 229, 194, 0.22);
            padding-inline-start: calc(1.5rem * .75);
        }
    }
.local-copy{position:relative;overflow:hidden;isolation:isolate;}
.local-copy>*{position:relative;z-index:1;}
.local-copy::before{content:"";position:absolute;inset:clamp(.65rem,2vw,1.4rem);border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:calc(0.95rem + .35rem);opacity:.6;pointer-events:none;}
@media (prefers-reduced-motion: reduce){.local-copy::before,.local-copy::after{animation:none!important;}}
.compact-headline{--state-base:calc(1.5rem * 1.19);--layer-content:calc(1420px / 2.80);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-accent);color:#04121A;}
.compact-headline .content-section{max-width:1420px;margin:0 auto;}
.compact-headline h1,.compact-headline h2,.compact-headline h3,.compact-headline p{margin:0;}
.compact-headline h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.compact-headline h2{font-size:calc(18.5px * 2);line-height:1.12;}
.compact-headline h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.compact-headline p{font-size:18.5px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.compact-headline a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.compact-headline a:hover{border-bottom-color:currentColor;}
.compact-headline .narrow-lead{font-size:calc(18.5px * 1.125);color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-headline .clear-section{display:flex;flex-direction:column;gap:var(--state-base);margin-top:var(--state-base);}
.compact-headline .main-quote{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.compact-headline .main-quote p{margin-top:calc(1.5rem / 3);}
.compact-headline .steady-fields h2{margin-top:calc(1.5rem / 2);}
@media (min-width:900px){.compact-headline .clear-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.21rem;}
}
.visual-intro{
  background:#070E1F;
  color:#E6F1FF;
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.visual-intro .content-section{max-width:1420px;
  margin:0 auto;}
.visual-intro .strong-group{display:flex;
  flex-wrap:wrap;
  gap:calc(2.21rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid rgba(0, 229, 194, 0.22);
  padding-bottom:calc(2.21rem * 1.5);}
.visual-intro h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.5px * 2);
  line-height:1.1;}
.visual-intro .strong-group p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-panel);
  line-height:1.61;}
.visual-intro .local-figure{margin-top:calc(2.21rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.21rem;}
.visual-intro .local-figure a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#E6F1FF;
  text-decoration:none;
  background:var(--ink-light);
  border:1px solid rgba(0, 229, 194, 0.22);
  border-radius:0.95rem;
  padding:calc(1.5rem * .75);
  transition:border-color var(--speed-fast) var(--delay-entry), transform var(--speed-fast) var(--delay-entry);
}
.visual-intro .local-figure a:hover{border-color:#5BE9FF;
  transform:translateY(-2px);}
.visual-intro .local-figure strong{display:block;
  font-size:18.5px;
  line-height:1.25;}
.visual-intro .local-figure span{display:block;
  margin-top:.5rem;
  color:var(--tone-panel);
  font-size:calc(18.5px * .875);
  line-height:1.61;}
.visual-intro .secondary-note{margin:calc(2.21rem * 1.5) 0 0;
  color:var(--tone-panel);
  line-height:1.61;}
.visual-intro .local-grid{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:2.21rem;}
.visual-intro .local-grid a{color:#00E5C2;
  text-decoration:none;
  border-bottom:1px solid rgba(0, 229, 194, 0.22);
  padding-bottom:.15rem;
  font-size:calc(18.5px * .875);}
.visual-intro .local-grid a:hover{color:#5BE9FF;
  border-bottom-color:#5BE9FF;}
.visual-intro .soft-benefit{
  display:inline-flex;
  margin-top:calc(2.21rem * 1.5);
  background:var(--paint-accent);
  color:#04121A;
  text-decoration:none;
  border-radius:1.08rem;
  padding:.8rem 1.3rem;
  font-size:calc(18.5px * .875);
  transition:background var(--speed-fast) var(--delay-entry);
}
.visual-intro .soft-benefit:hover{
  background:#00C7A9;color:var(--ink-card);}
@media (max-width:680px){.visual-intro .strong-group{display:block}.visual-intro .strong-group p{margin-top:1.5rem}.visual-intro .local-figure{display:block}.visual-intro .local-figure a{margin-top:2.21rem}
}
.local-stack{--state-base:calc(1.5rem * 1.08);--layer-content:calc(1420px / 3.00);padding:calc(1.5rem * 2.4) 2.26rem;background:#5BE9FF;color:#04121A;}
.local-stack .content-section{max-width:1420px;margin:0 auto;}
.local-stack h2,.local-stack h3,.local-stack p{margin:0;}
.local-stack h2{font-size:calc(18.5px * 2);line-height:1.12;}
.local-stack h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.local-stack p{font-size:18.5px;line-height:1.61;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-stack a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.local-stack a:hover{border-bottom-color:currentColor;}
.local-stack .page-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;}
.local-stack .page-list>h2{flex:1 1 calc(1420px / 3);min-width:0;}
.local-stack .page-list>.narrow-lead{flex:1 1 calc(1420px / 3);min-width:0;}
.local-stack .page-list>.direct-surface{flex:1 1 100%;}
.local-stack .direct-surface{display:flex;flex-wrap:wrap;gap:var(--state-base);margin-top:var(--state-base);}
.local-stack .main-quote{flex:1 1 calc(1420px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.local-stack .main-quote p,.local-stack .main-quote a{display:block;margin-top:calc(1.5rem / 3.4);}
.local-stack .secondary-note{margin-top:var(--state-base);font-size:calc(18.5px * .875);}
.top-copy{--state-base:calc(1.5rem * 1.28);--state-active:rgba(0,229,194,0.28);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.top-copy .content-section{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;}
.top-copy h2,.top-copy h3,.top-copy p{margin:0;}
.top-copy h2{font-size:calc(18.5px * 2);line-height:1.14;max-width:34ch;}
.top-copy h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.top-copy p{font-size:18.5px;line-height:1.61;}
.top-copy .secondary-note{font-size:calc(18.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#5BE9FF;margin-bottom:calc(1.5rem / 2);}
.top-copy .narrow-lead{margin-top:1.5rem;color:var(--tone-panel);}
.top-copy .direct-surface{display:flex;flex-direction:column;gap:0;margin-top:var(--state-base);border-top:1px solid var(--state-active);}
.top-copy .main-quote{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(2.21rem * 1.5) 0;border-bottom:1px solid var(--state-active);}
.top-copy .main-quote p{color:var(--tone-panel);}
.top-copy .main-quote h3{order:-1;color:#E6F1FF;}
@media (min-width:900px){.top-copy .main-quote{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:2.21rem;align-items:start;}.top-copy .main-quote h3{order:0;}
}
.soft-callout{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.soft-callout .content-section{width: min(100%, 1420px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;
  align-items: flex-start;}
.soft-callout .steady-items{display: flex;
  flex-direction: column;
  gap: calc(2.21rem * 1.5);
  flex: 1 1 30rem;
  min-width: 0;}
.soft-callout .service-items{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.08rem;
  flex: 1 1 20rem;
  min-width: 0;}
.soft-callout h2,
.soft-callout p{margin: 0;}
.soft-callout h2{font-size: calc(18.5px * 2);
  line-height: 1.08;}
.soft-callout .steady-items > p{font-size: calc(18.5px * 1.125);
  line-height: 1.61;}
.soft-callout .main-menu{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-callout .main-menu > div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: var(--ink-light);
  color: var(--ink-card);
  border: 1px solid rgba(0, 229, 194, 0.22);
}
.soft-callout .main-menu > div > *{min-width: 0;
  flex: 1 1 15rem;}
.soft-callout strong{font-size: calc(18.5px * 1.35);
  line-height: 1.16;}
.soft-callout span{line-height: 1.61;}
@media (max-width: 860px) {.soft-callout .service-items{
    min-height: 18rem;
  }
}
.focused-wrap{--state-base:calc(1.5rem * 1.18);--label-lead:calc(1420px / 3.40);padding:calc(1.5rem * 2.4) 2.26rem;background:#E6F1FF;color:#0A1224;}
.focused-wrap .content-section{max-width:1420px;margin:0 auto;}
.focused-wrap h2,.focused-wrap h3,.focused-wrap p{margin:0;}
.focused-wrap h2{font-size:calc(18.5px * 2);line-height:1.12;}
.focused-wrap h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.focused-wrap p{font-size:18.5px;line-height:1.61;color:inherit;}
.focused-wrap .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;}
.focused-wrap .row-title h2{flex:1 1 calc(1420px / 3);min-width:0;}
.focused-wrap .row-title>p{flex:1 1 calc(1420px / 3);min-width:0;}
.focused-wrap .direct-surface{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-base);margin-top:var(--state-base);}
.focused-wrap .main-quote{flex:1 1 var(--label-lead);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid rgba(0, 229, 194, 0.22);}
.focused-wrap .main-quote p{margin-top:calc(1.5rem / 3);}
.focused-wrap .visual-form{padding-block-end:calc(var(--state-base) / 3);}
.focused-wrap .plain-quote{row-gap:calc(var(--state-base) * .7);}
.focused-wrap .page-media{column-gap:2.21rem;}
@media (max-width:760px){.focused-wrap .main-quote{flex:1 1 100%;}
}
.narrow-footer{
  --state-base:calc(1.5rem * 1.05);
  --label-lead:calc(1420px / 3.42);
  padding:calc(1.5rem * 2.4) 2.26rem;
  background:#5BE9FF;
  color:#04121A;
}
.narrow-footer .content-section{max-width:1420px;margin:0 auto;}
.narrow-footer h2,
.narrow-footer h3,
.narrow-footer p{margin:0;}
.narrow-footer h2{font-size:calc(18.5px * 2);line-height:1.14;}
.narrow-footer h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.narrow-footer p{font-size:18.5px;line-height:1.61;}
.narrow-footer .strong-group{display:flex;flex-direction:column;gap:calc(2.21rem * 1.5);}
.narrow-footer .narrow-lead{font-size:calc(18.5px * 1.125);line-height:1.55;}
.narrow-footer .soft-region{display:flex;
  flex-wrap:wrap;
  gap:var(--state-base);
  margin-top:calc(var(--state-base) * 1.15);}
.narrow-footer .main-quote{
  flex:1 1 var(--label-lead);
  min-width:0;
  padding:calc(var(--state-base) * .7);
  border-radius:0.46rem;
  background:color-mix(in srgb, currentColor 9%, transparent);
  border:1px solid color-mix(in srgb, currentColor 16%, transparent);
}
.narrow-footer .main-quote p{margin-top:calc(1.5rem / 3.2);}
.narrow-footer .secondary-note{margin-top:calc(var(--state-base) * 1.1);
  padding-top:calc(2.21rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-size:calc(18.5px * .875);}
@media (max-width:720px){.narrow-footer .main-quote{flex:1 1 100%;}
}
.quiet-team{padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.quiet-contact{max-width:1420px;margin:0 auto;}
.quiet-team h1{margin:0;font-size:calc(18.5px * 2.65);line-height:1.08;}
.clear-stack{--state-base:calc(1.5rem * 1.42);--type-button:calc(1420px / 3.66);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.clear-stack .content-section{max-width:1420px;margin:0 auto;}
.clear-stack h2,.clear-stack h3,.clear-stack p{margin:0;}
.clear-stack h2{font-size:calc(18.5px * 2);line-height:1.12;}
.clear-stack h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.clear-stack p{font-size:18.5px;line-height:1.61;}
.clear-stack a{text-decoration:none;}
.clear-stack a:hover{}
.clear-stack img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.clear-stack .secondary-note{font-size:calc(18.5px * .875);color:var(--tone-panel);background:#0C1730;padding:calc(1.5rem * .75);border-radius:0.3rem;}
.clear-stack .direct-surface{display:flex;flex-wrap:wrap;gap:var(--state-base);margin-top:var(--state-base);}
.clear-stack .main-quote{flex:1 1 calc(1420px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);}
.clear-stack .main-quote p{margin-top:calc(1.5rem / 3);}
.clear-stack .main-quote img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.clear-stack .site-surface>h2{margin-top:var(--state-base);}
.clear-stack .narrow-lead{margin-top:calc(1.5rem / 2);}
.clear-stack .local-grid{margin-top:calc(1.5rem / 2);font-size:calc(18.5px * .875);}
.visual-panel{
        --state-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: #070E1F;
        color: #E6F1FF;
    }
.visual-panel .content-section{max-width: 1420px;
        margin: 0 auto;}
.visual-panel h1,
    .visual-panel h2,
    .visual-panel h3,
    .visual-panel p,
    .visual-panel ul{margin: 0;}
.visual-panel h2{font-size: calc(18.5px * 2);
        line-height: 1.14;}
.visual-panel p{font-size: 18.5px;
        line-height: 1.61;}
.visual-panel a{color: #00E5C2;
        text-decoration: none;}
.visual-panel a:hover{color: #5BE9FF;}
.visual-panel .track{display: flex;
        flex-direction: column;
        gap: calc(2.21rem * 1.5);}
.visual-panel .strong-group{display: flex;
        flex-direction: column;
        gap: calc(calc(2.21rem * 1.5) / 2);}
.visual-panel .narrow-lead{color: var(--tone-panel);}
.visual-panel .clear-section{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) * 0.75);}
.visual-panel details{
        padding: calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.15);
        border-radius: 0.46rem;
        background: var(--ink-light);
        color: var(--ink-card);
        border: 1px solid rgba(0, 229, 194, 0.22);
    }
.visual-panel summary{cursor: pointer;
        font-weight: 700;
        font-size: 18.5px;
        list-style: none;
        display: flex;
        align-items: flex-start;
        gap: calc(calc(1.5rem * .75) / 2);}
.visual-panel summary::-webkit-details-marker{display: none;}
.visual-panel summary::before{content: "+";
        flex: 0 0 auto;
        font-weight: 700;
        color: #5BE9FF;
        line-height: 1.4;}
.visual-panel details[open] summary::before{content: "-";}
.visual-panel details p{margin-top: calc(calc(1.5rem * .75) / 1.6);
        padding-inline-start: calc(calc(1.5rem * .75) / 2 + 0.6em);
        color: var(--tone-panel);}
.visual-panel .local-grid{padding-top: calc(calc(2.21rem * 1.5) / 2);
        border-top: 1px solid rgba(0, 229, 194, 0.22);}
.visual-panel .local-grid p{font-size: calc(18.5px * .875);
        color: var(--tone-panel);}
@media (max-width: 720px) {.visual-panel details{
            padding: calc(1.5rem * .75);
        }.visual-panel summary{
            font-size: 18.5px;
        }
    }
.page-links{--state-base:calc(1.5rem * 1.15);--layer-content:calc(1420px / 2.45);padding:calc(1.5rem * 2.4) 2.26rem;background:#0C1730;color:var(--tone-panel);}
.page-links .content-section{max-width:1420px;margin:0 auto;}
.page-links h1,.page-links h2,.page-links h3,.page-links p{margin:0;}
.page-links h2{font-size:calc(18.5px * 2);line-height:1.12;}
.page-links h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.page-links p{font-size:18.5px;line-height:1.61;}
.page-links a{text-decoration:none;border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.page-links a:hover{}
.page-links .secondary-note{font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.page-links .narrow-lead{margin-top:1.5rem;}
.page-links .direct-surface{display:flex;flex-direction:column;gap:var(--state-base);margin-top:var(--state-base);}
.page-links .main-quote{min-width:0;padding-bottom:calc(2.21rem * 1.5);border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.page-links .main-quote:last-of-type{border-bottom:none;padding-bottom:0;}
.page-links .main-quote p{margin-top:calc(1.5rem / 3);}
.page-links .main-quote a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.5px * .875);}
.page-links .local-grid{margin-top:var(--state-base);padding-top:calc(2.21rem * 1.5);border-top:1px solid rgba(0, 229, 194, 0.22);font-size:calc(18.5px * .875);}
@media (min-width:900px){.page-links .direct-surface{flex-direction:row;flex-wrap:wrap;gap:2.21rem;}.page-links .main-quote{flex:1 1 calc(33.333% - 2.21rem);border-bottom:none;padding-bottom:0;}
}
.offer-list{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #E6F1FF;
  color: #0A1224;
}
.offer-list .content-section{max-width: min(1420px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.21rem * 1.5);}
.offer-list .narrow-lead{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-list h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.offer-list .narrow-lead p{margin: 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.55;}
.offer-list .featured-grid{display: flex;
  flex-direction: column;
  border-top: 1px solid #1B2740;}
.offer-list .featured-grid a{display: grid;
  grid-template-columns: minmax(5rem, .18fr) minmax(0, .55fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #1B2740;
  text-decoration: none;
  transition: background var(--speed-fast) var(--delay-entry);}
.offer-list .featured-grid a:hover{
  background: #0C1730;color:var(--tone-panel);}
.offer-list .featured-grid span{color:inherit;
  font-size: calc(18.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.offer-list .featured-grid strong{font-size: 18.5px;
  font-weight: 600;}
.offer-list .featured-grid em{font-style: normal;
  font-size: calc(18.5px * .875);
  line-height: 1.5;
  color: #4A5C7A;}
@media (max-width: 760px) {.offer-list .featured-grid a{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) / 2);
  }
}
.steady-area{--state-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.26rem;background:#5BE9FF;color:#04121A;}
.steady-area .content-section{max-width:1420px;margin:0 auto;}
.steady-area h2,.steady-area p{margin:0;}
.steady-area h2{font-size:calc(18.5px * 2);line-height:1.12;}
.steady-area p{font-size:18.5px;line-height:1.61;}
.steady-area a{color:inherit;text-decoration:none;}
.steady-area .narrow-lead{margin-top:calc(2.21rem * 1.5);}
.steady-area .soft-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--state-base);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#04121A;color:#5BE9FF;font-weight:600;transition:background var(--speed-fast) var(--delay-entry);}
.steady-area .soft-benefit:hover{background:#00C7A9;color:#04121A;}
.steady-area .secondary-note{margin-top:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);}
.steady-area .secondary-note a{text-decoration:underline;text-underline-offset:3px;color:inherit;}
.steady-area .secondary-note a:hover{}
.active-lead{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.active-lead .content-section{width: min(100%, 1420px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.21rem * 1.5);
  align-items: flex-start;}
.active-lead h2,
.active-lead p{margin: 0;}
.active-lead .strong-group{flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-lead h2{font-size: calc(18.5px * 2);
  line-height: 1.08;}
.active-lead .strong-group p,
.active-lead .wide-area p{color: var(--tone-panel);
  line-height: 1.61;}
.active-lead .direct-surface{flex: 1 1 30rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-lead .wide-area{display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid rgba(0, 229, 194, 0.22);}
.active-lead .wide-area:last-child{border-bottom: 1px solid rgba(0, 229, 194, 0.22);}
.active-lead .service-items{display: block;
  flex: 0 0 11rem;
  width: 11rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.46rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);}
.active-lead strong{display: block;
  font-size: calc(18.5px * 1.35);
  line-height: 1.16;
  margin-bottom: calc(1.5rem * .75);}
@media (max-width: 900px) {.active-lead .strong-group,
  .active-lead .direct-surface{ flex-basis: 100%; }
}
@media (max-width: 560px) {.active-lead .wide-area{ flex-direction: column; align-items: stretch; }.active-lead .service-items{ width: 100%; flex-basis: auto; }
}
.soft-grid{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF}
.soft-grid .content-section{max-width:1420px;margin:0 auto}
.soft-grid .contact-story{margin-bottom:calc(2.21rem * 1.5)}
.soft-grid h2{margin:0;font-size:calc(18.5px * 2);line-height:1.06}
.soft-grid .contact-story p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.61}
.soft-grid .service-shell{display:flex;align-items:flex-start;gap:calc(2.21rem * 1.5)}
.soft-grid .clear-section{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.soft-grid button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--speed-fast) var(--delay-entry),transform var(--speed-fast) var(--delay-entry)}
.soft-grid button:hover,.soft-grid button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.soft-grid .direct-service{flex:1 1 30rem;align-self:start}
.soft-grid [data-response]{display:none}
.soft-grid [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--speed-fast)*1.7) var(--delay-entry) both}
.soft-grid h3{margin:0;font-size:calc(18.5px * 1.35);line-height:1.14}
.soft-grid [data-response] p{margin:1.5rem 0 0;font-size:18.5px;line-height:1.61}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.21rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.soft-grid .service-shell{display:block}.soft-grid .clear-section{margin-bottom:calc(2.21rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.soft-grid [data-response].is-active{animation:none}}
.site-wrap{
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: #0C1730;
        color: var(--tone-panel)
    }
.site-wrap .content-section{max-width: 1420px;
        margin: 0 auto;
        width: min(100%, 58rem)}
.site-wrap .strong-group{margin-bottom: calc(2.21rem * 1.5)}
.site-wrap .strong-group p{margin: 0;
        font-size: calc(18.5px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.61}
.site-wrap h2{margin: 1.5rem 0 0;
        font-size: calc(18.5px * 2);
        line-height: 1.1}
.site-wrap .site-summary{display: flex;
        flex-wrap: wrap;
        gap: 2.21rem;
        align-items: flex-start}
.site-wrap .secondary-note{
        flex: 1 1 16rem;
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: var(--ink-light);
        color: var(--ink-card);
        border: 1px solid rgba(0, 229, 194, 0.22);
        border-radius: 0.95rem;
        line-height: 1.61
    }
.site-wrap .secondary-note p{margin: 0}
.site-wrap .secondary-note p + p{margin-top: calc(1.5rem * .75)}
.site-wrap .direct-surface{flex: 2 1 26rem;
        min-width: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.site-wrap li{padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(0, 229, 194, 0.22)}
.site-wrap li:last-child{padding-bottom: 0;
        border-bottom: 0}
.site-wrap strong{display: block;
        font-size: calc(18.5px * 1.125);
        line-height: 1.2}
.site-wrap span{display: block;
        margin-top: calc(1.5rem * .75);
        line-height: 1.61}
.site-wrap .local-grid{display: flex;
        flex-wrap: wrap;
        gap: 2.21rem;
        margin-top: calc(2.21rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(0, 229, 194, 0.22)}
.site-wrap .local-grid a{color: #00E5C2;
        text-decoration: none;
        font-size: 18.5px;
        border-bottom: 1px solid transparent;
        transition: color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry)}
.site-wrap .local-grid a:hover{color: #5BE9FF;
        border-bottom-color: #5BE9FF}
@media (max-width: 720px) {.site-wrap .site-summary{
            flex-direction: column
        }.site-wrap .secondary-note,
        .site-wrap .direct-surface{
            flex: 1 1 auto;
            width: 100%
        }
    }
.active-region{padding:calc(1.5rem * 2) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF;}
.active-region .top-shell{max-width:1420px;margin:0 auto;display:grid;gap:2.21rem;}
.active-region h2,.active-region h3,.active-region p{margin:0;}
.active-region .strong-group{display:grid;gap:.7rem;}
.active-region .strong-group h2{font-size:calc(18.5px * 2);line-height:1.2;}
.active-region .strong-group p{font-size:18.5px;}
.active-region .media-summary{display:grid;grid-template-columns:1.55fr 1fr;gap:2.21rem;align-items:start;}
.active-region .main-menu{display:grid;gap:calc(1.5rem * .75);}
.active-region .main-menu .main-quote{display:grid;gap:.45rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.active-region .main-menu .main-quote:last-child{border-bottom:none;padding-bottom:0;}
.active-region .main-menu h3{font-size:calc(18.5px * 1.35);line-height:1.3;}
.active-region .main-menu p{font-size:18.5px;}
.active-region .offer-shell{display:grid;gap:calc(1.5rem * .75);background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);border-radius:0.95rem;padding:calc(1.5rem * .75);box-shadow:0 1px 6px rgba(0,0,0,0.1);}
.active-region .offer-shell h3{font-size:calc(18.5px * 1.125);line-height:1.3;}
.active-region .offer-shell p{font-size:calc(18.5px * .875);}
.active-region .secondary-note{display:grid;gap:.4rem;}
.active-region .wide-area{display:grid;gap:.4rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 194, 0.22);}
.active-region .local-grid{display:flex;flex-wrap:wrap;gap:.5rem;}
.active-region .local-grid a{display:inline-flex;min-height:2.4rem;padding:0 .9rem;border-radius:0.3rem;align-items:center;text-decoration:none;background:var(--paint-accent);color:#04121A;border:1px solid var(--state-static);font-size:calc(18.5px * .875);transition:background var(--speed-fast) var(--delay-entry);}
.active-region .local-grid a:hover{background:#00C7A9;color:var(--ink-card);}
.active-region .local-grid a + a{background:transparent;color:var(--ink-card);border-color:rgba(0, 229, 194, 0.22);}
.active-region .local-grid a + a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--ink-card);}
@media (max-width: 900px){.active-region .media-summary{grid-template-columns:1fr;}
    }
@media (max-width: 680px){.active-region{padding:1.5rem 2.26rem;}.active-region .local-grid a{width:100%;justify-content:center;}
    }
.featured-brand{--state-base:calc(1.5rem * 1.19);--type-button:calc(1420px / 3.27);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.featured-brand .content-section{max-width:1420px;margin:0 auto;}
.featured-brand h2,.featured-brand h3,.featured-brand p{margin:0;}
.featured-brand h2{font-size:calc(18.5px * 2);line-height:1.12;}
.featured-brand h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.featured-brand p{font-size:18.5px;line-height:1.61;}
.featured-brand a{text-decoration:none;}
.featured-brand a:hover{}
.featured-brand img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.featured-brand .narrow-lead{margin-top:1.5rem;}
.featured-brand .direct-surface{display:flex;flex-direction:column;gap:var(--state-base);margin-top:var(--state-base);}
.featured-brand .main-quote{min-width:0;}
.featured-brand .main-quote p{margin-top:calc(1.5rem / 3);}
.featured-brand .main-quote img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-button) * .7);}
.featured-brand .soft-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;}
.featured-brand .soft-area>.steady-items{flex:1 1 calc(1420px / 3);min-width:0;}
.featured-brand .soft-area>.direct-surface{flex:2 1 calc(1420px / 2);margin-top:0;}
.featured-brand .soft-area>img{margin-left:auto;}
.featured-brand .local-grid{margin-top:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);}
@media (max-width:820px){.featured-brand .soft-area>img{margin-left:0;}
}
.bottom-surface{
  background:#070E1F;
  color:#E6F1FF;
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.bottom-surface .content-section{max-width:1420px;
  margin:0 auto;}
.bottom-surface .strong-group{display:flex;
  flex-wrap:wrap;
  gap:calc(2.21rem * 1.5);
  align-items:flex-start;}
.bottom-surface h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(18.5px * 2);
  line-height:1.1;
  letter-spacing:0;}
.bottom-surface .strong-group p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--tone-panel);
  line-height:1.61;}
.bottom-surface .local-figure{margin-top:calc(2.21rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.21rem;}
.bottom-surface .local-figure a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  text-decoration:none;
  color:var(--ink-card);
  background:var(--ink-light);
  border:1px solid rgba(0, 229, 194, 0.22);
  border-radius:0.95rem;
  padding:calc(1.5rem * .75);
  transition:border-color var(--speed-fast) var(--delay-entry);
}
.bottom-surface .local-figure a:hover{border-color:#5BE9FF;}
.bottom-surface .local-figure strong{display:block;
  font-size:18.5px;
  line-height:1.25;}
.bottom-surface .local-figure span{display:block;
  margin-top:.5rem;
  color:var(--tone-panel);
  line-height:1.61;
  font-size:calc(18.5px * .875);}
.bottom-surface .local-grid{margin-top:calc(2.21rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 194, 0.22);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.21rem;}
.bottom-surface .local-grid span{flex:1 1 22rem;
  min-width:0;
  color:var(--tone-panel);
  line-height:1.61;}
.bottom-surface .local-grid a{color:#00E5C2;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.bottom-surface .local-grid a:hover{color:#5BE9FF;
  border-bottom-color:#5BE9FF;}
@media (max-width:680px){.bottom-surface .strong-group{display:block}.bottom-surface .strong-group p{margin-top:1.5rem}.bottom-surface .local-figure{display:block}.bottom-surface .local-figure a{margin-top:2.21rem}.bottom-surface .local-grid{display:block}.bottom-surface .local-grid a{display:inline-block;margin-top:.75rem;margin-right:1rem}
}
.page-benefit{
  background:#070E1F;
  color:#E6F1FF;
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.page-benefit .content-section{max-width:1420px;
  margin:0 auto;}
.page-benefit .strong-group{display:flex;
  flex-wrap:wrap;
  gap:calc(2.21rem * 1.5);
  align-items:flex-start;}
.page-benefit h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(18.5px * 2);
  line-height:1.1;
  letter-spacing:0;}
.page-benefit .strong-group p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--tone-panel);
  line-height:1.61;}
.page-benefit .local-figure{margin-top:calc(2.21rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.21rem;}
.page-benefit .local-figure a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:var(--ink-card);
  background:var(--ink-light);
  border:1px solid rgba(0, 229, 194, 0.22);
  border-radius:0.95rem;
  padding:calc(1.5rem * .75);
  text-decoration:none;
  transition:border-color var(--speed-fast) var(--delay-entry);
}
.page-benefit .local-figure a:hover,
.page-benefit .local-figure a:focus-visible{border-color:#00E5C2;}
.page-benefit .local-figure strong,
.page-benefit .local-figure span{display:block;}
.page-benefit .local-figure strong{font-size:18.5px;}
.page-benefit .local-figure span{margin-top:.4rem;
  color:var(--tone-panel);
  font-size:calc(18.5px * .875);
  line-height:1.61;}
.page-benefit .secondary-note{margin:calc(2.21rem * 1.5) 0 0;
  color:var(--tone-panel);
  line-height:1.61;}
.page-benefit .soft-benefit{
  display:inline-flex;
  margin-top:calc(2.21rem * 1.5);
  color:#04121A;
  background:var(--paint-accent);
  text-decoration:none;
  border-radius:1.08rem;
  padding:.8rem 1.15rem;
  font-size:calc(18.5px * .875);
  transition:background var(--speed-fast) var(--delay-entry);
}
.page-benefit .soft-benefit:hover,
.page-benefit .soft-benefit:focus-visible{
  background:#00C7A9;color:var(--ink-card);}
@media (max-width:680px){.page-benefit .strong-group{display:block}.page-benefit .strong-group p{margin-top:1.5rem}.page-benefit .local-figure{display:block}.page-benefit .local-figure a{margin-top:2.21rem}
}
.media-track{background:#5BE9FF;color:#04121A;padding:calc(1.5rem * 2.4) 2.26rem}
.media-track .content-section{max-width:1420px;margin:0 auto}
.media-track .public-benefit{display:flex;align-items:flex-start;gap:calc(2.21rem * 1.5)}
.media-track .steady-items{flex:0 1 30rem;min-width:0}
.media-track h2{margin:0;font-size:clamp(calc(18.5px * 2),5vw,calc(18.5px * 2.65));line-height:1.08;letter-spacing:0}
.media-track p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.65}
.media-track .steady-items a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 2.21rem;border-radius:0.46rem;background:#04121A;color:#5BE9FF;text-decoration:none;font-weight:700}
.media-track .text-team{display:block;flex:0 1 17rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.95rem}
.media-track .direct-surface{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.media-track .main-quote{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.media-track strong,.media-track span{display:block}
.media-track strong{font-size:18.5px}
.media-track span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(18.5px * .875)}
@media(max-width:780px){.media-track .public-benefit{flex-direction:column}.media-track .text-team{flex-basis:auto;min-width:0;aspect-ratio:16/9}.media-track .direct-surface{width:100%}
}
.content-links{--state-base:calc(1.5rem * 0.95);--layer-content:calc(1420px / 2.85);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.content-links .content-section{max-width:1420px;margin:0 auto;}
.content-links h1,.content-links h2,.content-links h3,.content-links p{margin:0;}
.content-links h2{font-size:calc(18.5px * 2);line-height:1.12;}
.content-links p{font-size:18.5px;line-height:1.61;}
.content-links a{color:#00E5C2;text-decoration:none;}
.content-links a:hover{color:#5BE9FF;}
.content-links .soft-benefit{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.3rem;background:var(--paint-accent);color:#04121A;font-size:calc(18.5px * .875);}
.content-links .soft-benefit:hover{background:#00C7A9;color:#04121A;}
.content-links .narrow-lead{max-width:var(--layer-content);color:var(--tone-panel);}
.content-links .clear-section{display:flex;flex-direction:column;gap:var(--state-base);}
.content-links details{padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);}
.content-links summary{cursor:pointer;font-weight:700;font-size:18.5px;}
.content-links details p{margin-top:calc(1.5rem / 3);color:var(--ink-card);}
.content-links .simple-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;}
.content-links .steady-items{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1.5rem;}
.content-links .clear-section{flex:1 1 100%;}
.content-links .secondary-note{flex:1 1 100%;font-size:calc(18.5px * .875);color:var(--tone-panel);}
.content-links .secondary-note a{color:#00E5C2;}
.content-links .secondary-note a:hover{color:#5BE9FF;}
.media-visual{--state-base:calc(1.5rem * 1.05);--state-active:rgba(0,229,194,0.22);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.media-visual .content-section{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5);}
.media-visual h2,.media-visual h3,.media-visual p{margin:0;}
.media-visual h2{font-size:calc(18.5px * 2);line-height:1.14;}
.media-visual h3{font-size:calc(18.5px * 1.35);line-height:1.24;}
.media-visual p{font-size:18.5px;line-height:1.61;}
.media-visual .strong-group{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.media-visual .secondary-note{font-size:calc(18.5px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#5BE9FF;}
.media-visual .narrow-lead{color:var(--tone-panel);}
.media-visual .direct-surface{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--state-active);}
.media-visual .main-quote{padding:calc(2.21rem * 1.5) 0;border-bottom:1px solid var(--state-active);display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:2.21rem;align-items:start;}
.media-visual .main-quote p{color:var(--tone-panel);}
.media-visual .local-grid{font-size:calc(18.5px * .875);color:var(--tone-panel);padding-top:calc(1.5rem / 2);}
.media-visual .local-grid a{color:#00E5C2;text-decoration:none;border-bottom:1px solid var(--state-active);transition:color var(--speed-fast) var(--delay-entry),border-color var(--speed-fast) var(--delay-entry);}
.media-visual .local-grid a:hover{color:#5BE9FF;border-color:#5BE9FF;}
@media (max-width:820px){.media-visual .main-quote{grid-template-columns:1fr;gap:calc(1.5rem / 2.6);}
}
.page-items{--state-base:calc(1.5rem * 1.32);--type-button:calc(1420px / 3.9);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.page-items .content-section{max-width:1420px;margin:0 auto;}
.page-items h1,.page-items h2,.page-items h3,.page-items p{margin:0;}
.page-items h2{font-size:calc(18.5px * 2);line-height:1.14;margin-top:var(--state-base);}
.page-items h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.page-items p{font-size:18.5px;line-height:1.61;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-items a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #00E5C2 45%, transparent);}
.page-items a:hover{border-bottom-color:#5BE9FF;}
.page-items img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.page-items .secondary-note{font-size:calc(18.5px * 1.125);line-height:1.5;}
.page-items .narrow-lead{margin-top:calc(calc(2.21rem * 1.5) * .9);}
.page-items .local-grid{margin-top:calc(calc(2.21rem * 1.5) * .7);}
.page-items .direct-surface{display:flex;flex-wrap:wrap;gap:var(--state-base);margin-top:var(--state-base);}
.page-items .main-quote{flex:1 1 calc(1420px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.95rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);}
.page-items .main-quote h3{margin-top:calc(calc(2.21rem * 1.5) * .55);}
.page-items .main-quote p{margin-top:calc(calc(2.21rem * 1.5) * .45);}
.page-items .main-quote img{margin-bottom:calc(calc(2.21rem * 1.5) * .5);}
@media (max-width:760px){.page-items .main-quote{flex:1 1 100%;}
}
.card--principle{padding:calc(1.5rem * 2.4) 2.26rem;background:#5BE9FF;color:#04121A}
.card--principle .content-section{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5)}
.card--principle .strong-group{margin:0;font-size:calc(18.5px * 1.125);line-height:1.61}
.card--principle h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.05}
.card--principle .main-details{display:flex;flex-wrap:wrap;gap:2.21rem}
.card--principle [data-voice]{flex:1 1 22rem;padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(4,18,26,0.28)}
.card--principle h3{margin:0;font-size:calc(18.5px * 1.35)}
.card--principle [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.61}
@media(max-width:720px){.card--principle [data-voice]{flex:1 1 100%}
}
.strong-tile{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.strong-tile .content-section{width: min(100%, 1420px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;
  align-items: start;}
.strong-tile h2,
.strong-tile h3,
.strong-tile p{margin: 0;}
.strong-tile .narrow-visual{display: flex;
  flex-direction: column;
  gap: calc(2.21rem * 1.5);}
.strong-tile h2{font-size: calc(18.5px * 2);
  line-height: 1.08;}
.strong-tile .narrow-visual p{color: var(--tone-panel);
  line-height: 1.61;}
.strong-tile a{width: fit-content;
  color: #00E5C2;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: calc(calc(1.5rem * .75) * .25);
  transition: color var(--speed-fast) var(--delay-entry);}
.strong-tile a:hover{color: #5BE9FF;}
.strong-tile .bottom-visual{display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1.08rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.13);}
.strong-tile .direct-surface{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.strong-tile .wide-area{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(0, 229, 194, 0.22);}
.strong-tile .wide-area span{color: var(--tone-panel);
  font-size: calc(18.5px * .875);
  letter-spacing: .02em;}
.strong-tile h3{font-size: calc(18.5px * 1.35);
  line-height: 1.16;}
.strong-tile .content-proof{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.46rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);}
@media (max-width: 960px) {.strong-tile .bottom-visual{ aspect-ratio: 16 / 9; }
}
.strong-tile .content-section > *{min-width: 0; flex: 1 1 18rem;}
.strong-tile .wide-area > *{min-width: 0; flex: 1 1 16rem;}
.clear-lead{--state-base:calc(1.5rem * 1.10);--label-lead:calc(1420px / 3.42);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.clear-lead .content-section{max-width:1420px;margin:0 auto;}
.clear-lead h2,.clear-lead h3,.clear-lead p{margin:0;}
.clear-lead h2{font-size:calc(18.5px * 2);line-height:1.12;}
.clear-lead h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.clear-lead p{font-size:18.5px;line-height:1.61;}
.clear-lead .narrow-lead{margin-top:1.5rem;}
.clear-lead .soft-region{display:flex;flex-wrap:wrap;gap:var(--state-base);margin-top:var(--state-base);}
.clear-lead .main-quote{flex:1 1 var(--label-lead);min-width:0;padding:calc(var(--state-base) * .75);border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);}
.clear-lead .main-quote p{margin-top:calc(1.5rem / 3);}
.primary-team{
  background:#070E1F;
  color:#E6F1FF;
  padding:calc(1.5rem * 2.4) 2.26rem;
}
.primary-team .content-section{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(2.21rem * 1.5);
  align-items:flex-start;}
.primary-team .text-team{display:block;
  width:min(40%,32rem);
  min-width:17rem;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.95rem;
  box-shadow:0 8px 22px rgba(0,0,0,0.13);}
.primary-team .steady-items{flex:1 1 30rem;
  min-width:0;}
.primary-team h2{margin:0;
  font-size:calc(18.5px * 2);
  line-height:1.12;}
.primary-team .steady-items p{margin:1.5rem 0 0;
  color:var(--tone-panel);
  font-size:calc(18.5px * 1.125);
  line-height:1.61;}
.primary-team .steady-items p + p{margin-top:calc(1.5rem * .75);}
.primary-team .text-quote{margin-top:calc(2.21rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.21rem;
  align-items:center;}
.primary-team .text-quote a{display:inline-flex;
  align-items:center;
  text-decoration:none;
  border-radius:0.46rem;
  padding:.78rem 1.05rem;
  font-size:calc(18.5px * .875);
  transition:background var(--speed-fast) var(--delay-entry), color var(--speed-fast) var(--delay-entry);}
.primary-team .text-quote a:first-child{
  background:var(--paint-accent);
  color:#04121A;
}
.primary-team .text-quote a:first-child:hover{
  background:#00C7A9;color:var(--ink-card);}
.primary-team .text-quote a:last-child{
  background:transparent;
  color:#00E5C2;
  border:1px solid rgba(0, 229, 194, 0.22);
}
.primary-team .text-quote a:last-child:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);
  color:#5BE9FF;
}
@media (max-width:860px){.primary-team .content-section{
    flex-direction:column;
  }.primary-team .text-team{
    width:100%;
    min-width:0;
  }
}
.local-rail{--state-base:calc(1.5rem * 1.39);--type-button:calc(1420px / 3.49);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.local-rail .content-section{max-width:1420px;margin:0 auto;}
.local-rail h2,.local-rail h3,.local-rail p{margin:0;}
.local-rail h2{font-size:calc(18.5px * 2);line-height:1.12;}
.local-rail h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.local-rail p{font-size:18.5px;line-height:1.61;}
.local-rail .narrow-lead{opacity:.86;}
.local-rail .secondary-note{margin-top:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);opacity:.78;}
.local-rail a{text-decoration:none;}
.local-rail a:hover{}
.local-rail img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.local-rail .fresh-summary>img{margin-top:var(--state-base);}
.local-rail .fresh-summary>.narrow-lead{margin-top:1.5rem;}
.local-rail .direct-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;margin-top:var(--state-base);}
.local-rail .main-quote{flex:1 1 calc(1420px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid rgba(0, 229, 194, 0.22);border-radius:0.95rem;background:var(--ink-light);color:var(--ink-card);}
.local-rail .main-quote img{margin-bottom:calc(1.5rem / 2);}
.local-rail .main-quote p{margin-top:calc(1.5rem / 3);font-size:calc(18.5px * .875);opacity:.82;}
.local-rail .main-quote a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.5px * .875);}
@media (max-width:720px){.local-rail .main-quote{flex:1 1 100%;}
}
.open-story{
        padding: calc(1.5rem * 2.4) 2.26rem;
        background: #070E1F;
        color: #E6F1FF
    }
.open-story .content-section{max-width: 1420px;
        margin: 0 auto}
.open-story .public-area{display: flex;
        flex-direction: column;
        gap: calc(2.21rem * 1.5)}
.open-story .strong-group{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(2.21rem * 1.5);
        border-bottom: 1px solid rgba(0, 229, 194, 0.22)}
.open-story h2{margin: 0;
        font-size: calc(18.5px * 2);
        line-height: 1.1}
.open-story .strong-group p{margin: 0;
        font-size: calc(18.5px * 1.125);
        line-height: 1.61;
        color: var(--tone-panel)}
.open-story ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.open-story li{display: flex;
        flex-wrap: wrap;
        gap: 2.21rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid rgba(0, 229, 194, 0.22)}
.open-story li:last-child{border-bottom: 0}
.open-story strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(18.5px * 1.35);
        line-height: 1.18}
.open-story span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.61;
        color: var(--tone-panel)}
@media (max-width: 760px) {.open-story li{
            display: block
        }.open-story span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-form{--state-base:calc(1.5rem * 1.19);--layer-content:calc(1420px / 3.10);--type-button:calc(1420px / 3.27);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.text-form .content-section{max-width:1420px;margin:0 auto;}
.text-form h1,.text-form h2,.text-form h3,.text-form p{margin:0;}
.text-form h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.text-form h2{font-size:calc(18.5px * 2);line-height:1.12;}
.text-form h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.text-form p{font-size:18.5px;line-height:1.61;color:color-mix(in srgb, currentColor 74%, transparent);}
.text-form a{text-decoration:none;}
.text-form a:hover{}
.text-form img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.text-form .narrow-lead,.text-form .secondary-note{}
.text-form .secondary-note{margin-top:calc(2.21rem * 1.5);}
.text-form .direct-surface{display:flex;flex-direction:column;gap:var(--state-base);margin-top:var(--state-base);}
.text-form .main-quote{min-width:0;padding-bottom:calc(2.21rem * 1.5);border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.text-form .main-quote:last-child{border-bottom:0;padding-bottom:0;}
.text-form .main-quote p{margin-top:calc(1.5rem / 3);}
.text-form .main-quote img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-button) * .7);}
.text-form .soft-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;}
.text-form .soft-area>.steady-items{flex:1 1 calc(1420px / 3);min-width:0;}
.text-form .soft-area>.direct-surface{flex:2 1 calc(1420px / 2);margin-top:0;}
.text-form .steady-items .narrow-lead{margin-top:1.5rem;}
.text-form .local-grid{flex:1 1 100%;margin-top:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-entries{--state-base:calc(1.5rem * 1.18);--field-strong:calc(1420px / 3.1);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.simple-entries .content-section{max-width:1420px;margin:0 auto;}
.simple-entries h1,.simple-entries h2,.simple-entries h3,.simple-entries p{margin:0;}
.simple-entries h2{font-size:calc(18.5px * 2);line-height:1.14;}
.simple-entries h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.simple-entries p{font-size:18.5px;line-height:1.61;}
.simple-entries .narrow-lead{margin-top:1.5rem;color:#E6F1FF;}
.simple-entries .secondary-note{margin-top:calc(2.21rem * 1.5);padding:calc(1.5rem * .75) 2.26rem;background:#0C1730;color:var(--tone-panel);border-left:2px solid #5BE9FF;border-radius:0.3rem;font-size:calc(18.5px * .875);}
.simple-entries .direct-surface{display:flex;flex-direction:column;gap:var(--state-base);margin-top:0;}
.simple-entries .main-quote{min-width:0;padding-left:2.26rem;border-left:1px solid rgba(0, 229, 194, 0.22);}
.simple-entries .main-quote p{margin-top:calc(1.5rem / 3.2);color:var(--tone-panel);}
.simple-entries .public-benefit{display:flex;align-items:flex-start;gap:2.21rem;}
.simple-entries .public-benefit>.steady-items{flex:1 1 var(--field-strong);min-width:0;position:sticky;top:1.5rem;}
.simple-entries .public-benefit>.direct-surface{flex:2 1 calc(1420px / 2);}
@media(max-width:860px){.simple-entries .public-benefit{flex-direction:column;}.simple-entries .public-benefit>.steady-items{position:static;}.simple-entries .public-benefit>.direct-surface{margin-top:var(--state-base);}}
.narrow-header{--state-base:calc(1.5rem * 1.15);--field-strong:2px;padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.narrow-header .content-section{max-width:1420px;margin:0 auto;}
.narrow-header h2,.narrow-header h3,.narrow-header p{margin:0;}
.narrow-header h2{font-size:calc(18.5px * 2);line-height:1.12;}
.narrow-header h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.narrow-header p{font-size:18.5px;line-height:1.61;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-header .secondary-note{margin-bottom:calc(1.5rem / 2.4);font-size:calc(18.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.narrow-header .narrow-lead{margin-top:1.5rem;}
.narrow-header .direct-surface{display:flex;flex-direction:column;gap:var(--state-base);margin-top:calc(var(--state-base) * 1.1);padding-left:calc(1.5rem * 1.1);border-left:var(--field-strong) solid rgba(0, 229, 194, 0.22);}
.narrow-header .main-quote{position:relative;min-width:0;}
.narrow-header .main-quote::before{content:"";position:absolute;left:calc(1.5rem * -1.1 - 5px);top:.55em;width:8px;height:8px;border-radius:50%;background:#5BE9FF;color:#04121A;}
.narrow-header .steady-items{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.narrow-header .steady-items p{max-width:none;}
@media (max-width:720px){.narrow-header .direct-surface{padding-left:calc(1.5rem * .8);}.narrow-header .main-quote::before{left:calc(1.5rem * -.8 - 5px);}
}
.wide-wrap{--state-base:calc(1.5rem * 1.15);--layer-content:calc(1420px / 3.05);--type-button:calc(1420px / 3.22);padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.wide-wrap .content-section{max-width:1420px;margin:0 auto;}
.wide-wrap h1,.wide-wrap h2,.wide-wrap h3,.wide-wrap p{margin:0;}
.wide-wrap h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.wide-wrap h2{font-size:calc(18.5px * 2);line-height:1.12;}
.wide-wrap h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.wide-wrap p{font-size:18.5px;line-height:1.61;color:var(--tone-panel);}
.wide-wrap a{color:#00E5C2;text-decoration:none;}
.wide-wrap a:hover{color:#5BE9FF;}
.wide-wrap img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.wide-wrap .narrow-lead,.wide-wrap .secondary-note{}
.wide-wrap .direct-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.21rem;margin-top:var(--state-base);}
.wide-wrap .main-quote{flex:1 1 calc(1420px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 194, 0.22);}
.wide-wrap .main-quote p{margin-top:calc(1.5rem / 3);}
.wide-wrap .main-quote h3{margin-top:calc(1.5rem / 4);}
.wide-wrap .fresh-summary>img{margin-top:var(--state-base);}
.wide-wrap .fresh-summary>.narrow-lead{margin-top:1.5rem;}
.wide-wrap .fresh-summary>.secondary-note{margin-top:1.5rem;}
.simple-region{
        color:#E6F1FF;
        background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
        padding:calc(1.5rem * 2.4) 2.26rem;
    }
.simple-region .c{max-width:1420px;
        margin:0 auto;
        display:grid;
        gap:calc(2.21rem * 1.5);}
@media (min-width:1024px){.simple-region .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.simple-region .focused-benefit{margin-bottom:calc(2.21rem * 1.5);}
.simple-region h1{font-size:calc(18.5px * 2.65);
        line-height:1.15;
        margin:0 0 0.9rem;}
.simple-region .narrow-lead{font-size:calc(18.5px * 1.125);
        margin:0 0 1.1rem;}
.simple-region .clear-intro{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(18.5px * .875);}
.simple-region .main-block{margin:0 0 calc(2.21rem * 1.5);}
.simple-region .main-block img{display:block;
        width:100%;
        height:auto;
        border-radius:0.95rem;
        box-shadow:0 8px 22px rgba(0,0,0,0.13);}
.simple-region .main-block figcaption{margin-top:0.65rem;
        font-size:calc(18.5px * .875);}
.simple-region .main-view{line-height:1.61;}
.simple-region .main-view p{margin:0 0 1.1rem;}
.simple-region .main-view h2{font-size:calc(18.5px * 1.35);
        margin:1.9rem 0 0.8rem;}
.simple-region .local-grid{display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:0.5rem 1.25rem;
        margin-top:calc(2.21rem * 1.5);
        padding-top:1.1rem;
        border-top:1px solid rgba(0, 229, 194, 0.22);}
.simple-region .clear-copy{font-size:calc(18.5px * .875);}
.simple-region .local-grid a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.simple-region .local-grid a:hover{border-color:#5BE9FF;}
.simple-region .offer-shell{
        background:var(--ink-light);
        color:var(--ink-card);
        border:1px solid rgba(0, 229, 194, 0.22);
        border-radius:0.95rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 6px rgba(0,0,0,0.1);
    }
.simple-region .media-view{font-size:18.5px;
        margin:0 0 1rem;}
.simple-region .direct-surface{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.simple-region .main-quote{display:block;
        text-decoration:none;
        padding-bottom:0.85rem;
        border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.simple-region .main-quote:last-child{border-bottom:0;
        padding-bottom:0;}
.simple-region .main-quote .secondary-intro{display:block;
        font-size:calc(18.5px * .875);
        margin-bottom:0.25rem;}
.simple-region .main-quote .t{display:block;
        line-height:1.4;}
.simple-region .main-quote:hover .t{text-decoration:underline;}
.simple-region .secondary-note{margin:1.1rem 0 0;
        font-size:calc(18.5px * .875);}
.secondary-plan{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.secondary-plan .content-section{width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 2.21rem;}
.secondary-plan h2,
.secondary-plan h3,
.secondary-plan p{margin: 0;}
.secondary-plan h2{font-size: calc(18.5px * 2); line-height: 1.1;}
.secondary-plan h3{font-size: calc(18.5px * 1.35); line-height: 1.18;}
.secondary-plan p{font-size: 18.5px; line-height: 1.61;}
.secondary-plan .steady-grid{
  display: grid;
  gap: calc(2.21rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.08rem;
  background: #0C1730;
  color: var(--tone-panel);
  border: 1px solid rgba(0, 229, 194, 0.22);
}
.secondary-plan .open-footer{display: grid;
  gap: calc(1.5rem * .75);}
.secondary-plan .visual-lead{
  display: grid;
  grid-template-columns: minmax(5.5rem, .18fr) minmax(0, 1fr);
  gap: calc(2.21rem * 1.5);
  padding: calc(2.21rem * 1.5);
  border-radius: 0.46rem;
  background: var(--ink-light);
  color: var(--ink-card);
  border: 1px solid rgba(0, 229, 194, 0.22);
}
.secondary-plan .visual-lead b{font-size: calc(18.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5BE9FF;}
.secondary-plan .visual-lead div{display: grid;
  gap: 0.5rem;}
.secondary-plan .local-shell{grid-column: 2;
  width: fit-content;
  font-size: calc(18.5px * .875);
  color: #00E5C2;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
  transition: color var(--speed-fast) var(--delay-entry);}
.secondary-plan .local-shell:hover{color: #5BE9FF;}
@media (max-width: 820px) {.secondary-plan .content-section{
    grid-template-columns: 1fr;
  }.secondary-plan .visual-lead{
    grid-template-columns: 1fr;
  }.secondary-plan .local-shell{
    grid-column: auto;
  }
}
.secondary-frame{
        padding:calc(1.5rem * 2.4) 2.26rem;
        background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
        color:#E6F1FF;
    }
.secondary-frame .content-section{max-width:1420px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.21rem * 1.5);}
.secondary-frame .primary-region h2{margin:0;
        font-size:calc(18.5px * 2);
        line-height:1.2;}
.secondary-frame .primary-region p{margin:0.7rem 0 0;
        font-size:18.5px;
        opacity:.92;}
.secondary-frame .direct-surface{display:flex;
        flex-direction:column;
        gap:0.55rem;}
.secondary-frame .main-quote{
        border:1px solid color-mix(in srgb, currentColor 28%, transparent);
        border-radius:0.46rem;
        background:color-mix(in srgb, currentColor 9%, transparent);
        overflow:hidden;
    }
.secondary-frame .main-quote button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:700;
        padding:0.85rem 1rem;
        cursor:pointer;
        transition:background var(--speed-fast) var(--delay-entry);
    }
.secondary-frame .main-quote button:hover{
        background:color-mix(in srgb, currentColor 8%, transparent);
    }
.secondary-frame .main-quote p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0 1rem;
        transition:max-height var(--speed-fast) var(--delay-entry),padding var(--speed-fast) var(--delay-entry);
        opacity:.95;
        font-size:calc(18.5px * .875);
        line-height:1.61;}
.secondary-frame .main-quote.is-open p{max-height:420px;
        padding:0 1rem 1rem;}
.secondary-frame .local-grid{border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
        padding-top:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:0.6rem;}
.secondary-frame .local-grid p{margin:0;
        font-size:calc(18.5px * .875);
        opacity:.94;}
.secondary-frame .local-grid a{text-decoration:underline;
        text-underline-offset:3px;}
.secondary-frame .local-grid a:hover{}
.secondary-frame .plain-intro{opacity:.85;}
@media (max-width:640px){.secondary-frame .main-quote button{
            padding:0.75rem 0.85rem;
        }.secondary-frame .main-quote p{
            padding:0 0.85rem;
        }.secondary-frame .main-quote.is-open p{
            padding:0 0.85rem 0.9rem;
        }
    }
.active-plan{
    padding:calc(1.5rem * 2.4) 2.26rem;
    background:#070E1F;
    color:#E6F1FF;
}
.active-plan .top-items{max-width:1420px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.21rem;
    align-items:flex-start;}
.active-plan .open-callout{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:calc(2.21rem * 1.5);}
.active-plan .section{width:96px;
    height:96px;
    border-radius:0.95rem;
    object-fit:cover;
    border:1px solid rgba(0, 229, 194, 0.22);
    box-shadow:0 1px 6px rgba(0,0,0,0.1);}
.active-plan .clear-intro{display:flex;
    flex-direction:column;
    gap:0.25rem;}
.active-plan .offer-frame{margin:0;
    font-size:calc(18.5px * 1.35);
    line-height:1.25;}
.active-plan .clear-shell{margin:0;
    font-size:calc(18.5px * .875);
    color:var(--tone-panel);}
.active-plan .steady-items{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:calc(2.21rem * 1.5);}
.active-plan .fresh-copy{margin:0;
    font-size:18.5px;
    line-height:1.61;}
.active-plan .team-summary{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:calc(2.21rem * 1.5);
    font-size:calc(18.5px * .875);}
.active-plan .team-summary a{color:#00E5C2;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.active-plan .team-summary a:hover,
.active-plan .team-summary a:focus-visible{color:#5BE9FF;
    border-bottom-color:#5BE9FF;}
@media (max-width:720px){.active-plan .open-callout{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
        gap:calc(2.21rem * 1.5);
    }.active-plan .section{
        width:72px;
        height:72px;
    }
}
.focused-details{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(120deg, #00E5C2 0%, #5BE9FF 100%);color:#04121A}
.focused-details .content-section{max-width:1420px;margin:0 auto}
.focused-details .secondary-entries{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:calc(2.21rem * 1.5);align-items:start}
.focused-details .strong-group{min-width:0}
.focused-details h2{margin:0;font-size:calc(18.5px * 2);line-height:1.08}
.focused-details .strong-group p{margin:1.5rem 0 0;font-size:18.5px;line-height:1.61}
.focused-details .strong-group p:first-of-type{margin-top:calc(2.21rem * 1.5)}
.focused-details .page-summary{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-details .page-summary a{display:block;min-width:0;background:color-mix(in srgb,#04121A 14%,transparent);color:#04121A;border-radius:0.46rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background var(--speed-fast) var(--delay-entry)}
.focused-details .page-summary a:hover{background:color-mix(in srgb,#04121A 22%,transparent);color:var(--ink-card);}
.focused-details strong{display:block;font-size:18.5px;line-height:1.2}
.focused-details span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.5px * .875);line-height:1.61}
@media(max-width:780px){.focused-details .secondary-entries{display:block}.focused-details .page-summary{margin-top:calc(2.21rem * 1.5)}.focused-details h2{font-size:calc(18.5px * 1.35)}}
.service-method{
        color:#E6F1FF;
        background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
        padding:calc(1.5rem * 2.4) 2.26rem;
    }
.service-method .c{max-width:1420px;
        margin:0 auto;
        display:grid;
        gap:2.26rem;}
@media (min-width: 1024px){.service-method .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.service-method .focused-benefit{margin-bottom:calc(2.21rem * 1.5);}
.service-method h1{font-size:calc(18.5px * 2.65);
        line-height:1.15;
        margin:0 0 0.75rem;}
.service-method .narrow-lead{font-size:calc(18.5px * 1.125);
        margin:0 0 1.1rem;
        opacity:0.88;}
.service-method .clear-intro{display:flex;
        flex-wrap:wrap;
        gap:1rem;
        font-size:calc(18.5px * .875);
        opacity:0.78;}
.service-method .main-block{margin:0 0 calc(2.21rem * 1.5);
        border-radius:0.95rem;
        overflow:hidden;
        box-shadow:0 8px 22px rgba(0,0,0,0.13);}
.service-method .main-block img{display:block;
        width:100%;
        height:auto;}
.service-method .main-view{line-height:1.61;
        font-size:18.5px;}
.service-method .main-view p{margin:0 0 1.15rem;}
.service-method .main-view p:last-child{margin-bottom:0;}
.service-method .local-grid{margin-top:calc(2.21rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid rgba(0, 229, 194, 0.22);
        display:flex;
        flex-direction:column;
        gap:0.6rem;}
.service-method .local-grid a{text-decoration:none;
        font-size:18.5px;}
.service-method .local-grid a:hover{text-decoration:underline;}
.service-method .offer-shell{
        background:var(--ink-light);
        color:var(--ink-card);
        border:1px solid rgba(0, 229, 194, 0.22);
        border-radius:0.95rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 6px rgba(0,0,0,0.1);
    }
.service-method .offer-shell h3{margin:0 0 1rem;
        font-size:calc(18.5px * 1.35);}
.service-method .direct-surface{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.service-method .main-quote{display:block;
        text-decoration:none;
        font-size:calc(18.5px * .875);
        line-height:1.5;
        padding-bottom:0.85rem;
        border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.service-method .main-quote:last-child{padding-bottom:0;
        border-bottom:0;}
.service-method .main-quote:hover{}
.quiet-frame{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.quiet-frame .content-section{width: min(100%, 1420px);
  margin: 0 auto;}
.quiet-frame h2,
.quiet-frame h3,
.quiet-frame p{margin: 0;}
.quiet-frame .primary-frame{display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;
  align-items: end;
  margin-bottom: calc(2.21rem * 1.5);}
.quiet-frame .bottom-visual{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.08rem;}
.quiet-frame .contact-method{min-width: 0;
  flex: 1 1 20rem;}
.quiet-frame h2{font-size: calc(18.5px * 2);
  line-height: 1.08;}
.quiet-frame .primary-frame p{color: var(--tone-panel);
  line-height: 1.61;
  margin-top: calc(1.5rem * .75);}
.quiet-frame .visual-plan{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-frame .bottom-flow{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1.08rem;
  background: var(--ink-light);
  color: var(--ink-card);
  border: 1px solid rgba(0, 229, 194, 0.22);
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  min-width: 0;
  flex: 1 1 20rem;
}
.quiet-frame .bottom-flow:nth-child(3n + 2){margin-top: 1.5rem;}
.quiet-frame .service-items{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.95rem;}
.quiet-frame .visual-shell{min-width: 0;}
.quiet-frame h3{font-size: calc(18.5px * 1.35);
  line-height: 1.16;}
.quiet-frame .bottom-flow p{color: var(--tone-panel);
  line-height: 1.61;
  margin-top: calc(1.5rem * .75);}
.quiet-frame .secondary-note{
  margin-top: calc(2.21rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: #0C1730;
  color: var(--tone-panel);
  border: 1px solid rgba(0, 229, 194, 0.22);
}
.quiet-frame .secondary-note p{line-height: 1.61;}
.quiet-frame .soft-benefit{
  display: inline-block;
  margin-top: calc(1.5rem * .75);
  padding: 0.7rem 1.3rem;
  border-radius: 0.46rem;
  background: var(--paint-accent);
  color: #04121A;
  text-decoration: none;
  font-weight: 600;
  transition: background var(--speed-fast) var(--delay-entry);
}
.quiet-frame .soft-benefit:hover{
  background: #00C7A9;color:var(--ink-card);}
@media (max-width: 860px) {.quiet-frame .bottom-flow:nth-child(3n + 2){ margin-top: 0; }
}
.active-view{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF;}
.active-view .content-section{max-width:1420px;margin:0 auto;}
.active-view .primary-region{margin-bottom:calc(2.21rem * 1.5);}
.active-view .primary-region p{margin:0;font-size:calc(18.5px * .875);font-weight:700;letter-spacing:.02em;opacity:.85;}
.active-view .primary-region h2{margin:2.26rem 0 0;font-size:calc(18.5px * 2);line-height:1.15;}
.active-view .strong-group{margin-bottom:calc(2.21rem * 1.5);}
.active-view .strong-group p{margin:0;font-size:18.5px;line-height:1.61;}
.active-view .open-callout{display:flex;flex-wrap:wrap;gap:2.21rem;margin-bottom:calc(2.21rem * 1.5);}
.active-view .main-quote{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75);border-radius:0.95rem;border:1px solid rgba(0, 229, 194, 0.22);background:var(--ink-light);color:var(--ink-card);box-shadow:0 1px 6px rgba(0,0,0,0.1);}
.active-view .main-quote .secondary-intro{display:inline-block;margin-bottom:2.26rem;padding:2px 10px;border-radius:0.3rem;background:#5BE9FF;color:#04121A;font-size:calc(18.5px * .875);font-weight:700;}
.active-view .main-quote h3{margin:0 0 2.26rem;font-size:calc(18.5px * 1.35);line-height:1.2;}
.active-view .main-quote p{margin:0;font-size:18.5px;line-height:1.61;}
.active-view .soft-benefit{border-top:1px solid rgba(0, 229, 194, 0.22);padding-top:calc(2.21rem * 1.5);}
.active-view .soft-benefit p{margin:0 0 2.26rem;font-size:18.5px;line-height:1.61;}
.active-view .soft-benefit p:last-child{margin-bottom:0;}
.active-view .soft-benefit a{text-decoration:underline;text-underline-offset:3px;transition:color var(--speed-fast) var(--delay-entry);}
.active-view .soft-benefit a:hover{}
.active-view .local-grid{font-size:calc(18.5px * .875);opacity:.9;}
@media (max-width:640px){.active-view .main-quote{flex:1 1 100%;}
    }
.clear-surface{
    padding:calc(1.5rem * 2.4) 2.26rem;
    background:#070E1F;
    color:#E6F1FF;
}
.clear-surface .top-items{max-width:1420px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.21rem * 1.5);}
.clear-surface .team-intro{display:flex;
    align-items:center;
    gap:2.21rem;
    flex-wrap:wrap;
    padding-bottom:calc(2.21rem * 1.5);
    border-bottom:1px solid rgba(0, 229, 194, 0.22);}
.clear-surface .content-frame{width:72px;
    height:72px;
    border-radius:0.95rem;
    object-fit:cover;
    border:1px solid rgba(0, 229, 194, 0.22);
    flex:0 0 auto;}
.clear-surface .id{display:flex;
    flex-direction:column;
    gap:4px;}
.clear-surface .offer-frame{margin:0;
    font-size:calc(18.5px * 1.35);
    line-height:1.25;}
.clear-surface .clear-shell{margin:0;
    font-size:calc(18.5px * .875);
    color:var(--tone-panel);}
.clear-surface .fresh-copy{margin:0;
    font-size:18.5px;
    line-height:1.61;}
.clear-surface .fresh-copy + .fresh-copy{margin-top:calc(calc(2.21rem * 1.5) * -0.4);}
.clear-surface .team-summary{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    font-size:calc(18.5px * .875);}
.clear-surface .team-summary a{color:#00E5C2;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.clear-surface .team-summary a:hover,
.clear-surface .team-summary a:focus-visible{color:#5BE9FF;
    border-bottom-color:#5BE9FF;}
.clear-surface .secondary-note{margin:0;
    font-size:calc(18.5px * .875);
    color:var(--tone-panel);}
@media (max-width:640px){.clear-surface .team-intro{
        align-items:flex-start;
    }.clear-surface .team-summary{
        flex-direction:column;
        gap:calc(calc(1.5rem * .75) * 0.5);
    }
}
.primary-grid{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF}
.primary-grid .content-section{max-width:1420px;margin:0 auto}
.primary-grid .contact-story{margin-bottom:calc(2.21rem * 1.5)}
.primary-grid h2{margin:0;font-size:calc(18.5px * 2);line-height:1.08}
.primary-grid .contact-story p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.61}
.primary-grid .service-shell{display:flex;align-items:flex-start;gap:calc(2.21rem * 1.5);flex-wrap:wrap}
.primary-grid .clear-section{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid rgba(0, 229, 194, 0.22);padding-left:calc(1.5rem * .75)}
.primary-grid button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--speed-fast) var(--delay-entry),transform var(--speed-fast) var(--delay-entry)}
.primary-grid button:hover,.primary-grid button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.primary-grid .direct-service{flex:2 1 30rem;align-self:start}
.primary-grid [data-response]{display:none}
.primary-grid [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--speed-fast)*1.7) var(--delay-entry) both}
.primary-grid h3{margin:0;font-size:calc(18.5px * 1.35);line-height:1.15}
.primary-grid [data-response] p{margin:1.5rem 0 0;font-size:18.5px;line-height:1.61}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.21rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.primary-grid .service-shell{display:block}.primary-grid .clear-section{border-left:0;padding-left:0;margin-bottom:calc(2.21rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.primary-grid [data-response].is-active{animation:none}}
.team-inner{
    background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
    color:#E6F1FF;
    padding:calc(1.5rem * 2.4) 2.26rem;
}
.team-inner .c{max-width:1420px;
    margin:0 auto;
    display:grid;
    gap:2.26rem;}
@media (min-width:1024px){.team-inner .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.team-inner .primary-region{margin-bottom:calc(2.21rem * 1.5);}
.team-inner .clear-group{margin:0 0 0.6rem;
    font-size:calc(18.5px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.team-inner h1{font-size:calc(18.5px * 2.65);
    line-height:1.18;
    margin:0 0 0.9rem;}
.team-inner .public-tile{font-size:calc(18.5px * 1.125);
    margin:0 0 1.2rem;}
.team-inner .clear-intro{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    font-size:calc(18.5px * .875);
    border-top:1px solid rgba(0, 229, 194, 0.22);
    padding-top:0.9rem;}
.team-inner .page-service{margin:0 0 calc(2.21rem * 1.5);}
.team-inner .page-service img{display:block;
    width:100%;
    height:auto;
    border-radius:0.95rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.13);}
.team-inner .page-service figcaption{margin-top:0.6rem;
    font-size:calc(18.5px * .875);}
.team-inner .main-view{line-height:1.61;}
.team-inner .main-view p{margin:0 0 1.1rem;}
.team-inner .main-view h2{font-size:calc(18.5px * 1.35);
    margin:calc(2.21rem * 1.5) 0 0.7rem;}
.team-inner .main-visual{margin-top:calc(2.21rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(0, 229, 194, 0.22);}
.team-inner .simple-steps{margin:0 0 1rem;}
.team-inner .local-grid{display:flex;
    flex-wrap:wrap;
    gap:0.8rem 1.6rem;}
.team-inner .local-grid a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.team-inner .local-grid a:hover{border-bottom-color:#5BE9FF;}
.team-inner .offer-shell{
    background:var(--ink-light);
    color:var(--ink-card);
    border:1px solid rgba(0, 229, 194, 0.22);
    border-radius:0.95rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 6px rgba(0,0,0,0.1);
    align-self:start;
}
.team-inner .offer-shell h3{margin:0 0 1rem;
    font-size:calc(18.5px * 1.35);}
.team-inner .open-callout{display:flex;
    flex-direction:column;
    gap:0.9rem;
    margin-bottom:calc(1.5rem * .75);}
.team-inner .open-callout .main-quote{
    display:flex;
    flex-direction:column;
    gap:0.3rem;
    padding:0.8rem 0.9rem;
    background:#0C1730;
    color:var(--tone-panel);
    border-radius:0.46rem;
    text-decoration:none;
    transition:background var(--speed-fast) var(--delay-entry);
}
.team-inner .open-callout .main-quote:hover{
    background:var(--paint-accent);
    color:#04121A;
}
.team-inner .open-callout .secondary-intro{font-size:calc(18.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    opacity:0.85;}
.team-inner .open-callout .team-wrap{font-size:18.5px;
    line-height:1.4;}
.team-inner .strong-service{border-top:1px solid rgba(0, 229, 194, 0.22);
    padding-top:1rem;}
.team-inner .strong-service .clear-nav{margin:0 0 0.2rem;
    font-size:calc(18.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.team-inner .strong-service .bottom-entries{margin:0 0 0.9rem;
    font-size:18.5px;}
.team-inner .strong-service .bottom-entries:last-child{margin-bottom:0;}
.badge--collection{
  background: #070E1F;
  color: #E6F1FF;
  padding: calc(1.5rem * 2.4) 2.26rem;
}
.badge--collection .content-section{width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: calc(2.21rem * 1.5);
  align-items: start;}
.badge--collection h2,
.badge--collection h3,
.badge--collection p{margin: 0;}
.badge--collection h2{font-size: calc(18.5px * 2.65);
  line-height: 1.06;}
.badge--collection h3{font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.badge--collection p{font-size: 18.5px;
  line-height: 1.61;}
.badge--collection .secondary-area{display: grid;
  gap: 1.5rem;}
.badge--collection .direct-tile{display: grid;
  gap: calc(1.5rem * .75);}
.badge--collection .secondary-note{display: grid;
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 1px solid rgba(0, 229, 194, 0.22);}
.badge--collection .secondary-note span{font-size: calc(18.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--tone-panel);}
.badge--collection .secondary-note:nth-child(odd){padding-top: calc(calc(1.5rem * .75) * 1.4);}
.badge--collection .local-shell{
  grid-column: 1 / -1;
  width: fit-content;
  padding: calc(calc(1.5rem * .75) * .8) 1.5rem;
  border-radius: 0.46rem;
  background: var(--paint-accent);
  color: #04121A;
  text-decoration: none;
  font-size: 18.5px;
  transition: background var(--speed-fast) var(--delay-entry);
}
.badge--collection .local-shell:hover{
  background: #00C7A9;color:var(--ink-card);}
@media (max-width: 860px) {.badge--collection .content-section{
    grid-template-columns: 1fr;
  }.badge--collection h2{
    font-size: calc(18.5px * 2);
  }
}
.main-plan{
        padding:calc(1.5rem * 2.4) 2.26rem;
        background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
        color:#E6F1FF;
    }
.main-plan .content-section{max-width:1420px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.21rem * 1.5);}
.main-plan .primary-region p{margin:0;
        font-size:calc(18.5px * .875);
        letter-spacing:.02em;
        text-transform:uppercase;
        opacity:.85;}
.main-plan .primary-region h2{margin:2.26rem 0 0;
        font-size:calc(18.5px * 2);
        line-height:1.15;}
.main-plan .narrow-lead{display:flex;
        flex-direction:column;
        gap:1.5rem;}
.main-plan .narrow-lead p{margin:0;
        font-size:18.5px;}
.main-plan .open-callout{display:flex;
        flex-wrap:wrap;
        gap:2.21rem;}
.main-plan .main-quote{
        flex:1 1 320px;
        min-width:0;
        padding:calc(1.5rem * .75);
        border-radius:0.95rem;
        border:1px solid rgba(0, 229, 194, 0.22);
        background:var(--ink-light);
        color:var(--ink-card);
        box-shadow:0 1px 6px rgba(0,0,0,0.1);
        display:flex;
        flex-direction:column;
        gap:2.26rem;
    }
.main-plan .secondary-intro{
        font-size:calc(18.5px * .875);
        font-weight:700;
        color:#04121A;
        background:#5BE9FF;
        border-radius:0.3rem;
        padding:.2rem .55rem;
        align-self:flex-start;
    }
.main-plan .main-quote h3{margin:0;
        font-size:calc(18.5px * 1.35);
        line-height:1.25;}
.main-plan .main-quote p{margin:0;
        font-size:18.5px;}
.main-plan .secondary-note{
        font-size:calc(18.5px * .875);
        color:var(--tone-panel);
        background:#0C1730;
        border-radius:0.46rem;
        padding:.6rem .75rem;
    }
.main-plan .main-quote address{font-style:normal;
        font-size:calc(18.5px * .875);
        line-height:1.5;}
.main-plan .local-grid{margin-top:auto;
        text-decoration:none;
        font-weight:700;
        border-bottom:1px solid transparent;
        transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);
        align-self:flex-start;
        word-break:break-word;}
.main-plan .local-grid:hover{border-bottom-color:#5BE9FF;}
.main-plan .offer-shell{display:flex;
        flex-direction:column;
        gap:2.26rem;
        padding-top:1.5rem;
        border-top:1px solid rgba(0, 229, 194, 0.22);}
.main-plan .offer-shell p{margin:0;
        font-size:18.5px;}
.main-plan .plain-intro{display:flex;
        flex-wrap:wrap;
        gap:2.21rem;}
.main-plan .plain-intro a{text-decoration:none;
        font-weight:700;
        border-bottom:1px solid transparent;
        transition:color var(--speed-fast) var(--delay-entry), border-color var(--speed-fast) var(--delay-entry);}
.main-plan .plain-intro a:hover{border-bottom-color:#5BE9FF;}
@media (max-width:640px){.main-plan .main-quote{
            flex:1 1 100%;
        }
    }
.contact-inner{padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF;}
.contact-inner .top-items{max-width:1420px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.21rem;align-items:flex-start;}
.contact-inner .open-callout{flex:0 0 220px;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5);}
.contact-inner .section{width:96px;height:96px;border-radius:0.95rem;object-fit:cover;border:1px solid rgba(0, 229, 194, 0.22);box-shadow:0 1px 6px rgba(0,0,0,0.1);}
.contact-inner .team-intro{display:flex;flex-direction:column;gap:4px;}
.contact-inner .offer-frame{margin:0;font-size:calc(18.5px * 1.35);line-height:1.25;}
.contact-inner .clear-shell{margin:0;font-size:calc(18.5px * .875);color:var(--tone-panel);}
.contact-inner .steady-items{flex:1 1 420px;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5);}
.contact-inner .fresh-copy{margin:0;font-size:18.5px;line-height:1.61;}
.contact-inner .team-summary{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);}
.contact-inner .team-summary a{color:#00E5C2;text-decoration:none;border-bottom:1px solid transparent;transition:color var(--speed-fast) var(--delay-entry),border-color var(--speed-fast) var(--delay-entry);}
.contact-inner .team-summary a:hover,.contact-inner .team-summary a:focus-visible{color:#5BE9FF;border-bottom-color:#5BE9FF;}
@media (max-width:720px){.contact-inner .open-callout{flex:1 1 100%;flex-direction:row;align-items:center;gap:calc(1.5rem * .75);}.contact-inner .section{width:72px;height:72px;}
}
.page-group{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF}
.page-group .content-section{max-width:1420px;margin:0 auto}
.page-group .contact-story{margin-bottom:calc(2.21rem * 1.5)}
.page-group h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.04}
.page-group .contact-story p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.61}
.page-group .service-shell{display:flex;align-items:flex-start;gap:calc(2.21rem * 1.5);border-top:1px solid rgba(0, 229, 194, 0.22);padding-top:calc(2.21rem * 1.5)}
.page-group .clear-section{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.page-group button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity var(--speed-fast) var(--delay-entry),transform var(--speed-fast) var(--delay-entry)}
.page-group button:hover,.page-group button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.page-group .direct-service{flex:1 1 30rem;align-self:start}
.page-group [data-response]{display:none}
.page-group [data-response].is-active{display:block;animation:clarifyFocusIn calc(var(--speed-fast)*1.7) var(--delay-entry) both}
.page-group h3{margin:0;font-size:calc(18.5px * 2);line-height:1.1}
.page-group [data-response] p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.61}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.21rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.page-group .service-shell{display:block}.page-group .clear-section{margin-bottom:calc(2.21rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.page-group [data-response].is-active{animation:none}}
.secondary-group{background:#070E1F;color:#E6F1FF;padding:calc(1.5rem * 2.4) 2.26rem}
.secondary-group .content-section{max-width:1420px;margin:0 auto}
.secondary-group .local-view{display:grid;grid-template-columns:1.15fr .7fr .95fr;gap:calc(2.21rem * 1.5);align-items:start}
.secondary-group .strong-group{min-width:0}
.secondary-group h2{margin:0;font-size:clamp(calc(18.5px * 2),4.4vw,calc(18.5px * 2.65));line-height:1.08;letter-spacing:0}
.secondary-group p{margin:1.5rem 0 0;color:var(--tone-panel);font-size:calc(18.5px * 1.125);line-height:1.65}
.secondary-group p + p{margin-top:calc(2.21rem * 1.5)}
.secondary-group .text-team{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.95rem}
.secondary-group .featured-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-group .featured-form a{padding:calc(1.5rem * .75);border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22);text-decoration:none;transition:border-color var(--speed-fast) var(--delay-entry)}
.secondary-group .featured-form a:hover{border-color:#00E5C2}
.secondary-group strong,.secondary-group span{display:block}
.secondary-group strong{font-size:18.5px}
.secondary-group span{margin-top:calc(calc(1.5rem * .75)*.5);color:var(--tone-panel);line-height:1.55;font-size:calc(18.5px * .875)}
@media(max-width:820px){.secondary-group .local-view{grid-template-columns:1fr}.secondary-group .text-team{aspect-ratio:16/9}}
.featured-body{padding:calc(1.5rem * 2.4) 2.26rem;background:linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);color:#E6F1FF}
.featured-body .content-section{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.featured-body .strong-group{display:flex;flex-direction:column;gap:calc(2.21rem * 1.5)}
.featured-body h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.05}
.featured-body .narrow-lead{margin:0;font-size:18.5px;line-height:1.61;}
.featured-body .media-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:1.08rem;background:color-mix(in srgb,var(--ink-light) 72%,transparent);color:var(--ink-card);}
.featured-body .active-group{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5)}
.featured-body legend{padding:0;margin-bottom:calc(1.5rem * .75);font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.featured-body .fresh-region{display:flex;flex-wrap:wrap;gap:2.21rem}
.featured-body .compact-rail{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2)}
.featured-body .compact-rail.wide{flex-basis:100%}
.featured-body .compact-rail>span{font-size:calc(18.5px * .875);}
.featured-body input,
.featured-body select,
.featured-body textarea{width:100%;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);font:inherit;padding:calc(1.5rem * .75);outline:none;transition:box-shadow var(--speed-fast) var(--delay-entry),border-color var(--speed-fast) var(--delay-entry)}
.featured-body textarea{resize:vertical;min-height:6rem}
.featured-body input::placeholder,
.featured-body textarea::placeholder{}
.featured-body input:focus,
.featured-body select:focus,
.featured-body textarea:focus{border-color:#5BE9FF;box-shadow:0 0 0 2px var(--state-static)}
.featured-body .soft-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:2.21rem;padding-top:calc(2.21rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 16%,transparent)}
.featured-body button{flex:0 0 auto;border:0;border-radius:0.46rem;background:var(--paint-accent);color:#04121A;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background var(--speed-fast) var(--delay-entry)}
.featured-body button:hover{background:#00C7A9;color:var(--ink-card);}
.featured-body .secondary-note{flex:1 1 320px;margin:0;font-size:calc(18.5px * .875);line-height:1.61;}
.featured-body .offer-shell{margin:0;padding:calc(2.21rem * 1.5) 1.5rem;border-left:2px solid #5BE9FF;background:color-mix(in srgb,var(--ink-light) 55%,transparent);border-radius:0.46rem;font-size:calc(18.5px * .875);line-height:1.61;color:var(--tone-panel)}
.featured-body .offer-shell a{text-decoration:none}
.featured-body .offer-shell a:hover{text-decoration:underline}
@media(max-width:860px){.featured-body .fresh-region{flex-direction:column}.featured-body .compact-rail{flex-basis:auto}.featured-body button{width:100%}
}
.open-wrap{padding:calc(1.5rem * 2.4) 2.26rem;background:#070E1F;color:#E6F1FF}
.open-wrap .secondary-entries{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:2.21rem}
.open-wrap .narrow-lead{align-self:start}
.open-wrap h2{margin:0;font-size:calc(18.5px * 2);line-height:1.1}
.open-wrap .narrow-lead p{margin:calc(2.21rem * 1.5) 0 0;font-size:18.5px}
.open-wrap .active-unit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.open-wrap .simple-note{padding:calc(1.5rem * .75);border-radius:0.95rem;background:var(--ink-light);color:var(--ink-card);border:1px solid rgba(0, 229, 194, 0.22)}
.open-wrap .simple-note span{display:block;font-size:calc(18.5px * .875);color:var(--tone-panel)}
.open-wrap .simple-note strong{display:block;margin-top:calc(1.5rem * .75);font-size:18.5px;line-height:1.4}
.open-wrap .simple-note a{color:#00E5C2;text-decoration:none}
.open-wrap .simple-note a:hover{color:#5BE9FF}
.open-wrap .secondary-note{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.21rem;padding:calc(2.21rem * 1.5) 0 0;border-top:1px solid rgba(0, 229, 194, 0.22)}
.open-wrap .secondary-note p{margin:0;font-size:18.5px}
.open-wrap .media-team{grid-column:1/-1;height:clamp(20rem,40vw,32rem);border-radius:1.08rem;overflow:hidden;border:1px solid rgba(0, 229, 194, 0.22)}
.open-wrap iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 820px){.open-wrap .secondary-entries,
  .open-wrap .active-unit,
  .open-wrap .secondary-note{grid-template-columns:1fr}.open-wrap .media-team{height:22rem}
}
.offer-figure{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: linear-gradient(135deg, #070E1F 0%, #0F1B36 45%, #0A2A3A 100%);
  color: #E6F1FF;
}
.offer-figure .content-section{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1420px;
  margin: 0 auto;}
.offer-figure .active-contact{margin: 0 0 calc(2.21rem * 1.5);
  padding: 1.5rem 0;}
.offer-figure h2{margin: 0;
  font-size: calc(18.5px * 2.65);
  line-height: 1.05;}
.offer-figure .active-contact p{margin: 1.5rem 0 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.61;}
.offer-figure .soft-view{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.21rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.offer-figure .service-surface{display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;
  flex: 1 1 22rem;}
.offer-figure .service-surface p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.61;}
.offer-figure .text-quote{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.offer-figure .text-quote a{color: inherit;
  font-size: calc(18.5px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.offer-figure .team-entries{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.offer-figure .team-entries a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.61;}
.offer-figure .team-entries span{display: block;
  margin-top: .35rem;
  font-size: calc(18.5px * .875);
  opacity: .7;}
@media (max-width: 720px) {.offer-figure .soft-view,
  .offer-figure .service-surface{
    display: block;
  }.offer-figure .service-surface p + p{
    margin-top: calc(1.5rem * .75);
  }.offer-figure .text-quote{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.offer-figure .team-entries a{
    flex: 1 1 100%;
  }
}
.local-callout{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #070E1F;
  color: #E6F1FF;
}
.local-callout .content-section{max-width: 1420px;
  margin: 0 auto;}
.local-callout .strong-group{margin-bottom: calc(2.21rem * 1.5);}
.local-callout h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.local-callout .strong-group p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);
  color: var(--tone-panel);}
.local-callout .page-summary{display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;}
.local-callout .simple-note{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--ink-light);
  color: var(--ink-card);
  border: 1px solid rgba(0, 229, 194, 0.22);
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}
.local-callout .simple-note span{
  display: inline-block;
  font-size: calc(18.5px * .875);
  color: #04121A;
  background: #5BE9FF;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  align-self: flex-start;
}
.local-callout h3{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.local-callout .simple-note p{margin: calc(1.5rem * .75) 0 0;
  color: var(--tone-panel);
  font-size: 18.5px;}
.local-callout .secondary-note{margin: calc(2.21rem * 1.5) 0 0;
  font-size: calc(18.5px * .875);
  color: var(--tone-panel);
  border-top: 1px solid rgba(0, 229, 194, 0.22);
  padding-top: calc(1.5rem * .75);}
@media (max-width: 700px) {.local-callout .simple-note{
    flex: 1 1 100%;
  }
}
.card--terms-list{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #E6F1FF;
  color: #0A1224;
}
.card--terms-list .content-section{max-width: min(1420px, 60rem);
  margin: 0 auto;}
.card--terms-list h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.card--terms-list .strong-group{margin: calc(1.5rem * .75) 0 calc(2.21rem * 1.5);color:inherit;
  font-size: calc(18.5px * 1.125);}
.card--terms-list .text-feature{display: flex;
  flex-direction: column;
  gap: calc(2.21rem * 1.5);}
.card--terms-list .main-quote{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.2);
  background: var(--ink-light);
  color: var(--ink-card);
  border: 1px solid rgba(0, 229, 194, 0.22);
  border-radius: 0.95rem;
}
.card--terms-list h3{margin: 0;
  font-size: calc(18.5px * 1.35);}
.card--terms-list .main-quote p{margin: calc(calc(1.5rem * .75) * 0.6) 0 0;color:inherit;
  opacity: 0.85;}
@media (max-width: 640px) {.card--terms-list .main-quote{
    padding: calc(1.5rem * .75);
  }
}
.primary-story{--state-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.26rem;background:var(--paint-accent);color:#04121A;}
.primary-story .content-section{max-width:1420px;margin:0 auto;}
.primary-story .top-items{display:flex;flex-wrap:wrap;gap:2.21rem;align-items:flex-start;justify-content:space-between;}
.primary-story .steady-items{flex:1 1 32rem;min-width:0;}
.primary-story .local-proof{flex:0 1 22rem;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5);min-width:0;}
.primary-story h1,.primary-story h2,.primary-story h3,.primary-story p{margin:0;}
.primary-story h2{font-size:calc(18.5px * 2);line-height:1.12;}
.primary-story p{font-size:18.5px;line-height:1.61;}
.primary-story .narrow-lead{margin-top:1.5rem;}
.primary-story .secondary-note{margin-top:calc(2.21rem * 1.5);font-size:calc(18.5px * .875);}
.primary-story a{color:inherit;text-decoration:none;}
.primary-story .local-grid a{text-decoration:underline;text-underline-offset:3px;}
.primary-story .local-grid a:hover{}
.primary-story .soft-benefit{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.3rem;background:#04121A;color:var(--paint-accent);transition:background var(--speed-fast) var(--delay-entry);}
.primary-story .soft-benefit:hover{background:#5BE9FF;color:#04121A;}
.primary-story .local-grid{font-size:calc(18.5px * .875);line-height:1.61;}
@media (max-width:720px){.primary-story .top-items{flex-direction:column;}.primary-story .local-proof{flex:1 1 auto;width:100%;}.primary-story .soft-benefit{width:100%;}
}
.top-rail{
  padding: calc(1.5rem * 2.4) 2.26rem;
  background: #E6F1FF;
  color: #0A1224;
}
.top-rail .content-section{max-width: min(1420px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.21rem * 1.5);}
.top-rail .narrow-lead h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.top-rail .strong-group{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);
  color: #4A5C7A;}
.top-rail .local-figure{display: flex;
  flex-wrap: wrap;
  gap: 2.21rem;}
.top-rail .offer-form{flex: 1 1 18rem;
  min-width: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(0, 229, 194, 0.22);}
.top-rail .offer-form strong{display: block;
  font-size: calc(18.5px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.top-rail .offer-form p{margin: 0;
  color: #4A5C7A;}
.top-rail .offer-form a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.top-rail .offer-form a:hover{color:inherit;}
.top-rail .local-grid{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(0, 229, 194, 0.22);}
.top-rail .local-grid a{color:inherit;
  font-size: calc(18.5px * .875);
  text-decoration: none;
  border-bottom: 1px solid #00E5C2;
  padding-bottom: 2px;}
.top-rail .local-grid a:hover{color:inherit;
  border-bottom-color: #5BE9FF;}
@media (max-width: 640px) {.top-rail .local-figure{
    flex-direction: column;
  }
}
.welcome{padding:calc(1.5rem * 2.4) 2.26rem;background:#E6F1FF;color:#0A1224}
.welcome .content-section{width:min(100%,calc(1420px*.66));margin:0 auto;display:flex;flex-direction:column;gap:calc(2.21rem * 1.5)}
.welcome .clear-rail{display:flex;flex-direction:column;gap:1.5rem}
.welcome h1{margin:0;font-size:calc(18.5px * 2.65);line-height:1.04}
.welcome p{margin:0;font-size:calc(18.5px * 1.125);line-height:1.61}
.welcome .local-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:calc(2.21rem * 1.5);border-top:1px solid rgba(0, 229, 194, 0.22)}
.welcome .local-grid a{display:inline-block;padding:.55rem 1rem;border-radius:0.46rem;background:var(--ink-light);color:var(--ink-card);text-decoration:none;font-size:calc(18.5px * .875);transition:background var(--speed-fast) var(--delay-entry),transform var(--speed-fast) var(--delay-entry)}
.welcome .local-grid a:hover{background:#5BE9FF;color:#04121A;transform:translateY(-1px)}
.welcome .local-grid .narrow-plan{background:var(--paint-accent);color:#04121A}
.welcome .local-grid .narrow-plan:hover{background:#00C7A9;color:#04121A}
@media(max-width:520px){.welcome .local-grid{flex-direction:column;align-items:stretch}.welcome .local-grid a{text-align:center}}
