:root {
  --paint-strong: #F3F7FB;
  --surface-primary: #0B1220;
  --delay-hover: cubic-bezier(0.4,0,0.2,1);
}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;}
*{box-sizing:border-box;}
.fresh-plan {
    width: 100%;
    background: #070C16;
    color: #E6EDF5;
    border-bottom: 1px solid rgba(0, 229, 199, 0.18);
  }
.service-method {
    max-width: 1440px;
    margin: 0 auto;
    padding: calc(2.57rem * 1.5) 2.61rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.57rem;
  }
.content-note {
    font-size: calc(16.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.content-note:hover {
    color: #7C5CFF;
  }
.site-method {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.57rem * 1.5);
  }
.steady-callout {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 16.7px;
    color: #B9C7D8;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--delay-hover),
                border-color 460ms var(--delay-hover);
  }
.steady-callout:hover {
    color: #E6EDF5;
    border-bottom-color: rgba(0, 229, 199, 0.18);
  }
.steady-callout.is-active {
    color: #E6EDF5;
    border-bottom-color: #7C5CFF;
  }
.steady-intro {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: #E6EDF5;
    border: 1px solid rgba(0, 229, 199, 0.18);
    border-radius: 0.31rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.steady-intro:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#E6EDF5;}
.strong-intro {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .service-method {
      flex-wrap: wrap;
    }

    .steady-intro {
      display: flex;
    }

    .contact-quote {
      display: none;
      flex-basis: 100%;
      width: 100%;
      border-top: 1px solid rgba(0, 229, 199, 0.18);
      margin-top: calc(2.57rem * 1.5);
      padding-top: calc(2.57rem * 1.5);
    }

    .contact-quote.is-open {
      display: block;
    }

    .site-method {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .plain-tile {
      border-bottom: 1px solid rgba(0, 229, 199, 0.18);
    }

    .plain-tile:last-child {
      border-bottom: none;
    }

    .steady-callout {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: none;
    }

    .steady-callout.is-active {
      color: #7C5CFF;
    }
  }
.featured-method{font-family:"Orbitron", sans-serif;font-size:calc(16.7px * .875);line-height:1.65;width:100%;padding:0;background:var(--paint-strong);color:var(--surface-primary);}
.service-form{max-width:1440px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.61rem;display:flex;flex-direction:column;gap:calc(2.57rem * 1.5)}
.site-steps{display:grid;grid-template-columns:1.2fr 2.4fr 1.2fr;gap:2.57rem;align-items:start}
.simple-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-stack{font-size:calc(16.7px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.main-headline{margin:0;opacity:0.85;max-width:32ch}
.compact-form{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.57rem}
.wide-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-story{margin:0;font-size:16.7px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.clear-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}
.clear-contact a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--delay-hover)}
.clear-contact a:hover,
  .clear-contact a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.strong-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-tile{display:flex;flex-direction:column;gap:0.5rem}
.contact-tile p{margin:0}
.contact-tile a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--delay-hover)}
.contact-tile a:hover,
  .contact-tile a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.active-surface{font-weight:600;opacity:0.9}
.soft-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(2.57rem * 1.5)}
.simple-stack{margin:0;opacity:0.85;max-width:90ch}
.simple-stack a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.simple-stack a:hover,
  .simple-stack a:focus-visible{opacity:1;outline:none;color:inherit}
.plain-items{margin:0;opacity:0.75;font-size:calc(16.7px * .875)}
@media (max-width: 1024px) {.site-steps{grid-template-columns:1fr 1fr}.compact-form{grid-column:1 / -1}.strong-frame{grid-column:1 / -1}
  }
@media (max-width: 640px) {.site-steps{grid-template-columns:1fr}.compact-form{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.compact-form{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.61rem;bottom:1.5rem;width:min(360px,calc(100vw - (2.61rem * 2)));z-index:1200;}
.cookies .compact-group{border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.74rem;background:#0E1728;color:#E6EDF5;padding:1.5rem 2.61rem;box-shadow:0 1px 8px rgba(0,0,0,0.13);}
.cookies .compact-group h3{margin:0 0 6px;}
.cookies .compact-group p{margin:0;}
.cookies .direct-header{margin-top:12px;display:flex;gap:8px;}
.cookies .direct-header button{flex:1;border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.31rem;background:#0E1728;color:#E6EDF5;padding:8px 10px;cursor:pointer;}
.cookies .direct-header button.cookie-accept{background:#00E5C7;border-color:#00E5C7;color:#04121A;}
.quiet-panel{--layer-local:calc(1.5rem * 0.93);padding:calc(1.5rem * 2.4) 2.61rem;background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);color:#E6EDF5;}
.quiet-panel .featured-quote{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--layer-local) * 1.1);}
.quiet-panel h1,.quiet-panel p{margin:0;}
.quiet-panel h1{font-size:calc(16.7px * 2.65);line-height:1.1;letter-spacing:-0.01em;}
.quiet-panel p{font-size:16.7px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-panel .simple-list{display:flex;flex-direction:column;row-gap:calc(2.57rem * 1.5);}
.quiet-panel .simple-list p + p{margin-top:calc(calc(2.57rem * 1.5) * 0.6);}
.quiet-panel a{text-decoration:none;}
.quiet-panel .featured-region{display:flex;flex-wrap:wrap;align-items:center;column-gap:2.57rem;row-gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.quiet-panel .narrow-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#00E5C7;color:#04121A;font-size:calc(16.7px * .875);transition:background 460ms var(--delay-hover);}
.quiet-panel .narrow-list:hover{background:#00C9AF;color:#E6EDF5;}
.quiet-panel .service-details{font-size:calc(16.7px * .875);border-bottom:1px solid transparent;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover);}
.quiet-panel .service-details:hover{border-bottom-color:#7C5CFF;}
@media (max-width:720px){.quiet-panel .featured-region{flex-direction:column;align-items:flex-start;}
}
.top-unit{--layer-local:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.61rem;background:#0C1424;color:#B9C7D8;}
.top-unit .featured-quote{max-width:1440px;margin:0 auto;}
.top-unit h1,.top-unit h2,.top-unit h3,.top-unit p{margin:0;}
.top-unit h2{font-size:calc(16.7px * 2);line-height:1.12;}
.top-unit p{font-size:16.7px;line-height:1.65;}
.top-unit a{color:#00E5C7;text-decoration:none;}
.top-unit a:hover{color:inherit;}
.top-unit .main-block>h2{margin-top:0;}
.top-unit .main-block>p,.top-unit .main-block>.narrow-list,.top-unit .main-block>.featured-region{margin-top:var(--layer-local);}
.top-unit .simple-list{font-size:calc(16.7px * 1.125);}
.top-unit .primary-summary{font-size:calc(16.7px * .875);}
.top-unit .narrow-list{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.31rem;background:#00E5C7;color:#04121A;font-weight:600;transition:background 460ms var(--delay-hover);}
.top-unit .narrow-list:hover{background:#00C9AF;color:#04121A;}
.top-unit .featured-region{font-size:calc(16.7px * .875);}
.top-shell{--layer-local:calc(1.5rem * 0.9);--layer-base:calc(1440px / 2.6);padding:calc(1.5rem * 2.4) 2.61rem;background:#0C1424;color:#B9C7D8;}
.top-shell .featured-quote{max-width:1440px;margin:0 auto;}
.top-shell h1,.top-shell h2,.top-shell h3,.top-shell p{margin:0;}
.top-shell h1{font-size:calc(16.7px * 2.65);line-height:1.08;}
.top-shell h2{font-size:calc(16.7px * 2);line-height:1.14;}
.top-shell h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.top-shell p{font-size:16.7px;line-height:1.65;}
.top-shell .primary-summary{font-size:calc(16.7px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.72;}
.top-shell .simple-list{margin-top:calc(1.5rem / 2.4);}
.top-shell a{color:inherit;text-decoration:none;}
.top-shell .narrow-list{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.31rem;background:#7C5CFF;color:#F4F1FF;transition:background 460ms var(--delay-hover);}
.top-shell .narrow-list:hover{background:#6A48F5;color:#E6EDF5;}
.top-shell .direct-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.top-shell .direct-method>.simple-unit{flex:1 1 60%;min-width:0;}
.top-shell .direct-method>.narrow-list{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.top-shell .direct-method>.team-view{flex:1 1 100%;}
.top-shell .simple-unit h2{margin-top:calc(1.5rem / 3);}
.top-shell .team-view{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-local);border-top:1px solid rgba(0, 229, 199, 0.18);}
.top-shell .soft-headline{display:flex;flex-wrap:wrap;gap:2.57rem;padding:calc(1.5rem * 0.7) 0;border-bottom:1px solid rgba(0, 229, 199, 0.18);}
.top-shell .soft-headline>.simple-unit{flex:1 1 auto;min-width:0;display:flex;flex-wrap:wrap;gap:calc(2.57rem * 0.5);align-items:baseline;}
.top-shell .soft-headline h3{flex:0 0 auto;min-width:calc(1440px / 5.5);}
.top-shell .soft-headline p{flex:1 1 55%;min-width:0;}
@media (max-width:720px){.top-shell .soft-headline h3{min-width:0;flex:1 1 100%;}.top-shell .soft-headline p{flex:1 1 100%;}
}
.text-body{
  --layer-local:calc(1.5rem * 1.18);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#070C16;
  color:#E6EDF5;
}
.text-body .offer-body{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-local);}
.text-body h2,
.text-body p{margin:0;}
.text-body h2{font-size:calc(16.7px * 2);
  line-height:1.14;
  margin-top:calc(1.5rem / 2.4);}
.text-body .simple-list{font-size:calc(16.7px * 1.125);
  line-height:1.65;
  color:#B9C7D8;}
.text-body .service-plan{display:flex;
  flex-direction:column;
  gap:calc(calc(2.57rem * 1.5) / 1.6);}
.text-body details{
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.49rem;
  background:#0E1728;
  border:1px solid rgba(0, 229, 199, 0.18);
  color:#E6EDF5;
}
.text-body summary{cursor:pointer;
  font-size:16.7px;
  font-weight:700;
  line-height:1.35;
  list-style:none;}
.text-body summary::-webkit-details-marker{display:none;}
.text-body summary::after{content:"+";
  float:right;
  margin-left:calc(1.5rem * .75);
  color:#00E5C7;
  font-weight:700;}
.text-body details[open] summary::after{content:"–";}
.text-body details p{margin-top:calc(1.5rem / 3);
  font-size:16.7px;
  line-height:1.65;
  color:#B9C7D8;}
.text-body .primary-summary{font-size:calc(16.7px * .875);
  line-height:1.65;
  color:#B9C7D8;
  padding-top:calc(calc(2.57rem * 1.5) / 2);
  border-top:1px solid rgba(0, 229, 199, 0.18);}
.text-body .primary-summary a{color:#00E5C7;
  text-decoration:none;
  border-bottom:1px solid #00E5C7;}
.text-body .primary-summary a:hover{color:#7C5CFF;
  border-bottom-color:#7C5CFF;}
@media (max-width:720px){.text-body .simple-list{font-size:16.7px;}.text-body summary::after{float:none;display:inline-block;margin-left:calc(calc(1.5rem * .75) / 2);}
}
.compact-callout{--layer-local:calc(1.5rem * 1.25);--state-base:calc(1440px / 3.6);padding:calc(1.5rem * 2.4) 2.61rem;background:#0C1424;color:#B9C7D8;}
.compact-callout .featured-quote{max-width:1440px;margin:0 auto;}
.compact-callout h2,.compact-callout h3,.compact-callout p{margin:0;}
.compact-callout h2{font-size:calc(16.7px * 2);line-height:1.14;}
.compact-callout h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.compact-callout p{font-size:16.7px;line-height:1.65;}
.compact-callout a{color:inherit;text-decoration:none;}
.compact-callout .primary-summary{font-size:calc(16.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.compact-callout .simple-list{margin-top:calc(1.5rem / 2);}
.compact-callout .narrow-list{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.31rem;background:#00E5C7;color:#04121A;transition:background 460ms var(--delay-hover);}
.compact-callout .narrow-list:hover{background:#00C9AF;color:#E6EDF5;}
.compact-callout .direct-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.compact-callout .direct-method>.simple-unit{flex:1 1 auto;min-width:0;}
.compact-callout .direct-method>.narrow-list{flex:0 0 auto;}
.compact-callout .direct-method>.team-view{flex:1 1 100%;}
.compact-callout .simple-unit h2{margin-top:calc(1.5rem / 3);}
.compact-callout .team-view{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;margin-top:var(--layer-local);}
.compact-callout .soft-headline{flex:1 1 var(--state-base);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid rgba(0, 229, 199, 0.18);}
.compact-callout .soft-headline p{margin-top:calc(1.5rem / 3);}
.compact-callout .soft-headline a{display:inline-block;margin-top:calc(1.5rem / 3);}
.compact-callout .soft-headline a:hover{}
@media (max-width:720px){.compact-callout .direct-method>.narrow-list{width:100%;}
}
.featured-service{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .9);
        background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color:#E6EDF5;
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,2vw,1.35rem);
    }
.featured-service h1{margin:0;
        max-width:16ch;
        font-size:clamp(2.1rem,6.4vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.featured-service p{margin:0;
        max-width:52rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:760px){.featured-service{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .68);
        }.featured-service h1{max-width:100%;}
    }
.open-track{
  background: #070C16;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.open-track .featured-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.57rem * 1.5);
  align-items: start;}
.open-track h2,
.open-track p,
.open-track ul{margin: 0;}
.open-track h2{font-size: calc(16.7px * 2);
  line-height: 1.08;
  flex: 1 1 15rem;
  min-width: 0;}
.open-track .main-rail{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 2 1 22rem;
  min-width: 0;}
.open-track .simple-list{color: #B9C7D8;
  line-height: 1.65;}
.open-track ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.57rem * 1.5);}
.open-track li{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: start;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 229, 199, 0.18);}
.open-track li > *{min-width: 0; flex: 1 1 14rem;}
.open-track span{color: #7C5CFF;
  font-size: calc(16.7px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.open-track strong{font-size: calc(16.7px * 1.35);
  line-height: 1.16;}
.open-track li p{color: #B9C7D8;
  line-height: 1.65;}
.open-track a{color: #00E5C7;
  text-decoration: none;
  border-bottom: 1px solid #00E5C7;}
.open-track a:hover{color: #7C5CFF;
  border-bottom-color: #7C5CFF;}
@media (max-width: 640px) {.open-track h2{ flex: 1 1 100%; }.open-track .main-rail{ flex: 1 1 100%; }
}
.clear-tile{--layer-local:calc(1.5rem * 1.04);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.clear-tile .featured-quote{max-width:1440px;margin:0 auto;}
.clear-tile h2,.clear-tile h3,.clear-tile p{margin:0;}
.clear-tile h2{font-size:calc(16.7px * 2);line-height:1.12;}
.clear-tile h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.clear-tile p{font-size:16.7px;line-height:1.65;}
.clear-tile .simple-list{margin-top:1.5rem;}
.clear-tile .clear-fields{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.clear-tile .soft-headline{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 199, 0.18);}
.clear-tile .soft-headline p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.clear-tile .clear-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.57rem;}.clear-tile .soft-headline:last-child{grid-column:1 / -1;}
}
.media-story{
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #070C16;
        color: #E6EDF5
    }
.media-story .featured-quote{max-width: 1440px;
        margin: 0 auto}
.media-story .compact-lead{display: flex;
        flex-direction: column;
        gap: calc(2.57rem * 1.5)}
.media-story .text-plan{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(1.5rem * .75);
        padding-bottom: calc(2.57rem * 1.5);
        border-bottom: 1px solid rgba(0, 229, 199, 0.18)}
.media-story h2{margin: 0;
        font-size: calc(16.7px * 2);
        line-height: 1.1;
        letter-spacing: 0.01em}
.media-story .text-plan p{margin: 0;
        font-size: calc(16.7px * 1.125);
        line-height: 1.65;
        color: #B9C7D8}
.media-story ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.media-story li{display: grid;
        grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
        gap: 2.57rem;
        align-items: start;
        padding: 1.5rem 0}
.media-story li + li{border-top: 1px solid rgba(0, 229, 199, 0.18)}
.media-story strong{font-size: calc(16.7px * 1.35);
        line-height: 1.2;
        font-weight: 600}
.media-story span{line-height: 1.65;
        color: #B9C7D8}
@media (max-width: 820px) {.media-story li{
            grid-template-columns: minmax(0, 1fr);
            gap: calc(1.5rem * .75)
        }
    }
.visual-team{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem;
        background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color:#E6EDF5;
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.visual-team h1{margin:0;
        max-width:22ch;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.visual-team p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.16rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.visual-team{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.visual-team h1{max-width:100%;}
    }
.steady-menu{--layer-local:calc(1.5rem * 0.85);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.steady-menu .featured-quote{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.steady-menu h1,.steady-menu h2,.steady-menu h3,.steady-menu p{margin:0;}
.steady-menu h2{font-size:calc(16.7px * 2);line-height:1.12;}
.steady-menu p{font-size:16.7px;line-height:1.65;}
.steady-menu a{color:#00E5C7;text-decoration:none;transition:color 460ms var(--delay-hover);}
.steady-menu a:hover{color:#7C5CFF;}
.steady-menu .simple-unit{flex:1 1 22rem;min-width:0;}
.steady-menu .simple-unit .simple-list{margin-top:1.5rem;color:#B9C7D8;}
.steady-menu .narrow-list{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.31rem;background:#00E5C7;color:#04121A;font-weight:700;transition:background 460ms var(--delay-hover);}
.steady-menu .narrow-list:hover{background:#00C9AF;color:#04121A;}
.steady-menu .service-plan{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(var(--layer-local) * 0.6);margin-top:calc(2.57rem * 1.5);}
.steady-menu details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.49rem;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);}
.steady-menu summary{cursor:pointer;font-weight:700;font-size:calc(16.7px * 1.125);line-height:1.3;list-style:none;}
.steady-menu summary::-webkit-details-marker{display:none;}
.steady-menu summary::after{content:"+";float:right;margin-left:calc(1.5rem * .75);color:#00E5C7;font-weight:700;}
.steady-menu details[open] summary::after{content:"–";}
.steady-menu details p{margin-top:calc(1.5rem / 2.5);color:#B9C7D8;}
.steady-menu .featured-region{flex:1 1 100%;margin-top:calc(2.57rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 199, 0.18);font-size:calc(16.7px * .875);color:#B9C7D8;}
@media (max-width:720px){.steady-menu .narrow-list{width:100%;}.steady-menu details{padding:calc(1.5rem * .75);}
}
.featured-callout{
  --layer-local:calc(1.5rem * 1.05);
  --state-base:calc(1440px / 3.1);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#070C16;
  color:#E6EDF5;
}
.featured-callout .featured-quote{max-width:1440px;
  margin:0 auto;}
.featured-callout h2,
.featured-callout h3,
.featured-callout p{margin:0;}
.featured-callout h2{font-size:calc(16.7px * 2);
  line-height:1.14;}
.featured-callout h3{font-size:calc(16.7px * 1.35);
  line-height:1.22;}
.featured-callout p{font-size:16.7px;
  line-height:1.65;}
.featured-callout .text-plan{display:flex;
  flex-wrap:wrap;
  gap:2.57rem;
  align-items:flex-start;}
.featured-callout .text-plan>h2{flex:1 1 calc(1440px / 3);
  min-width:0;}
.featured-callout .text-plan>.simple-list{flex:1 1 calc(1440px / 3);
  min-width:0;}
.featured-callout .team-view{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-local);
  margin-top:var(--layer-local);}
.featured-callout .soft-headline{
  flex:1 1 var(--state-base);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.49rem;
  background:#0E1728;
  color:#E6EDF5;
  border:1px solid rgba(0, 229, 199, 0.18);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.featured-callout .soft-headline p{}
.featured-callout .soft-headline a{
  margin-top:auto;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.31rem;
  background:#00E5C7;
  color:#04121A;
  text-decoration:none;
  font-size:calc(16.7px * .875);
  transition:background 460ms var(--delay-hover);
}
.featured-callout .soft-headline a:hover,
.featured-callout .soft-headline a:focus-visible{
  background:#00C9AF;color:#E6EDF5;}
.featured-callout .primary-summary{margin-top:var(--layer-local);
  font-size:calc(16.7px * .875);}
@media (max-width:760px){.featured-callout .text-plan>h2,
  .featured-callout .text-plan>.simple-list{
    flex:1 1 100%;
  }.featured-callout .soft-headline{
    flex:1 1 100%;
  }
}
.offer-callout{padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5}
.offer-callout .featured-quote{max-width:1440px;margin:0 auto}
.offer-callout .text-plan{margin-bottom:calc(2.57rem * 1.5)}
.offer-callout h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.offer-callout .text-plan p{margin:1.5rem 0 0;color:#B9C7D8;line-height:1.65}
.offer-callout .top-summary{display:flex;flex-wrap:wrap;gap:calc(2.57rem * 1.5)}
.offer-callout .primary-summary{flex:1 1 100%;padding:1.5rem 0;border-top:1px solid rgba(0, 229, 199, 0.18);border-bottom:1px solid rgba(0, 229, 199, 0.18);color:#B9C7D8;line-height:1.65}
.offer-callout .site-shell{flex:1 1 17rem;padding:1.5rem 0}
.offer-callout .site-shell strong{display:block;font-size:calc(16.7px * 1.35);line-height:1.15}
.offer-callout .site-shell p{margin:calc(1.5rem * .75) 0 0;color:#B9C7D8;line-height:1.65}
.offer-callout .featured-region{margin:calc(2.57rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid rgba(0, 229, 199, 0.18);font-size:calc(16.7px * .875);color:#B9C7D8}
.offer-callout .featured-region a{color:#00E5C7;text-decoration:none;border-bottom:1px solid #00E5C7}
.offer-callout .featured-region a:hover{color:#7C5CFF;border-bottom-color:#7C5CFF}
@media (max-width:720px){.offer-callout .site-shell{flex:1 1 100%}
}
.compact-nav{--layer-local:calc(1.5rem * 1.13);--type-small:calc(1440px / 3.45);padding:calc(1.5rem * 2.4) 2.61rem;background:#00E5C7;color:#04121A;}
.compact-nav .featured-quote{max-width:1440px;margin:0 auto;}
.compact-nav h1,.compact-nav h2,.compact-nav h3,.compact-nav p{margin:0;}
.compact-nav h2{font-size:calc(16.7px * 2);line-height:1.12;}
.compact-nav h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.compact-nav p{font-size:16.7px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-nav a:hover{}
.compact-nav .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.compact-nav .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.compact-nav .row-title>p{flex:1 1 calc(1440px / 2.6);min-width:0;}
.compact-nav .local-shell{row-gap:calc(var(--layer-local) * 1.2);}
.compact-nav .team-view{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.compact-nav .soft-headline{flex:1 1 var(--type-small);min-width:0;padding-block-start:calc(1.5rem / 2.4);border-top:1px solid rgba(0, 229, 199, 0.18);}
.compact-nav .soft-headline p{margin-top:calc(1.5rem / 3);}
.compact-nav .featured-region{flex:1 1 100%;margin-top:calc(var(--layer-local) * .6);font-size:calc(16.7px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-contact{padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .7);background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);color:#E6EDF5;}
.team-header{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.57rem * 1.5);}
.active-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:clamp(1.1rem,3vw,2.2rem);border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.direct-contact h1{margin:0;max-width:22ch;font-size:clamp(2rem,5.4vw,4.2rem);line-height:1.04;font-weight:720;letter-spacing:-0.01em;}
.direct-contact p{margin:0;max-width:60ch;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7;color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.direct-contact{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .55);}.direct-contact h1{max-width:100%;}
    }
.narrow-steps{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #0C1424;
  color: #B9C7D8;
}
.narrow-steps .featured-quote{max-width: min(1440px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.57rem * 1.5);}
.narrow-steps .simple-list{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(2.57rem * 1.5);
  align-items: end;}
.narrow-steps h2{margin: 0;
  font-size: calc(16.7px * 2);
  line-height: 1.1;}
.narrow-steps .simple-list p{margin: 0;
  font-size: 16.7px;}
.narrow-steps .clear-benefit{display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 229, 199, 0.18);}
.narrow-steps .clear-benefit a{display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, .7fr) minmax(0, 1.3fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(0, 229, 199, 0.18);
  text-decoration: none;
  color: inherit;
  transition: background 460ms var(--delay-hover);}
.narrow-steps .clear-benefit a:hover{
  background: #0E1728;color:#E6EDF5;}
.narrow-steps .clear-benefit span{font-size: calc(16.7px * .875);
  color: #00E5C7;
  letter-spacing: .04em;}
.narrow-steps .clear-benefit strong{font-size: calc(16.7px * 1.125);
  font-weight: 600;}
.narrow-steps .clear-benefit em{font-style: normal;
  font-size: calc(16.7px * .875);
  line-height: 1.6;}
@media (max-width: 820px) {.narrow-steps .simple-list,
  .narrow-steps .clear-benefit a{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }
}
.wide-form{--layer-local:calc(1.5rem * 0.87);--type-small:calc(1440px / 3.16);padding:calc(1.5rem * 2.4) 2.61rem;background:#00E5C7;color:#04121A;}
.wide-form .featured-quote{max-width:1440px;margin:0 auto;}
.wide-form h2,.wide-form h3,.wide-form p{margin:0;}
.wide-form h2{font-size:calc(16.7px * 2);line-height:1.12;}
.wide-form h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.wide-form p{font-size:16.7px;line-height:1.65;}
.wide-form a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-form a:hover{opacity:.8;}
.wide-form .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.wide-form .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.wide-form .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.wide-form .team-view{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.wide-form .soft-headline{flex:1 1 var(--type-small);min-width:0;}
.wide-form .soft-headline p{margin-top:calc(1.5rem / 3);}
.wide-form .featured-region{flex:1 1 100%;margin-top:var(--layer-local);font-size:calc(16.7px * .875);}
.bottom-brand{--layer-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.bottom-brand .featured-quote{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.57rem * 1.5);}
.bottom-brand h2{margin:0;font-size:calc(16.7px * 2);line-height:1.14;}
.bottom-brand p{margin:0;font-size:16.7px;line-height:1.65;}
.bottom-brand .simple-list{max-width:none;}
.bottom-brand .featured-region{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.bottom-brand .narrow-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.95) 1.5rem;border-radius:0.31rem;background:#00E5C7;color:#04121A;text-decoration:none;font-size:16.7px;transition:background 460ms var(--delay-hover);}
.bottom-brand .narrow-list:hover{background:#00C9AF;color:#E6EDF5;}
.bottom-brand .strong-tile{color:#00E5C7;text-decoration:none;font-size:calc(16.7px * .875);border-bottom:1px solid transparent;padding-bottom:2px;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover);}
.bottom-brand .strong-tile:hover{color:#7C5CFF;border-bottom-color:#7C5CFF;}
.bottom-brand .primary-summary{font-size:calc(16.7px * .875);color:#B9C7D8;background:#0C1424;padding:calc(1.5rem * .75);border-radius:0.49rem;border:1px solid rgba(0, 229, 199, 0.18);}
@media (max-width:640px){.bottom-brand .featured-region{flex-direction:column;align-items:flex-start;}.bottom-brand .narrow-list{width:100%;}
}
.strong-surface{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .7);
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,1.8vw,1.4rem);
        padding-top:clamp(1.1rem,2.6vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
    }
.strong-surface h1{margin:0;
        font-size:clamp(2rem,5.4vw,3.85rem);
        line-height:1.06;
        font-weight:740;
        letter-spacing:-0.01em;}
.strong-surface p{margin:0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.strong-surface{
            padding-top:calc(calc(1.5rem * 2.4) * .66);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }.strong-surface h1{
            font-size:clamp(1.7rem,7vw,2.4rem);
        }
    }
.simple-service{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.simple-service .featured-quote{max-width:1440px;
  margin:0 auto;}
.simple-service .text-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.simple-service h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.12;}
.simple-service .text-plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.simple-service .service-contact{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.simple-service .service-contact a{
  flex:1 1 15rem;
  min-width:0;
  color:#E6EDF5;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#0E1728;
  border:1px solid rgba(0, 229, 199, 0.18);
  border-radius:0.74rem;
  transition:border-color 460ms var(--delay-hover);
}
.simple-service .service-contact a:hover{border-color:#7C5CFF;}
.simple-service .service-contact strong,
.simple-service .service-contact span{display:block;}
.simple-service .service-contact strong{font-size:16.7px;}
.simple-service .service-contact span{margin-top:.45rem;
  color:#B9C7D8;
  font-size:calc(16.7px * .875);
  line-height:1.65;}
.simple-service .featured-region{margin-top:calc(2.57rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 199, 0.18);
  color:#B9C7D8;
  font-size:calc(16.7px * .875);
  line-height:1.65;}
.simple-service .featured-region a{color:#00E5C7;
  text-decoration:none;
  border-bottom:1px solid #00E5C7;}
.simple-service .featured-region a:hover{color:#7C5CFF;
  border-bottom-color:#7C5CFF;}
.simple-service .narrow-list{
  display:inline-flex;
  margin-top:calc(2.57rem * 1.5);
  background:#00E5C7;
  color:#04121A;
  text-decoration:none;
  border-radius:1.24rem;
  padding:.75rem 1.15rem;
  font-size:calc(16.7px * .875);
  transition:background 460ms var(--delay-hover);
}
.simple-service .narrow-list:hover{
  background:#00C9AF;color:#E6EDF5;}
@media (max-width:680px){.simple-service .text-plan{display:block}.simple-service .text-plan p{margin-top:1.5rem}.simple-service .service-contact{display:block}.simple-service .service-contact a{display:block;margin-top:2.57rem}
}
.compact-shell{--layer-local:calc(1.5rem * 1.18);--layer-base:calc(1440px / 2.5);--type-small:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.compact-shell .featured-quote{max-width:1440px;margin:0 auto;}
.compact-shell h2,.compact-shell h3,.compact-shell p{margin:0;}
.compact-shell h2{font-size:calc(16.7px * 2);line-height:1.14;}
.compact-shell h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.compact-shell p{font-size:16.7px;line-height:1.65;}
.compact-shell a{text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover);}
.compact-shell a:hover{border-bottom-color:#7C5CFF;}
.compact-shell .media-contact{padding-block:calc(var(--layer-local) / 2);}
.compact-shell .local-shell{row-gap:calc(var(--layer-local) * 1.1);}
.compact-shell .steady-surface{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.compact-shell .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.57rem;}
.compact-shell .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.compact-shell .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.compact-shell .simple-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:calc(var(--layer-local) * 1.1);}
.compact-shell .soft-headline{flex:1 1 var(--type-small);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 199, 0.18);}
.compact-shell .soft-headline p{margin-top:calc(1.5rem / 3);}
.compact-shell .featured-region{flex:1 1 100%;margin-top:calc(var(--layer-local) * .8);font-size:calc(16.7px * .875);}
@media (max-width:720px){.compact-shell .row-title h2,.compact-shell .row-title>p{flex:1 1 100%;}.compact-shell .soft-headline{flex:1 1 100%;}
}
.visual-list{--layer-local:calc(1.5rem * 1.15);--axis-main:rgba(0,229,199,0.18);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.visual-list .featured-quote{max-width:1440px;margin:0 auto;}
.visual-list h2,.visual-list h3,.visual-list p{margin:0;}
.visual-list h2{font-size:calc(16.7px * 2);line-height:1.14;}
.visual-list h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.visual-list p{font-size:16.7px;line-height:1.65;}
.visual-list .primary-summary{margin-bottom:calc(1.5rem / 2.4);font-size:calc(16.7px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#B9C7D8;}
.visual-list .simple-list{margin-top:1.5rem;color:#B9C7D8;}
.visual-list .team-view{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-local);border-top:1px solid var(--axis-main);}
.visual-list .soft-headline{min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--axis-main);}
.visual-list .simple-unit{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.visual-list .simple-unit p{color:#B9C7D8;}
.visual-list a{color:#00E5C7;text-decoration:underline;text-underline-offset:3px;}
.visual-list a:hover{color:#7C5CFF;}
@media (min-width:900px){.visual-list .soft-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:2.57rem;align-items:start;}.visual-list .simple-unit{display:contents;}.visual-list .simple-unit h3{grid-column:1;}.visual-list .simple-unit p{grid-column:2;margin:0;}
}
.team-list{--layer-local:calc(1.5rem * 0.93);--layer-base:calc(1440px / 2.17);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.team-list .featured-quote{max-width:1440px;margin:0 auto;}
.team-list h2,.team-list h3,.team-list p{margin:0;}
.team-list h2{font-size:calc(16.7px * 2);line-height:1.12;}
.team-list h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.team-list p{font-size:16.7px;line-height:1.65;}
.team-list .simple-list{margin-top:1.5rem;max-width:var(--layer-base);}
.team-list .simple-track{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:calc(var(--layer-local) * 1.2);border-top:1px solid rgba(0, 229, 199, 0.18);}
.team-list .soft-headline{min-width:0;padding-top:calc(2.57rem * 1.5);border-bottom:1px solid rgba(0, 229, 199, 0.18);padding-bottom:calc(2.57rem * 1.5);}
.team-list .soft-headline:last-child{border-bottom:none;padding-bottom:0;}
.team-list .soft-headline p{margin-top:calc(1.5rem / 3);}
@media (min-width:900px){.team-list .soft-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);column-gap:2.57rem;align-items:start;}.team-list .soft-headline p{margin-top:0;}
}
.active-block{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem;
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
        display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
.active-block h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.active-block p{margin:0;
        max-width:58ch;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.active-block{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.active-block h1{max-width:100%;}.active-block p{max-width:100%;}
    }
.content-wrap{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.content-wrap .featured-quote{max-width:1440px;
  margin:0 auto;}
.content-wrap .simple-list{display:flex;
  flex-wrap:wrap;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.content-wrap .simple-list h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;}
.content-wrap .simple-list p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.content-wrap .featured-region{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.content-wrap .quiet-contact{display:grid;
  grid-template-columns:8rem 1fr;
  gap:2.57rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 199, 0.18);}
.content-wrap .quiet-contact .offer-tile{font-size:calc(16.7px * .875);
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#00E5C7;}
.content-wrap .quiet-contact strong{display:block;
  font-size:16.7px;
  font-weight:600;}
.content-wrap .quiet-contact .primary-summary{display:block;
  margin-top:.4rem;
  color:#B9C7D8;
  line-height:1.65;}
.content-wrap .quiet-contact .primary-summary a{color:#00E5C7;
  text-decoration:none;
  border-bottom:1px solid rgba(0, 229, 199, 0.18);}
.content-wrap .quiet-contact .primary-summary a:hover{color:#7C5CFF;}
.content-wrap .featured-wrap{
  margin-top:calc(2.57rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#0E1728;
  color:#E6EDF5;
  border:1px solid rgba(0, 229, 199, 0.18);
  border-radius:0.74rem;
}
.content-wrap .featured-wrap p{margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.content-wrap .strong-tile{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.content-wrap .strong-tile a{color:#00E5C7;
  text-decoration:none;
  font-size:calc(16.7px * .875);
  border-bottom:1px solid rgba(0, 229, 199, 0.18);
  padding-bottom:2px;}
.content-wrap .strong-tile a:hover{color:#7C5CFF;}
.content-wrap .narrow-list{
  display:inline-flex;
  margin-top:calc(2.57rem * 1.5);
  background:#00E5C7;
  color:#04121A;
  text-decoration:none;
  border-radius:1.24rem;
  padding:.75rem 1.2rem;
  font-size:calc(16.7px * .875);
  transition:background 460ms var(--delay-hover);
}
.content-wrap .narrow-list:hover{
  background:#00C9AF;color:#E6EDF5;}
@media (max-width:680px){.content-wrap .simple-list{display:block}.content-wrap .simple-list p{margin-top:1.5rem}.content-wrap .quiet-contact{grid-template-columns:1fr;gap:.4rem}
}
.soft-view{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #070C16;
  color: #E6EDF5;
}
.soft-view .featured-quote{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.57rem * 1.5);
  align-items: flex-start;}
.soft-view .active-service{flex: 1 1 320px;
  min-width: 0;}
.soft-view h2{margin: 0;
  font-size: calc(16.7px * 2);
  line-height: 1.12;}
.soft-view .active-service p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.7px;
  line-height: 1.65;}
.soft-view .question{
  flex: 1 1 480px;
  min-width: 0;
  border-radius: 0.74rem;
  background: #0E1728;
  color: #E6EDF5;
  border: 1px solid rgba(0, 229, 199, 0.18);
  overflow: hidden;
}
.soft-view .focused-region{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(0, 229, 199, 0.18);}
.soft-view .focused-region span{font-size: calc(16.7px * .875);}
.soft-view a{text-decoration: none;}
.soft-view .focused-region a{font-size: calc(16.7px * .875);}
.soft-view .active-form{display: flex;
  flex-direction: column;}
.soft-view .active-form a{display: block;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(0, 229, 199, 0.18);
  transition: background 460ms var(--delay-hover);}
.soft-view .active-form a:last-child{border-bottom: 0;}
.soft-view .active-form a:hover{
  background: #0C1424;color:#B9C7D8;}
.soft-view .active-form strong,
.soft-view .active-form small,
.soft-view .active-form span{display: block;}
.soft-view .active-form strong{font-size: 16.7px;}
.soft-view .active-form small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(16.7px * .875);}
.soft-view .active-form span{font-size: calc(16.7px * .875);
  line-height: 1.65;}
@media (max-width: 780px) {.soft-view .featured-quote{
    flex-direction: column;
  }.soft-view .focused-region{
    flex-direction: column;
    align-items: flex-start;
  }
}
.simple-inner{background:#070C16;color:#E6EDF5;padding:calc(1.5rem * 2.4) 2.61rem}
.simple-inner .featured-quote{max-width:1440px;margin:0 auto}
.simple-inner .compact-lead{display:flex;align-items:flex-start;gap:calc(2.57rem * 1.5);flex-wrap:wrap}
.simple-inner .text-plan{flex:1 1 24rem;min-width:0}
.simple-inner h2{margin:0;font-size:clamp(calc(16.7px * 2),4.2vw,calc(16.7px * 2.65));line-height:1.1;letter-spacing:0}
.simple-inner p{margin:1.5rem 0 0;font-size:16.7px;line-height:1.65;color:#B9C7D8}
.simple-inner .contact-story{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(0, 229, 199, 0.18)}
.simple-inner .quiet-contact{display:flex;gap:2.57rem;padding:calc(calc(1.5rem * .75) * .9) 0;border-bottom:1px solid rgba(0, 229, 199, 0.18)}
.simple-inner strong{flex:0 1 12rem;min-width:0;font-size:16.7px;color:#E6EDF5}
.simple-inner span{flex:1 1 18rem;min-width:0;color:#B9C7D8;line-height:1.6;font-size:calc(16.7px * .875)}
.simple-inner a{color:#00E5C7;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover)}
.simple-inner a:hover{color:#7C5CFF;border-color:#7C5CFF}
@media(max-width:760px){.simple-inner .compact-lead,.simple-inner .quiet-contact{flex-direction:column}.simple-inner .quiet-contact{gap:calc(calc(1.5rem * .75) * .4)}
}
.open-section{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem;
        background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color:#E6EDF5;
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:calc(2.57rem * 1.5);
        align-items:flex-start;
    }
.active-story{
        flex:1 1 34rem;
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.page-rail{
        flex:1 1 20rem;
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 14%,transparent);
        font-size:calc(16.7px * .875);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 74%,transparent);
    }
.page-rail p{
        margin:0 0 calc(2.57rem * 1.5);
    }
.page-rail p:last-child{
        margin-bottom:0;
    }
.open-section h1{margin:0;
        max-width:16ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:760;}
.open-section .active-story p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.8vw,1.22rem);
        line-height:1.65;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:760px){.open-section{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.open-section h1{
            max-width:100%;
        }.page-rail{
            border-top-color:color-mix(in srgb,currentColor 10%,transparent);
        }
    }
.top-items{
        --layer-local: calc(1.5rem * 1.08);
        --type-small: calc(1440px / 3.6);
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #070C16;
        color: #E6EDF5;
    }
.top-items .featured-quote{max-width: 1440px;
        margin: 0 auto;}
.top-items h2,
    .top-items h3,
    .top-items p{margin: 0;}
.top-items h2{font-size: calc(16.7px * 2);
        line-height: 1.14;}
.top-items h3{font-size: calc(16.7px * 1.35);
        line-height: 1.22;}
.top-items p{font-size: 16.7px;
        line-height: 1.65;}
.top-items .simple-list{margin-top: 1.5rem;
        color: #B9C7D8;}
.top-items .team-view{display: flex;
        flex-wrap: wrap;
        gap: var(--layer-local);
        margin-top: var(--layer-local);}
.top-items .soft-headline{
        flex: 1 1 var(--type-small);
        min-width: 0;
        padding: calc(var(--layer-local) * .8);
        border-radius: 0.49rem;
        background: #0E1728;
        color: #E6EDF5;
        border: 1px solid rgba(0, 229, 199, 0.18);
    }
.top-items .soft-headline p{margin-top: calc(1.5rem / 3);
        color: #B9C7D8;}
.top-items .featured-region{margin-top: var(--layer-local);
        padding-top: calc(var(--layer-local) * .6);
        border-top: 1px solid rgba(0, 229, 199, 0.18);
        color: #B9C7D8;}
.top-items .featured-region a{color: #00E5C7;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 460ms var(--delay-hover),
                    border-color 460ms var(--delay-hover);}
.top-items .featured-region a:hover{color: #7C5CFF;
        border-bottom-color: #7C5CFF;}
.clear-lead{
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color: #E6EDF5;
    }
.clear-lead .featured-quote{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.57rem * 1.5);}
.clear-lead .simple-list{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.clear-lead h2{margin: 0;
        font-size: calc(16.7px * 2);
        line-height: 1.1;}
.clear-lead .simple-list p{margin: 0;
        font-size: calc(16.7px * 1.125);
        line-height: 1.65;}
.clear-lead .compact-lead{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.clear-lead .service-visual{
        padding: calc(1.5rem * .75);
        border: 1px solid rgba(0, 229, 199, 0.18);
        border-radius: 0.74rem;
        background: #0E1728;
        color: #E6EDF5;
        box-shadow: 0 1px 8px rgba(0,0,0,0.13);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
.clear-lead .strip{font-size: 16.7px;
        line-height: 1.65;}
.clear-lead .text-actions{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(0, 229, 199, 0.18);}
.clear-lead .text-actions strong{font-size: calc(16.7px * .875);}
.clear-lead .text-actions span{font-size: calc(16.7px * .875);}
.clear-lead .primary-summary{margin: 0;
        font-size: calc(16.7px * .875);
        line-height: 1.65;}
.clear-lead .primary-summary a{text-decoration: none;}
.clear-lead .primary-summary a:hover{text-decoration: underline;}
@media (max-width: 760px) {.clear-lead .text-actions{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.public-stack{padding:calc(1.5rem*2.6) 2.61rem;background:#070C16;color:#E6EDF5}
.public-stack .local-team{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.57rem * 1.5)}
.public-stack .compact-body{border-left:3px solid #00E5C7;padding-left:calc(1.5rem * .75)}
.public-stack h1{margin:0;font-size:clamp(1.9rem,4.2vw,3.2rem);line-height:1.06;letter-spacing:-0.01em}
.public-stack .focused-quote{margin:.6rem 0 0;color:#00E5C7;font-weight:700;font-size:calc(16.7px * .875);text-transform:uppercase;letter-spacing:.08em}
.public-stack .compact-body p:last-child{margin:1rem 0 0;line-height:1.62;opacity:.88}
.public-stack .top-tile{display:flex;flex-direction:column;gap:calc(2.57rem * 1.5)}
.public-stack h2{margin:0;font-size:clamp(1.2rem,2.4vw,1.7rem);line-height:1.18}
.public-stack p{margin:0;line-height:1.62;opacity:.86}
.public-stack .open-details{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-stack .open-details li{position:relative;padding:.9rem 1rem .9rem 1.4rem;background:#0C1424;color:#B9C7D8;border-radius:0.49rem;line-height:1.55;border:1px solid rgba(0, 229, 199, 0.18)}
.public-stack .open-details li::before{content:"";position:absolute;left:.55rem;top:1.25rem;width:6px;height:6px;border-radius:50%;background:#7C5CFF;color:#F4F1FF;}
.public-stack .open-details strong{color:#E6EDF5;font-weight:700}
.public-stack .public-callout{border-top:1px solid rgba(0, 229, 199, 0.18);padding-top:calc(1.5rem * .75)}
.public-stack .public-callout p{opacity:.8;font-size:calc(16.7px * .875)}
.public-stack a{color:#00E5C7;text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover)}
.public-stack a:hover{color:#7C5CFF;border-bottom-color:#7C5CFF}
@media (max-width:640px){
  .public-stack{padding:calc(1.5rem*1.6) 2.61rem}
  .public-stack .compact-body{padding-left:calc(1.5rem * .75)}
}
.direct-quote{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.61rem;
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
    }
.active-story{
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);
    }
.direct-quote h1{margin:0;
        max-width:22ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:760;}
.direct-quote p{margin:clamp(1rem,2vw,1.45rem) 0 0;
        font-size:clamp(1rem,2vw,1.22rem);
        line-height:1.65;
        color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:700px){.direct-quote{
            padding-top:calc(calc(1.5rem * 2.4) * .62);
            padding-bottom:calc(calc(1.5rem * 2.4) * .62);
        }.direct-quote h1{
            max-width:100%;
        }
    }
.soft-panel{
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color: #E6EDF5;
    }
.soft-panel .featured-quote{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: 2.57rem;
        align-items: start;}
.soft-panel .simple-list{position: sticky;
        top: 1.5rem;
        padding-top: calc(1.5rem * .75);}
.soft-panel h2{margin: 0;
        font-size: calc(16.7px * 2);
        line-height: 1.1;}
.soft-panel .simple-list p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: 16.7px;
        line-height: 1.65;}
.soft-panel .compact-lead{display: flex;
        flex-direction: column;
        gap: calc(2.57rem * 1.5);}
.soft-panel .service-visual{
        padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
        border-left: 2px solid rgba(0, 229, 199, 0.18);
        background: transparent;
        color: inherit;
    }
.soft-panel .strip{font-size: calc(16.7px * 1.125);
        line-height: 1.65;}
.soft-panel .text-actions{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(16.7px * .875);}
.soft-panel .text-actions strong{font-weight: 600;}
@media (max-width: 900px) {.soft-panel .featured-quote{
            grid-template-columns: 1fr;
            gap: calc(2.57rem * 1.5);
        }.soft-panel .simple-list{
            position: static;
            padding-top: 0;
        }.soft-panel .text-actions{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.secondary-tile{--layer-local:calc(1.5rem * 1.04);--type-small:calc(1440px / 3.10);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.secondary-tile .featured-quote{max-width:1440px;margin:0 auto;}
.secondary-tile h2,.secondary-tile h3,.secondary-tile p{margin:0;}
.secondary-tile h2{font-size:calc(16.7px * 2);line-height:1.14;}
.secondary-tile h3{font-size:calc(16.7px * .875);line-height:1.3;letter-spacing:.01em;color:#B9C7D8;}
.secondary-tile p{font-size:16.7px;line-height:1.65;}
.secondary-tile .simple-list{margin-top:1.5rem;}
.secondary-tile .team-view{display:flex;flex-wrap:wrap;gap:var(--layer-local);margin-top:var(--layer-local);}
.secondary-tile .soft-headline{flex:1 1 var(--type-small);min-width:0;padding:calc(var(--layer-local) * .7);border-radius:0.49rem;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);}
.secondary-tile .soft-headline p{color:#E6EDF5;}
.secondary-tile .soft-headline h3{margin-top:calc(1.5rem / 2.4);}
.secondary-tile .contact-track{padding-inline-start:calc(2.61rem / 2);}
.secondary-tile .text-links{row-gap:calc(var(--layer-local) * .6);}
.secondary-tile .plain-unit{padding-block:calc(var(--layer-local) / 2);}
@media (max-width:720px){.secondary-tile .contact-track{padding-inline-start:0;}.secondary-tile .soft-headline{flex:1 1 100%;}
}
.primary-links{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem;
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1rem,3vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.primary-links h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.primary-links p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.primary-links{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.primary-links h1{
            max-width:100%;
            line-height:1.08;
        }
    }
.site-menu{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
  color: #E6EDF5;
}
.site-menu .featured-quote{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;}
.site-menu .site-fields{margin: 0 0 calc(2.57rem * 1.5);
  padding: 1.5rem 0 0;}
.site-menu h2{margin: 0;
  font-size: calc(16.7px * 2);
  line-height: 1.15;}
.site-menu .site-fields p{margin: 1.5rem 0 0;
  font-size: calc(16.7px * 1.125);
  line-height: 1.65;}
.site-menu .direct-group{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.57rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.site-menu .offer-proof{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 22rem;}
.site-menu .offer-proof p{margin: 0;
  line-height: 1.65;}
.site-menu .direct-header{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.site-menu .direct-header a{color: inherit;
  font-size: calc(16.7px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.site-menu .quiet-rail{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);}
.site-menu .quiet-rail a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  flex: 1 1 18rem;
  line-height: 1.65;}
.site-menu .quiet-rail span{display: block;
  margin-top: calc(1.5rem * .75);
  opacity: .65;
  font-size: calc(16.7px * .875);}
@media (max-width: 720px) {.site-menu .direct-group{
    flex-direction: column;
  }.site-menu .direct-header{
    align-items: flex-start;
  }
}
.wide-block{
  --layer-local:calc(1.5rem * 1.05);
  --axis-main:rgba(0, 229, 199, 0.18);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#070C16;
  color:#E6EDF5;
}
.wide-block .featured-quote{max-width:1440px;
  margin:0 auto;}
.wide-block h2,
.wide-block h3,
.wide-block p{margin:0;}
.wide-block h2{font-size:calc(16.7px * 2);
  line-height:1.14;}
.wide-block h3{font-size:calc(16.7px * 1.35);
  line-height:1.25;}
.wide-block p{font-size:16.7px;
  line-height:1.65;
  color:#B9C7D8;}
.wide-block .text-plan{display:flex;
  flex-direction:column;
  gap:calc(2.57rem * 1.5);
  padding-bottom:calc(2.57rem * 1.5);
  border-bottom:1px solid var(--axis-main);}
.wide-block .simple-list{font-size:calc(16.7px * 1.125);
  color:#E6EDF5;}
.wide-block .service-plan{display:flex;
  flex-direction:column;
  margin-top:var(--layer-local);}
.wide-block .soft-headline{display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(calc(2.57rem * 1.5) / 2);
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid var(--axis-main);}
.wide-block .soft-headline:first-child{border-top:0;padding-top:0;}
.wide-block .soft-headline:last-child{padding-bottom:0;}
.wide-block .featured-region{font-size:calc(16.7px * .875);
  color:#B9C7D8;}
.wide-block .featured-region a{color:#00E5C7;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 460ms var(--delay-hover), border-color 460ms var(--delay-hover);}
.wide-block .featured-region a:hover{color:#7C5CFF;
  border-bottom-color:#7C5CFF;}
@media (min-width:900px){.wide-block .soft-headline{
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.35fr);
    gap:2.57rem;
    align-items:start;
  }.wide-block .soft-headline h3{
    padding-right:calc(2.57rem * 1.5);
  }
}
.main-view{padding:calc(1.5rem * 2.4) 2.61rem;background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);color:#E6EDF5}
.main-view .featured-quote{max-width:1440px;margin:0 auto}
.main-view .primary-intro{display:flex;gap:calc(2.57rem * 1.5);align-items:flex-start}
.main-view .focused-surface{flex:0 1 24rem;min-width:0;border-left:1px solid color-mix(in srgb,#E6EDF5 26%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-view .focused-surface .primary-summary{margin:0;line-height:1.65}
.main-view .focused-surface .primary-summary.small{font-size:calc(16.7px * .875);opacity:.82}
.main-view .offer-benefit{flex:1 1 42rem;min-width:0}
.main-view h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.main-view .contact-story{margin-top:calc(2.57rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.main-view .quiet-contact{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#E6EDF5 14%,transparent)}
.main-view .quiet-contact:last-child{border-bottom:0;padding-bottom:0}
.main-view strong{flex:0 1 13rem;min-width:0;font-size:calc(16.7px * .875);letter-spacing:.01em}
.main-view span{flex:1 1 26rem;min-width:0;line-height:1.65}
@media(max-width:760px){.main-view .primary-intro{display:block}.main-view .focused-surface{border-left:0;padding-left:0}.main-view .offer-benefit{margin-top:calc(2.57rem * 1.5)}.main-view .quiet-contact{display:block}.main-view span{display:block;margin-top:calc(1.5rem * .75)}.main-view h2{font-size:calc(16.7px * 1.35)}
}
.active-grid{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .68);
        background:#070C16;
        color:#E6EDF5;
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
    }
.active-grid h1{margin:0;
        max-width:22ch;
        font-size:clamp(2.1rem,6vw,4.4rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.active-grid p{margin:clamp(1.1rem,2.2vw,1.6rem) 0 0;
        max-width:52rem;
        font-size:clamp(1rem,1.7vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.active-grid{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.active-grid h1{max-width:100%;}
    }
.page-proof{
  --layer-local:calc(1.5rem * 0.86);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#070C16;
  color:#E6EDF5;
}
.page-proof .featured-quote{max-width:1440px;
  margin:0 auto;}
.page-proof h2,
.page-proof h3,
.page-proof p{margin:0;}
.page-proof h2{font-size:calc(16.7px * 2);
  line-height:1.14;}
.page-proof h3{font-size:calc(16.7px * 1.35);
  line-height:1.22;}
.page-proof p{font-size:16.7px;
  line-height:1.65;}
.page-proof .text-plan{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding-bottom:calc(2.57rem * 1.5);
  border-bottom:1px solid rgba(0, 229, 199, 0.18);}
.page-proof .simple-list{}
.page-proof .team-view{display:flex;
  flex-direction:column;
  gap:var(--layer-local);
  margin-top:calc(2.57rem * 1.5);}
.page-proof .soft-headline{display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 3);
  padding-bottom:var(--layer-local);
  border-bottom:1px solid rgba(0, 229, 199, 0.18);}
.page-proof .soft-headline:last-child{border-bottom:none;
  padding-bottom:0;}
.page-proof .soft-headline p{}
.page-proof .featured-region{margin-top:calc(2.57rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(0, 229, 199, 0.18);}
.page-proof .featured-region a{text-decoration:none;
  border-bottom:1px solid #00E5C7;
  transition:color 460ms var(--delay-hover), border-color 460ms var(--delay-hover);}
.page-proof .featured-region a:hover{border-color:#7C5CFF;}
@media (min-width:900px){.page-proof .soft-headline{
    grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.6fr);
    align-items:start;
    gap:2.57rem;
  }.page-proof .soft-headline h3{
    padding-top:2px;
  }
}
.text-inner{padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5}
.text-inner .featured-quote{max-width:min(1440px,56rem);margin:0 auto}
.text-inner .text-plan{margin:0 0 calc(2.57rem * 1.5)}
.text-inner h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.text-inner .text-plan p{margin:1.5rem 0 0;color:#B9C7D8;line-height:1.65}
.text-inner .page-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-inner details{padding:calc(1.5rem * .75) 2.61rem;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.74rem}
.text-inner summary{cursor:pointer;font-size:calc(16.7px * 1.35);line-height:1.22;list-style:none}
.text-inner summary::-webkit-details-marker{display:none}
.text-inner summary::after{content:"+";float:right;margin-left:2.61rem;color:#00E5C7}
.text-inner details[open] summary::after{content:"–"}
.text-inner details p{margin:1.5rem 0 0;color:#B9C7D8;line-height:1.65}
@media(max-width:720px){.text-inner details{padding:1.5rem 2.61rem}.text-inner summary{font-size:16.7px}
}
.soft-team{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .7);
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
        padding-top:clamp(1.1rem,2.6vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.soft-team h1{margin:0;
        max-width:20ch;
        font-size:clamp(2rem,5.4vw,4.1rem);
        line-height:1.02;
        font-weight:720;
        letter-spacing:-0.01em;}
.soft-team p{margin:0;
        max-width:58rem;
        font-size:clamp(1rem,1.7vw,1.2rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:760px){.soft-team{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }.soft-team h1{
            max-width:100%;
            line-height:1.08;
        }
    }
.public-media{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.public-media .featured-quote{max-width:1440px;
  margin:0 auto;}
.public-media .text-plan{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(2.57rem * 1.5);
  border-bottom:1px solid rgba(0, 229, 199, 0.18);}
.public-media h2{margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;
  letter-spacing:0;}
.public-media .text-plan p{margin:0;
  color:#B9C7D8;
  font-size:calc(16.7px * 1.125);
  line-height:1.65;}
.public-media .contact-story{display:flex;
  flex-direction:column;}
.public-media .soft-headline{display:grid;
  grid-template-columns:minmax(0,16rem) minmax(0,1fr);
  gap:2.57rem;
  align-items:start;
  padding:1.5rem 0;}
.public-media .soft-headline + .soft-headline{border-top:1px solid rgba(0, 229, 199, 0.18);}
.public-media .soft-headline strong{font-size:16.7px;
  line-height:1.35;
  font-weight:600;}
.public-media .soft-headline span{color:#B9C7D8;
  font-size:16.7px;
  line-height:1.65;}
.public-media .soft-headline a{color:#00E5C7;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 460ms var(--delay-hover);}
.public-media .soft-headline a:hover{color:#7C5CFF;}
@media (max-width:760px){.public-media .soft-headline{
    grid-template-columns:1fr;
    gap:.5rem;
  }
}
.content-service{--layer-local:calc(1.5rem * 1.04);--layer-base:calc(1440px / 2.28);--type-small:calc(1440px / 3.35);padding:calc(1.5rem * 2.4) 2.61rem;background:#7C5CFF;color:#F4F1FF;}
.content-service .featured-quote{max-width:1440px;margin:0 auto;}
.content-service h1,.content-service h2,.content-service h3,.content-service p,.content-service ul{margin:0;}
.content-service h1{font-size:calc(16.7px * 2.65);line-height:1.1;}
.content-service h2{font-size:calc(16.7px * 2);line-height:1.12;}
.content-service h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.content-service p{font-size:16.7px;line-height:1.65;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-service a{color:inherit;text-decoration:none;}
.content-service .narrow-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#F4F1FF;color:#7C5CFF;}
.content-service .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 86%, transparent);}
.content-service .centered{text-align:center;}
.content-service .contact-track{padding-inline-start:calc(2.61rem / 2);}
.content-service .media-contact{padding-block:calc(var(--layer-local) / 2);}
.content-service .open{padding-block-start:var(--layer-local);}
.content-service .compact{padding-block-end:calc(var(--layer-local) / 3);}
.content-service .content-team{max-width:1440px;}
.content-service .soft-start{padding-inline-start:calc(1.5rem * .75);}
.content-service .local-shell{row-gap:calc(var(--layer-local) * 1.2);}
.content-service .text-links{row-gap:calc(var(--layer-local) * .7);}
.content-service .measured{column-gap:calc(2.57rem * .85);}
.content-service .relaxed{column-gap:calc(2.57rem * 1.12);}
.content-service .steady-surface{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-service .simple-list{margin-top:1.5rem;max-width:calc(1440px / 2);}
.content-service .clear-fields{display:flex;flex-direction:column;gap:var(--layer-local);margin-top:var(--layer-local);}
.content-service .soft-headline{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-service .soft-headline p{margin-top:calc(1.5rem / 3);}
.content-service .soft-headline a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.text-footer{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem;
        background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        color:#E6EDF5;
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        display:flex;
        flex-direction:column;
        gap:clamp(0.9rem,2vw,1.4rem);
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.text-footer h1{margin:0;
        max-width:22ch;
        font-size:clamp(2.1rem,5.4vw,4.2rem);
        line-height:1.02;
        font-weight:760;
        letter-spacing:-0.01em;}
.text-footer p{margin:0;
        max-width:58ch;
        font-size:clamp(1rem,1.6vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.text-footer{
            padding-top:calc(calc(1.5rem * 2.4) * .64);
            padding-bottom:calc(calc(1.5rem * 2.4) * .64);
        }.text-footer h1{max-width:100%;}.text-footer p{max-width:100%;}
    }
.bottom-rail{--layer-local:calc(1.5rem * 1.05);--type-small:calc(1440px / 3.2);padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.bottom-rail .featured-quote{max-width:1440px;margin:0 auto;}
.bottom-rail .wide-steps{display:flex;flex-direction:column;gap:var(--layer-local);}
.bottom-rail h2,.bottom-rail h3,.bottom-rail p{margin:0;}
.bottom-rail h2{font-size:calc(16.7px * 2);line-height:1.14;}
.bottom-rail h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.bottom-rail p{font-size:16.7px;line-height:1.65;}
.bottom-rail .text-plan{display:flex;flex-wrap:wrap;gap:2.57rem;align-items:flex-start;}
.bottom-rail .text-plan h2{flex:1 1 calc(1440px / 2.6);min-width:0;}
.bottom-rail .text-plan p{flex:1 1 calc(1440px / 2.6);min-width:0;}
.bottom-rail .team-view{display:flex;flex-wrap:wrap;gap:2.57rem;}
.bottom-rail .soft-headline{flex:1 1 var(--type-small);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 199, 0.18);}
.bottom-rail .soft-headline p{margin-top:calc(1.5rem / 3.2);}
.bottom-rail .featured-region{padding-block-start:calc(1.5rem * .75);border-top:1px solid rgba(0, 229, 199, 0.18);}
.bottom-rail .featured-region p{}
.bottom-rail .featured-region a{text-decoration:none;border-bottom:1px solid #00E5C7;padding-bottom:1px;}
.bottom-rail .featured-region a:hover{border-bottom-color:#7C5CFF;}
@media (max-width:720px){.bottom-rail .text-plan h2,.bottom-rail .text-plan p{flex:1 1 100%;}.bottom-rail .soft-headline{flex:1 1 100%;}
}
.steady-stack{
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #070C16;
        color: #E6EDF5
    }
.steady-stack .featured-quote{max-width: 1440px;
        margin: 0 auto}
.steady-stack .compact-lead{display: flex;
        flex-direction: column;
        gap: calc(2.57rem * 1.5);
        align-items: flex-start}
.steady-stack .text-plan{min-width: 0}
.steady-stack h2{margin: 0;
        font-size: calc(16.7px * 2);
        line-height: 1.1}
.steady-stack .text-plan p{margin: 1.5rem 0 0;
        font-size: calc(16.7px * 1.125);
        line-height: 1.65;
        color: #B9C7D8}
.steady-stack ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.steady-stack li{display: flex;
        gap: 2.57rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.steady-stack li + li{border-top: 1px solid rgba(0, 229, 199, 0.18)}
.steady-stack strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(16.7px * 1.35);
        line-height: 1.18}
.steady-stack span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.65;
        color: #B9C7D8}
@media (max-width: 760px) {.steady-stack .compact-lead, .steady-stack li{
            display: block
        }.steady-stack ul{
            margin-top: calc(2.57rem * 1.5)
        }.steady-stack span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.service-group{
        color:#E6EDF5;
        background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        padding:calc(1.5rem * 2.4) 2.61rem;
    }
.service-group .c{max-width:1440px;
        margin:0 auto;
        display:grid;
        gap:2.61rem;}
@media (min-width:1024px){.service-group .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.service-group .top-proof{margin-bottom:calc(2.57rem * 1.5);}
.service-group h1{font-size:calc(16.7px * 2.65);
        line-height:1.15;
        margin:0 0 0.6rem;}
.service-group .simple-list{font-size:calc(16.7px * 1.125);
        margin:0 0 1.1rem;}
.service-group .top-form{display:flex;
        flex-wrap:wrap;
        gap:1.25rem;
        font-size:calc(16.7px * .875);}
.service-group .simple-actions{line-height:1.65;}
.service-group .simple-actions p{margin:0 0 1.15rem;}
.service-group .simple-actions h2{font-size:calc(16.7px * 1.35);
        margin:calc(2.57rem * 1.5) 0 0.85rem;}
.service-group .featured-region{display:flex;
        flex-wrap:wrap;
        gap:1rem 1.75rem;
        margin-top:calc(2.57rem * 1.5);
        padding-top:1.1rem;
        border-top:1px solid rgba(0, 229, 199, 0.18);}
.service-group .featured-region a{text-decoration:none;
        font-size:calc(16.7px * .875);}
.service-group .featured-region a:hover{text-decoration:underline;}
.service-group .public-grid{
        background:#0E1728;
        color:#E6EDF5;
        border:1px solid rgba(0, 229, 199, 0.18);
        border-radius:0.74rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 8px rgba(0,0,0,0.13);
    }
.service-group .public-grid h3{margin:0 0 1rem;
        font-size:16.7px;}
.service-group .steady-panel{display:flex;
        flex-direction:column;
        gap:0.85rem;}
.service-group .public-grid a{text-decoration:none;
        font-size:calc(16.7px * .875);
        line-height:1.45;}
.service-group .public-grid a:hover{text-decoration:underline;}
.service-copy{
  background: #070C16;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.service-copy .featured-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, .38fr) minmax(0, 1fr);
  gap: 2.57rem;
  align-items: start;}
.service-copy h2,
.service-copy h3,
.service-copy p{margin: 0;}
.service-copy h2{font-size: calc(16.7px * 2); line-height: 1.1;}
.service-copy h3{font-size: calc(16.7px * 1.35); line-height: 1.18;}
.service-copy p{font-size: 16.7px; line-height: 1.65;}
.service-copy .secondary-rail{
  display: grid;
  gap: calc(2.57rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.24rem;
  background: var(--paint-strong);
  color: var(--surface-primary);
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.service-copy .secondary-rail a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(16.7px * .875);}
.service-copy .secondary-rail a:hover{color: #7C5CFF;}
.service-copy .plain-media{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.service-copy [data-block]{
  flex: 1 1 15rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.74rem;
  background: #0E1728;
  color: #E6EDF5;
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.service-copy .top-form{color: #B9C7D8;
  font-size: calc(16.7px * .875);
  letter-spacing: .02em;}
@media (max-width: 820px) {.service-copy .featured-quote{ grid-template-columns: 1fr; }
}
.strong-fields{padding:calc(1.5rem * 2.4) 2.61rem;background:#7C5CFF;color:#F4F1FF}
.strong-fields .featured-quote{max-width:1440px;margin:0 auto}
.strong-fields .wide-benefit{display:flex;gap:calc(2.57rem * 1.5);align-items:flex-start}
.strong-fields .simple-list{flex:1 1 34rem;min-width:0}
.strong-fields h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.strong-fields .simple-list p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.strong-fields .fresh-region{flex:0 1 34rem;min-width:0;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.74rem;padding:2.57rem;box-shadow:0 1px 8px rgba(0,0,0,0.13)}
.strong-fields .fresh-region>p{margin:0;line-height:1.65}
.strong-fields .fresh-region a{text-decoration:none}
.strong-fields .fresh-region a:hover{}
.strong-fields .featured-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.strong-fields .featured-brand a{border-radius:0.31rem;background:#00E5C7;color:#04121A;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.7px * .875);transition:background 460ms var(--delay-hover)}
.strong-fields .featured-brand a:hover{background:#00C9AF;color:#E6EDF5;}
@media(max-width:780px){.strong-fields .wide-benefit{display:block}.strong-fields .fresh-region{margin-top:calc(2.57rem * 1.5);padding:1.5rem}.strong-fields h2{font-size:calc(16.7px * 1.35)}}
.contact-panel{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.contact-panel .featured-quote{max-width:1440px;
  margin:0 auto;}
.contact-panel .text-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.contact-panel h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;
  letter-spacing:0;}
.contact-panel .text-plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.contact-panel .service-contact{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.contact-panel .service-contact a{
  flex:1 1 18rem;
  min-width:0;
  color:#E6EDF5;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#0E1728;
  border:1px solid rgba(0, 229, 199, 0.18);
  border-radius:0.74rem;
  transition:border-color 460ms var(--delay-hover);
}
.contact-panel .service-contact a:hover{border-color:#00E5C7;}
.contact-panel .service-contact strong,
.contact-panel .service-contact span{display:block;}
.contact-panel .service-contact strong{font-size:16.7px;}
.contact-panel .service-contact span{margin-top:.4rem;
  color:#B9C7D8;
  font-size:calc(16.7px * .875);
  line-height:1.65;}
.contact-panel .primary-intro{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 199, 0.18);}
.contact-panel .primary-summary{margin:0;
  flex:1 1 22rem;
  min-width:0;
  color:#B9C7D8;
  font-size:calc(16.7px * .875);
  line-height:1.65;}
.contact-panel .narrow-list{
  display:inline-flex;
  align-items:center;
  color:#04121A;
  background:#00E5C7;
  text-decoration:none;
  border-radius:1.24rem;
  padding:.75rem 1.15rem;
  font-size:calc(16.7px * .875);
  transition:background 460ms var(--delay-hover);
}
.contact-panel .narrow-list:hover{
  background:#00C9AF;color:#E6EDF5;}
@media (max-width:680px){.contact-panel .text-plan{display:block}.contact-panel .text-plan p{margin-top:1.5rem}.contact-panel .service-contact{display:block}.contact-panel .service-contact a{display:block;margin-top:2.57rem}.contact-panel .primary-intro{display:block}.contact-panel .narrow-list{margin-top:1.5rem}
}
.wide-track{
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
  color:#E6EDF5;
}
.wide-track .featured-quote{max-width:1440px;
  margin:0 auto;}
.wide-track .primary-intro{display:flex;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.wide-track .focused-surface{flex:0 1 22rem;
  min-width:0;
  border-left:1px solid color-mix(in srgb,#E6EDF5 26%,transparent);
  padding-left:1.5rem;}
.wide-track .focused-surface p{margin:0 0 calc(1.5rem * .75);
  line-height:1.65;
  font-size:calc(16.7px * .875);}
.wide-track .focused-surface p:last-child{margin-bottom:0}
.wide-track .offer-benefit{flex:1 1 44rem;
  min-width:0;}
.wide-track h2{margin:0;
  max-width:22ch;
  font-size:calc(16.7px * 2);
  line-height:1.1;}
.wide-track .contact-story{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.wide-track .contact-story p{margin:0;
  display:flex;
  gap:1.5rem;
  align-items:flex-start;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,#E6EDF5 14%,transparent);}
.wide-track .contact-story p:first-child{padding-top:0;border-top:0}
.wide-track strong{flex:0 1 14rem;
  min-width:0;
  font-size:calc(16.7px * .875);
  letter-spacing:0.02em;}
.wide-track span{flex:1 1 28rem;
  min-width:0;
  line-height:1.65;}
@media(max-width:760px){.wide-track .primary-intro,
  .wide-track .contact-story p{display:block}.wide-track .focused-surface{
    border-left:0;
    padding-left:0;
    margin-bottom:calc(2.57rem * 1.5);
  }.wide-track span{
    display:block;
    margin-top:calc(1.5rem * .75);
  }.wide-track h2{font-size:calc(16.7px * 1.35)}
}
.secondary-items{
    background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
    color:#E6EDF5;
    padding:calc(1.5rem * 2.4) 2.61rem;
}
.secondary-items .c{max-width:1440px;
    margin:0 auto;
    display:grid;
    gap:2.57rem;}
@media (min-width:1024px){.secondary-items .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.secondary-items .contact-lead{min-width:0;}
.secondary-items .top-proof{margin-bottom:calc(2.57rem * 1.5);}
.secondary-items h1{font-size:calc(16.7px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.secondary-items .media-callout{font-size:calc(16.7px * 1.125);
    margin:0 0 1.1rem;}
.secondary-items .top-form{display:flex;
    flex-wrap:wrap;
    gap:1.2rem;
    font-size:calc(16.7px * .875);
    border-top:1px solid rgba(0, 229, 199, 0.18);
    padding-top:0.9rem;}
.secondary-items .simple-actions{line-height:1.65;}
.secondary-items .simple-actions p{margin:0 0 1.15rem;}
.secondary-items .simple-actions h2{font-size:calc(16.7px * 1.35);
    margin:2rem 0 0.9rem;}
.secondary-items .featured-region{display:flex;
    flex-wrap:wrap;
    gap:1.4rem;
    margin-top:calc(2.57rem * 1.5);
    padding-top:1.2rem;
    border-top:1px solid rgba(0, 229, 199, 0.18);
    font-size:calc(16.7px * .875);}
.secondary-items .featured-region a{text-decoration:none;}
.secondary-items .featured-region a:hover{text-decoration:underline;}
.secondary-items .primary-intro{
    background:#0E1728;
    color:#E6EDF5;
    border:1px solid rgba(0, 229, 199, 0.18);
    border-radius:0.74rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.13);
    align-self:start;
}
.secondary-items .primary-intro h3{font-size:16.7px;
    margin:0 0 1rem;}
.secondary-items .team-view{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.85rem;
    font-size:calc(16.7px * .875);}
.secondary-items .team-view a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 460ms var(--delay-hover);}
.secondary-items .team-view a:hover{border-bottom-color:#00E5C7;}
.offer-panel{
  background: #070C16;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.offer-panel .featured-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 2.57rem;}
.offer-panel h2,
.offer-panel h3,
.offer-panel p{margin: 0;}
.offer-panel h2{font-size: calc(16.7px * 2); line-height: 1.1;}
.offer-panel h3{font-size: calc(16.7px * 1.35); line-height: 1.18;}
.offer-panel p{font-size: 16.7px; line-height: 1.65;}
.offer-panel .featured-headline{
  display: grid;
  gap: calc(2.57rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #0C1424;
  color: #B9C7D8;
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.offer-panel .featured-headline h2{color: #E6EDF5;}
.offer-panel .contact-story{display: flex;
  flex-direction: column;
  gap: calc(2.57rem * 1.5);}
.offer-panel .quiet-contact{display: grid;
  grid-template-columns: minmax(8rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  column-gap: 1.5rem;
  row-gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid rgba(0, 229, 199, 0.18);
  color: inherit;
  text-decoration: none;}
.offer-panel .quiet-contact:last-of-type{border-bottom: 1px solid rgba(0, 229, 199, 0.18);}
.offer-panel .quiet-contact b{grid-area: role;
  font-size: calc(16.7px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #00E5C7;
  align-self: start;}
.offer-panel .quiet-contact h3{grid-area: name;}
.offer-panel .quiet-contact p{grid-area: text; color: #B9C7D8;}
.offer-panel .quiet-contact:hover h3{color: #00E5C7;}
.offer-panel .direct-figure{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(2.57rem * 1.5);
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #0E1728;
  color: #E6EDF5;
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.offer-panel .direct-figure p{flex: 1 1 22rem; color: #E6EDF5;}
.offer-panel .direct-figure a{color: #00E5C7;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.offer-panel .direct-figure a:hover{color: #00C9AF;}
@media (max-width: 820px) {.offer-panel .featured-quote{ grid-template-columns: 1fr; }.offer-panel .quiet-contact{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }.offer-panel .direct-figure{ flex-direction: column; align-items: flex-start; }
}
.compact-inner{padding:calc(1.5rem * 2.4) 2.61rem;background:#7C5CFF;color:#F4F1FF}
.compact-inner .featured-quote{max-width:1440px;margin:0 auto}
.compact-inner .wide-benefit{display:flex;gap:calc(2.57rem * 1.5);align-items:flex-start}
.compact-inner .simple-list{flex:1 1 34rem;min-width:0}
.compact-inner h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.compact-inner .simple-list p{margin:calc(2.57rem * 1.5) 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.compact-inner .fresh-region{flex:0 1 30rem;min-width:0;background:var(--paint-strong);color:var(--surface-primary);border-radius:0.74rem;padding:2.57rem;box-shadow:0 10px 16px rgba(0,0,0,0.17)}
.compact-inner .fresh-region>p{margin:0;line-height:1.65}
.compact-inner .featured-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.compact-inner .featured-brand a{border-radius:0.31rem;background:#00E5C7;color:#04121A;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.7px * .875);transition:background 460ms var(--delay-hover)}
.compact-inner .featured-brand a:hover{background:#00C9AF;color:#E6EDF5;}
@media(max-width:820px){.compact-inner .wide-benefit{display:block}.compact-inner .fresh-region{margin-top:calc(2.57rem * 1.5);padding:1.5rem}.compact-inner h2{font-size:calc(16.7px * 1.35)}}
.secondary-details{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.secondary-details .featured-quote{max-width:1440px;
  margin:0 auto;}
.secondary-details .text-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.secondary-details h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;}
.secondary-details .text-plan p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.secondary-details .service-contact{margin-top:calc(2.57rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.secondary-details .service-contact a{flex:1 1 17rem;
  min-width:0;
  color:#E6EDF5;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 199, 0.18);
  transition:border-color 460ms var(--delay-hover);}
.secondary-details .service-contact a:hover{border-top-color:#00E5C7;}
.secondary-details .service-contact strong,
.secondary-details .service-contact span{display:block;}
.secondary-details .service-contact strong{font-size:16.7px;}
.secondary-details .service-contact span{margin-top:.4rem;
  color:#B9C7D8;
  line-height:1.65;}
.secondary-details .primary-summary{margin:calc(2.57rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid rgba(0, 229, 199, 0.18);
  color:#B9C7D8;
  line-height:1.65;}
.secondary-details .narrow-list{
  display:inline-flex;
  margin-top:calc(2.57rem * 1.5);
  background:#00E5C7;
  color:#04121A;
  text-decoration:none;
  border-radius:1.24rem;
  padding:.8rem 1.15rem;
  transition:background 460ms var(--delay-hover);
}
.secondary-details .narrow-list:hover{
  background:#00C9AF;color:#E6EDF5;}
@media (max-width:680px){.secondary-details .text-plan{display:block}.secondary-details .text-plan p{margin-top:1.5rem}.secondary-details .service-contact{display:block}.secondary-details .service-contact a{display:block;margin-top:2.57rem}
}
.bottom-stack{padding:calc(1.5rem * 2.4) 2.61rem;background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);color:#E6EDF5}
.bottom-stack .featured-quote{max-width:1440px;margin:0 auto}
.bottom-stack .quiet-surface{margin-bottom:calc(2.57rem * 1.5)}
.bottom-stack h2{margin:0;font-size:calc(16.7px * 2);line-height:1.06}
.bottom-stack .quiet-surface p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.bottom-stack .text-list{display:flex;align-items:flex-start;gap:calc(2.57rem * 1.5);flex-wrap:wrap}
.bottom-stack .service-plan{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, 199, 0.18);padding-left:calc(1.5rem * .75)}
.bottom-stack button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 460ms var(--delay-hover),transform 460ms var(--delay-hover)}
.bottom-stack button:hover,.bottom-stack button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.bottom-stack .media-steps{flex:1 1 30rem;align-self:start}
.bottom-stack [data-response]{display:none}
.bottom-stack [data-response].is-active{display:block;animation:clarifyFocusIn calc(460ms*1.7) var(--delay-hover) both}
.bottom-stack h3{margin:0;font-size:calc(16.7px * 1.35);line-height:1.12}
.bottom-stack [data-response] p{margin:1.5rem 0 0;font-size:16.7px;line-height:1.65}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.57rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.bottom-stack .text-list{display:block}.bottom-stack .service-plan{border-left:0;padding-left:0;margin-bottom:calc(2.57rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.bottom-stack [data-response].is-active{animation:none}}
.top-wrap{
        color: #E6EDF5;
        background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
        padding: calc(1.5rem * 2.4) 2.61rem;
    }
.top-wrap .c{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        gap: 2.57rem;}
@media (min-width: 1024px) {.top-wrap .c{
            grid-template-columns: minmax(0, 1fr) 320px;
            align-items: start;
        }
    }
.top-wrap .top-proof{margin-bottom: calc(2.57rem * 1.5);}
.top-wrap h1{font-size: calc(16.7px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.75rem;}
.top-wrap .top-form{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.25rem;
        font-size: calc(16.7px * .875);
        margin-bottom: 1.25rem;}
.top-wrap .simple-list{font-size: calc(16.7px * 1.125);
        line-height: 1.65;
        margin: 0;}
.top-wrap .simple-actions{line-height: 1.8;
        font-size: 16.7px;}
.top-wrap .simple-actions p{margin: 0 0 1.1rem;}
.top-wrap .simple-actions h2{font-size: calc(16.7px * 1.35);
        margin: 2rem 0 0.85rem;
        line-height: 1.3;}
.top-wrap .simple-actions a{text-decoration: underline;
        text-underline-offset: 3px;}
.top-wrap .simple-actions a:hover{}
.top-wrap .featured-region{margin-top: calc(2.57rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(0, 229, 199, 0.18);
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.5rem 1.5rem;}
.top-wrap .media-links{font-size: calc(16.7px * .875);
        text-transform: uppercase;
        letter-spacing: 0.06em;}
.top-wrap .featured-region a{text-decoration: none;
        font-size: 16.7px;}
.top-wrap .featured-region a:hover{text-decoration: underline;}
.top-wrap .public-grid{
        background: #0E1728;
        color: #E6EDF5;
        border: 1px solid rgba(0, 229, 199, 0.18);
        padding: calc(1.5rem * .75);
        border-radius: 0.74rem;
        box-shadow: 0 1px 8px rgba(0,0,0,0.13);
    }
.top-wrap .public-grid h3{margin: 0 0 1rem;
        font-size: calc(16.7px * 1.125);
        line-height: 1.3;}
.top-wrap .steady-panel{display: flex;
        flex-direction: column;
        gap: 1.1rem;}
.top-wrap .steady-panel .soft-headline a{display: block;
        text-decoration: none;
        font-size: 16.7px;
        margin-bottom: 0.3rem;}
.top-wrap .steady-panel .soft-headline a:hover{text-decoration: underline;}
.top-wrap .steady-panel .soft-headline p{margin: 0;
        font-size: calc(16.7px * .875);
        line-height: 1.55;}
@media (max-width: 640px) {.top-wrap .featured-region{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.direct-feature{
  background: #070C16;
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.direct-feature .featured-quote{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  gap: 2.57rem;}
.direct-feature h2,
.direct-feature h3,
.direct-feature p{margin: 0;}
.direct-feature h2{font-size: calc(16.7px * 2); line-height: 1.1;}
.direct-feature h3{font-size: calc(16.7px * 1.35); line-height: 1.18;}
.direct-feature p{font-size: 16.7px; line-height: 1.65;}
.direct-feature .compact-surface{display: grid;
  gap: calc(2.57rem * 1.5);
  align-content: start;}
.direct-feature .simple-list{color: #B9C7D8;
  font-size: calc(16.7px * 1.125);}
.direct-feature .compact-lead{display: grid;
  border-top: 1px solid rgba(0, 229, 199, 0.18);}
.direct-feature .text-wrap{display: grid;
  grid-template-columns: minmax(8rem, .18fr) minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 229, 199, 0.18);
  align-items: start;}
.direct-feature .text-wrap span{color: #B9C7D8;
  font-size: calc(16.7px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.direct-feature .strong-region{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.57rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.74rem;
  background: #0E1728;
  color: #E6EDF5;
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.direct-feature .strong-region p{font-size: calc(16.7px * .875);}
.direct-feature .strong-region a{color: #00E5C7;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.direct-feature .strong-region a:hover{color: #7C5CFF;}
@media (max-width: 800px) {.direct-feature .text-wrap{ grid-template-columns: 1fr; gap: calc(2.57rem * 1.5); }.direct-feature .strong-region{ flex-direction: column; align-items: flex-start; }
}
.site-content{padding:calc(1.5rem * 2.4) 2.61rem;background:#00E5C7;color:#04121A}
.site-content .featured-quote{max-width:1440px;margin:0 auto}
.site-content .primary-intro{display:flex;gap:calc(2.57rem * 1.5);align-items:stretch}
.site-content .focused-surface{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#04121A 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.site-content .focused-surface p{margin:0;line-height:1.65}
.site-content .focused-surface a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.31rem;background:#7C5CFF;color:#F4F1FF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.site-content .offer-benefit{flex:1 1 44rem;min-width:0}
.site-content h2{margin:0;max-width:16ch;font-size:calc(16.7px * 2.65);line-height:1.02}
.site-content .offer-benefit>p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.site-content .team-view{margin-top:calc(2.57rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.site-content .team-view p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.site-content .team-view strong{flex:0 1 12rem;min-width:0;font-size:calc(16.7px * .875)}
.site-content .team-view span{flex:1 1 24rem;min-width:0;line-height:1.65}
@media(max-width:760px){.site-content .primary-intro,.site-content .team-view p{display:block}.site-content .focused-surface{border-left:0;padding-left:0}.site-content .offer-benefit{margin-top:calc(2.57rem * 1.5)}.site-content .team-view span{display:block;margin-top:calc(1.5rem * .75)}.site-content h2{font-size:calc(16.7px * 2)}}
.primary-team{
  background:#070C16;
  color:#E6EDF5;
  padding:calc(1.5rem * 2.4) 2.61rem;
}
.primary-team .featured-quote{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.57rem * 1.5);}
.primary-team .text-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(2.57rem * 1.5);
  align-items:flex-start;}
.primary-team h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;}
.primary-team .text-plan p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#B9C7D8;
  line-height:1.65;}
.primary-team .service-contact{display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.primary-team .service-contact a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  text-decoration:none;
  color:#E6EDF5;
  background:#0E1728;
  border:1px solid rgba(0, 229, 199, 0.18);
  border-radius:0.74rem;
  padding:calc(1.5rem * .75);
  transition:border-color 460ms var(--delay-hover);
}
.primary-team .service-contact a:hover{border-color:#00E5C7;}
.primary-team .service-contact strong{display:block;
  font-size:16.7px;
  line-height:1.3;}
.primary-team .service-contact span{display:block;
  margin-top:.5rem;
  color:#B9C7D8;
  line-height:1.65;}
.primary-team .primary-summary{margin:0;
  color:#B9C7D8;
  line-height:1.65;
  border-left:2px solid #00E5C7;
  padding-left:1.5rem;}
.primary-team .featured-region{display:flex;
  flex-wrap:wrap;
  gap:2.57rem;}
.primary-team .featured-region a{color:#00E5C7;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 460ms var(--delay-hover), color 460ms var(--delay-hover);}
.primary-team .featured-region a:hover{color:#7C5CFF;
  border-bottom-color:#7C5CFF;}
@media (max-width:680px){.primary-team .text-plan{display:block}.primary-team .text-plan p{margin-top:1.5rem}.primary-team .service-contact{display:block}.primary-team .service-contact a{margin-top:2.57rem}.primary-team .featured-region{display:block}.primary-team .featured-region a{display:block;margin-top:.75rem}
}
.primary-brand{padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5}
.primary-brand .featured-quote{max-width:1440px;margin:0 auto}
.primary-brand .team-tile{display:flex;flex-wrap:wrap;gap:calc(2.57rem * 1.5);align-items:flex-start}
.primary-brand .text-plan{flex:1 1 320px;min-width:0}
.primary-brand h2{margin:0;font-size:calc(16.7px * 2);line-height:1.08}
.primary-brand .text-plan p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.primary-brand .quiet-block{flex:1 1 460px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-brand .quiet-block a{display:block;min-width:0;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.49rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 460ms var(--delay-hover)}
.primary-brand .quiet-block a:hover{border-color:#00E5C7}
.primary-brand strong{display:block;font-size:16.7px;line-height:1.2}
.primary-brand span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(16.7px * .875);line-height:1.65;}
@media(max-width:780px){.primary-brand .team-tile{display:block}.primary-brand .quiet-block{margin-top:calc(2.57rem * 1.5)}.primary-brand h2{font-size:calc(16.7px * 1.35)}}
.focused-method{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.61rem calc(calc(1.5rem * 2.4) * .74);
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1.1rem,3vw,2.1rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.focused-method h1{margin:0;
        max-width:20ch;
        font-size:clamp(2.1rem,6.4vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.focused-method p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;
        max-width:46rem;
        font-size:clamp(1rem,1.9vw,1.24rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.focused-method{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }.focused-method h1{max-width:100%;}
    }
.simple-media{padding:calc(1.5rem * 2.4) 2.61rem;background:linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);color:#E6EDF5}
.simple-media .featured-quote{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(2.57rem * 1.5);align-items:stretch}
.simple-media .simple-unit{display:flex;flex-direction:column;gap:2.57rem;padding:2.57rem;border-radius:1.24rem;background:#0C1424;color:#B9C7D8}
.simple-media h2{margin:0;font-size:calc(16.7px * 2);line-height:1.15}
.simple-media .simple-unit>p{margin:0;font-size:16.7px;line-height:1.65}
.simple-media .clear-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.simple-media .steady-tile{padding:calc(1.5rem * .75);border-radius:0.49rem;background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18)}
.simple-media .steady-tile span{display:block;font-size:calc(16.7px * .875);text-transform:uppercase;letter-spacing:.04em}
.simple-media .steady-tile strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:16.7px;font-weight:600;line-height:1.45}
.simple-media .steady-tile a{text-decoration:none;border-bottom:1px solid transparent;transition:color 460ms var(--delay-hover),border-color 460ms var(--delay-hover)}
.simple-media .steady-tile a:hover{border-bottom-color:#7C5CFF}
.simple-media .secondary-rail{min-height:clamp(22rem,46vw,36rem);border-radius:1.24rem;overflow:hidden;border:1px solid rgba(0, 229, 199, 0.18);box-shadow:0 10px 16px rgba(0,0,0,0.17);background:#0E1728;color:#E6EDF5;}
.simple-media iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.simple-media .featured-quote{grid-template-columns:1fr}.simple-media .secondary-rail{min-height:22rem}
}
.content-items{background:#070C16;color:#E6EDF5;padding:calc(1.5rem * 2.4) 2.61rem}
.content-items .featured-quote{max-width:1440px;margin:0 auto}
.content-items .compact-lead{display:flex;align-items:flex-start;gap:calc(2.57rem * 1.5);flex-wrap:wrap}
.content-items .text-plan{flex:1 1 22rem;min-width:0}
.content-items h2{margin:0;font-size:clamp(calc(16.7px * 2),4.4vw,calc(16.7px * 2.65));line-height:1.1;letter-spacing:0}
.content-items .text-plan p{margin:1.5rem 0 0;color:#B9C7D8;font-size:16.7px;line-height:1.65}
.content-items .contact-story{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-items .quiet-contact{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.35);padding:calc(1.5rem * .75);background:#0E1728;color:#E6EDF5;border:1px solid rgba(0, 229, 199, 0.18);border-radius:0.74rem}
.content-items .quiet-contact strong{font-size:16.7px;letter-spacing:.01em}
.content-items .quiet-contact span{color:#B9C7D8;line-height:1.6;font-size:calc(16.7px * .875)}
.content-items .quiet-contact a{color:#00E5C7;text-decoration:none;font-size:calc(16.7px * .875);word-break:break-word;transition:color 460ms var(--delay-hover)}
.content-items .quiet-contact a:hover{color:#7C5CFF}
@media(max-width:760px){.content-items .compact-lead{flex-direction:column;gap:calc(2.57rem * 1.5)}}
.site-headline{
  background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
  color: #E6EDF5;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.site-headline .featured-quote{max-width: 1440px;
  margin: 0 auto;}
.site-headline .service-contact{display: flex;
  flex-direction: column;
  gap: calc(2.57rem * 1.5);}
.site-headline .simple-list{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.site-headline h2{margin: 0;
  font-size: clamp(calc(16.7px * 2), 4.2vw, calc(16.7px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.site-headline .simple-unit{margin: 0;
  font-size: calc(16.7px * 1.125);
  line-height: 1.65;}
.site-headline .media-copy{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-headline .quiet-contact{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.site-headline .clear-method{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(16.7px * .875);}
.site-headline .clear-method.wide{flex: 1 1 100%;}
.site-headline input{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0.31rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.site-headline input::placeholder{color: color-mix(in srgb, currentColor 55%, transparent);}
.site-headline input:focus{outline: none;
  border-color: rgba(0, 229, 199, 0.55);
  box-shadow: 0 0 0 2px rgba(0, 229, 199, 0.55);}
.site-headline .narrow-list{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);}
.site-headline button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.49rem;
  background: #00E5C7;
  color: #04121A;
  padding: calc(1.5rem * .75) 2.57rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 460ms var(--delay-hover);
}
.site-headline button:hover{
  background: #00C9AF;color:#E6EDF5;}
.site-headline .primary-summary{flex: 1 1 16rem;
  font-size: calc(16.7px * .875);
  line-height: 1.65;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.site-headline .featured-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  font-size: calc(16.7px * .875);
  line-height: 1.65;}
.site-headline .featured-wrap p{margin: 0;}
.site-headline .featured-wrap a{text-decoration: underline;
  text-underline-offset: 3px;}
.site-headline .featured-wrap a:hover{}
@media (max-width: 640px) {.site-headline .quiet-contact{ flex-direction: column; }.site-headline .narrow-list{ align-items: stretch; }.site-headline button{ width: 100%; }
}
.narrow-surface{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: linear-gradient(135deg, #070C16 0%, #0C1A2E 45%, #102A3C 100%);
  color: #E6EDF5;
}
.narrow-surface .media-block{
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 1.24rem;
  overflow: hidden;
  background: #0E1728;
  color: #E6EDF5;
  border: 1px solid rgba(0, 229, 199, 0.18);
}
.narrow-surface .page-track{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.57rem * 1.5);
  border-bottom: 1px solid rgba(0, 229, 199, 0.18);}
.narrow-surface .page-track span,
.narrow-surface .page-track strong{font-size: calc(16.7px * .875);}
.narrow-surface .page-track span{letter-spacing: .04em;
  text-transform: uppercase;}
.narrow-surface .page-track strong{font-weight: 500;}
.narrow-surface .direct-grid{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 2.57rem;
  padding: calc(2.57rem * 1.5);}
.narrow-surface .simple-unit h2{margin: 0;
  font-size: calc(16.7px * 2);
  line-height: 1.1;}
.narrow-surface .simple-unit p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.7px;
  line-height: 1.65;}
.narrow-surface .simple-unit a{text-decoration: none;
  border-bottom: 1px solid #00E5C7;}
.narrow-surface .simple-unit a:hover{border-color: #7C5CFF;}
.narrow-surface .team-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.narrow-surface .text-wrap{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #0C1424;
  color: #E6EDF5;
  border-left: 2px solid #00E5C7;
}
.narrow-surface .text-wrap span{font-size: calc(16.7px * .875);
  letter-spacing: .03em;}
.narrow-surface .text-wrap h3{margin: 0;
  font-size: calc(16.7px * 1.35);
  line-height: 1.2;}
.narrow-surface .text-wrap p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: calc(16.7px * .875);
  line-height: 1.65;}
.narrow-surface .text-wrap a{text-decoration: none;
  border-bottom: 1px solid #00E5C7;}
.narrow-surface .text-wrap a:hover{border-color: #7C5CFF;}
@media (max-width: 800px) {.narrow-surface .direct-grid,
  .narrow-surface .text-wrap{
    grid-template-columns: 1fr;
  }.narrow-surface .direct-grid{
    padding: calc(1.5rem * .75);
  }
}
.plain-surface{background:#0C1424;color:#B9C7D8;padding:calc(1.5rem * 2.4) 2.61rem}
.plain-surface .featured-quote{max-width:1440px;margin:0 auto}
.plain-surface .compact-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.57rem * 1.5)}
.plain-surface .text-plan{flex:1 1 26rem;min-width:0}
.plain-surface h2{margin:0;font-size:clamp(calc(16.7px * 2),4.4vw,calc(16.7px * 2.65));line-height:1.08;letter-spacing:0}
.plain-surface p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.7}
.plain-surface .contact-story{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(0, 229, 199, 0.18)}
.plain-surface .quiet-contact{display:flex;flex-wrap:wrap;gap:2.57rem;padding:1.5rem 0;border-bottom:1px solid rgba(0, 229, 199, 0.18);color:inherit;text-decoration:none}
.plain-surface a.row:hover strong{color:inherit;}
.plain-surface strong{flex:0 1 12rem;min-width:0;font-size:16.7px;line-height:1.4}
.plain-surface span{flex:1 1 18rem;min-width:0;line-height:1.6}
@media(max-width:760px){.plain-surface .compact-lead,.plain-surface .quiet-contact{flex-direction:column}.plain-surface .quiet-contact{gap:calc(calc(1.5rem * .75)*.5)}
}
.direct-media{padding:calc(1.5rem * 2.4) 2.61rem;background:#070C16;color:#E6EDF5;}
.site-rail{max-width:1440px;margin:0 auto;}
.direct-media h1{margin:0;font-size:calc(16.7px * 2.65);line-height:1.08;}
.contact-service{padding:calc(1.5rem * 2.4) 2.61rem;background:#0C1424;color:#B9C7D8}
.contact-service .featured-tile{max-width:min(1440px,64rem);margin:0 auto}
.contact-service h2{margin:0;font-size:calc(16.7px * 2);line-height:1.1}
.contact-service .text-plan{margin:1.5rem 0 calc(2.57rem * 1.5);font-size:calc(16.7px * 1.125);line-height:1.65}
.contact-service .active-form{display:flex;flex-direction:column;gap:calc(2.57rem * 1.5)}
.contact-service .soft-headline{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(0, 229, 199, 0.18)}
.contact-service .soft-headline:first-child{border-top:0;padding-top:0}
.contact-service h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.7px * 1.35);line-height:1.25}
.contact-service .soft-headline p{margin:0;line-height:1.65}
@media (min-width:900px){.contact-service .active-form{display:grid;grid-template-columns:1fr 1fr;gap:calc(2.57rem * 1.5) 2.57rem}.contact-service .soft-headline{padding:0;border-top:0}
}
.text-brand{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.61rem;
        background:var(--paint-strong);
        color:var(--surface-primary);
    }
.team-header{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.57rem * 1.5);
    }
.active-story{
        padding-top:clamp(1rem,2.6vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.8vw,1.3rem);
    }
.text-brand h1{margin:0;
        font-size:clamp(2.1rem,6.2vw,4.6rem);
        line-height:1.02;
        font-weight:740;
        letter-spacing:-0.01em;}
.text-brand p{margin:0;
        font-size:clamp(1rem,1.9vw,1.24rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:700px){.text-brand{
            padding-top:calc(calc(1.5rem * 2.4) * .58);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }.active-story{
            gap:.9rem;
        }
    }
.page-brand{background:#7C5CFF;color:#F4F1FF;padding:calc(1.5rem * 2.4) 2.61rem}
.page-brand .featured-quote{max-width:1440px;margin:0 auto}
.page-brand .content-team{display:flex;flex-direction:column;gap:calc(2.57rem * 1.5)}
.page-brand h2{margin:0;max-width:22ch;font-size:clamp(calc(16.7px * 2),4.4vw,calc(16.7px * 2.65));line-height:1.08;letter-spacing:0}
.page-brand .focused-unit{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(2.57rem * 1.5);flex-wrap:wrap}
.page-brand .simple-unit{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-brand .simple-unit p{margin:0;font-size:16.7px;line-height:1.7}
.page-brand .featured-region{flex:0 1 22rem;min-width:0;display:flex;flex-direction:column;gap:0.6rem;padding:calc(1.5rem * .75);border-radius:0.49rem;background:color-mix(in srgb,currentColor 12%,transparent)}
.page-brand .featured-region .primary-summary{margin:0 0 0.4rem;font-size:calc(16.7px * .875);line-height:1.5;opacity:0.85}
.page-brand .featured-region a{display:block;padding:0.55rem 0.7rem;border-radius:0.31rem;background:color-mix(in srgb,currentColor 8%,transparent);color:inherit;text-decoration:none;font-size:calc(16.7px * .875);transition:background 460ms var(--delay-hover)}
.page-brand .featured-region a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
.page-brand .text-wrap{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-size:calc(16.7px * .875)}
.page-brand .text-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 45%,transparent)}
.page-brand .text-wrap a:hover{border-bottom-color:currentColor}
@media(max-width:760px){.page-brand .focused-unit{flex-direction:column}.page-brand .simple-unit,.page-brand .featured-region{flex-basis:auto;width:100%}
}
.active-inner{
  --layer-local:calc(1.5rem * 1.29);
  --layer-base:calc(1440px / 2.40);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#070C16;
  color:#E6EDF5;
}
.active-inner .featured-quote{max-width:1440px;margin:0 auto;}
.active-inner h1,.active-inner h2,.active-inner h3,.active-inner p{margin:0;}
.active-inner h2{font-size:calc(16.7px * 2);line-height:1.12;}
.active-inner p{font-size:16.7px;line-height:1.65;}
.active-inner a{color:#00E5C7;text-decoration:none;transition:color 460ms var(--delay-hover);}
.active-inner a:hover{color:#7C5CFF;}
.active-inner .simple-list{color:#E6EDF5;}
.active-inner .primary-summary{color:#B9C7D8;}
.active-inner .narrow-list{
  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.31rem;
  background:#00E5C7;
  color:#04121A;
  font-weight:600;
  transition:background 460ms var(--delay-hover);
}
.active-inner .narrow-list:hover{background:#00C9AF;color:#04121A;}
.active-inner .featured-region{font-size:calc(16.7px * .875);color:#B9C7D8;}
.active-inner .main-block>h2,
.active-inner .main-block>p,
.active-inner .main-block>.narrow-list,
.active-inner .main-block>.featured-region{margin-top:calc(2.57rem * 1.5);}
.active-inner .main-block>h2{margin-top:0;}
.open-rail{
  background: #7C5CFF;
  color: #F4F1FF;
  padding: calc(1.5rem * 2.4) 2.61rem;
}
.open-rail .content-team{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.57rem * 1.5);}
.open-rail .simple-list{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.57rem;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.open-rail h1{margin: 0;
  max-width: 18ch;
  font-size: clamp(calc(16.7px * 2), 5.4vw, calc(16.7px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.open-rail p{margin: 0;
  font-size: calc(16.7px * 1.125);
  line-height: 1.65;
  color: color-mix(in srgb, currentColor 82%, transparent);}
.open-rail .simple-list a{flex: 0 0 auto;
  padding: 12px 20px;
  border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
  border-radius: 0.74rem;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  transition: background 460ms var(--delay-hover), border-color 460ms var(--delay-hover);}
.open-rail .simple-list a:hover{
  background: color-mix(in srgb, currentColor 14%, transparent);
  border-color: color-mix(in srgb, currentColor 68%, transparent);
}
.open-rail .primary-intro{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin: 0;
  padding: 0;
  list-style: none;}
.open-rail .primary-intro li{
  flex: 1 1 220px;
  min-width: 0;
  padding: 16px 18px;
  border-left: 2px solid color-mix(in srgb, currentColor 40%, transparent);
  background: color-mix(in srgb, currentColor 8%, transparent);
  border-radius: 0.31rem;
}
.open-rail .primary-intro strong,
.open-rail .primary-intro span{display: block;
  min-width: 0;}
.open-rail .primary-intro strong{font-size: 16.7px;
  letter-spacing: 0.01em;}
.open-rail .primary-intro span{margin-top: 6px;
  font-size: calc(16.7px * .875);
  line-height: 1.55;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.open-rail .featured-region{font-size: calc(16.7px * .875);
  color: color-mix(in srgb, currentColor 78%, transparent);}
.open-rail .featured-region a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;}
.open-rail .featured-region a:hover{text-decoration-thickness: 2px;}
@media (max-width: 680px) {.open-rail{ padding: calc(1.5rem * 2.4) 2.61rem; }.open-rail .simple-list{ align-items: flex-start; }.open-rail .simple-list a{ white-space: normal; }
}
