/* Shared Comans presentation. The visual pilot opts in with .cs-site.
   Keep this separate from the exported Webflow styles; migrate other templates
   here after review, retiring their corresponding Pass 1 presentation. */
.cs-site {
  --cs-ink: #090b12;
  --cs-navy: #0a0d27;
  --cs-raised: #0f133e;
  --cs-red: #b92128;
  --cs-text: #fff;
  --cs-muted: #c4c7d2;
  --cs-line: #343747;
  margin: 0;
  background: var(--cs-ink);
  color: var(--cs-text);
  font-family: Lexend, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}
.cs-site *, .cs-site *::before, .cs-site *::after { box-sizing: border-box; }
.cs-site a { color: inherit; }
.cs-site a:focus-visible, .cs-site summary:focus-visible, .cs-site input:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.cs-site .cs-wrap { width: min(100%, 1264px); padding-inline: 32px; margin-inline: auto; }
.cs-main { background: var(--cs-ink); }
.cs-main h1, .cs-main h2, .cs-main h3 { color: var(--cs-text); font-family: inherit; font-weight: 400; text-transform: none; letter-spacing: -.035em; margin: 0 0 22px; line-height: 1.17; }
.cs-main h1 { font-size: clamp(42px, 4.2vw, 62px); max-width: 810px; }
.cs-main h2 { font-size: clamp(30px, 3.1vw, 42px); max-width: 880px; }
.cs-main h3 { font-size: 25px; }
.cs-main p { margin: 0 0 20px; color: var(--cs-muted); max-width: 760px; }
.cs-main p:last-child { margin-bottom: 0; }
.cs-main .cs-lead { font-size: 18px; line-height: 1.65; max-width: 670px; color: #e6e7ed; }
.cs-main .cs-eyebrow { display: flex; align-items: center; gap: 12px; color: #e6e7ed; font-size: 12px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 24px; line-height: 1.65; }
.cs-eyebrow::before { content: ''; display: block; width: 25px; height: 2px; background: var(--cs-red); flex: none; }
.cs-main .text-span, .cs-main .text-span-6, .cs-main .text-span-7 { color: inherit; }
.cs-site-header { position: relative; z-index: 50; background: #090b12; border-bottom: 1px solid var(--cs-line); }
.cs-nav-wrap { width: min(100%, 1264px); padding: 18px 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cs-brand { flex: none; }
.cs-brand img { width: 170px; height: 44px; object-fit: contain; display: block; }
.cs-desktop-nav { display: flex; align-items: center; gap: 25px; }
.cs-site-header a { text-decoration: none; font-size: 13px; line-height: 1.5; color: #fff; }
.cs-site-header a:hover, .cs-site-header a[aria-current=page] { text-decoration: underline; text-decoration-color: var(--cs-red); text-underline-offset: 7px; text-decoration-thickness: 2px; }
.cs-site-header .cs-support { border-left: 1px solid var(--cs-line); padding-left: 25px; }
.cs-site-header .cs-nav-cta { background: var(--cs-red); border-radius: 4px; padding: 13px 18px; }
.cs-mobile-nav { display: none; }
.cs-mobile-nav summary { padding: 10px 4px 10px 12px; min-height: 44px; cursor: pointer; font-size: 14px; list-style: none; }
.cs-mobile-nav summary::-webkit-details-marker { display: none; }
.cs-mobile-nav summary::after { content: '+'; margin-left: 12px; font-size: 20px; vertical-align: -1px; }
.cs-mobile-nav[open] summary::after { content: '−'; }
.cs-mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; background: #0c1020; padding: 20px 24px; border-bottom: 1px solid var(--cs-line); display: grid; gap: 3px; }
.cs-mobile-nav nav a { padding: 12px; font-size: 16px; }
.cs-mobile-nav nav .cs-support { border-left: 0; border-top: 1px solid var(--cs-line); padding-left: 12px; }
.cs-skip { position: absolute; top: -100px; left: 20px; z-index: 100; background: #fff; color: #090b12 !important; padding: 12px 20px; }
.cs-skip:focus { top: 10px; }

/* A single, immediately readable photo hero, including mobile. */
.cs-hero { position: relative; isolation: isolate; padding: 82px 0 76px; min-height: 590px; display: flex; align-items: center; background: var(--cs-navy); overflow: hidden; }
.cs-hero-media { position: absolute; inset: 0; z-index: -2; display: block; }
.cs-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 62% 50%; }
.cs-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,7,20,.96) 0%, rgba(3,7,20,.86) 33%, rgba(3,7,20,.64) 57%, rgba(3,7,20,.12) 100%), linear-gradient(0deg, rgba(3,7,20,.45), transparent 50%); }
.cs-hero-content { max-width: 760px; }
.cs-hero h1 span { color: inherit; }
.cs-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cs-site .cs-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; border: 1px solid var(--cs-red); border-radius: 4px; background: var(--cs-red); padding: 12px 21px; font-size: 14px; line-height: 1.5; text-decoration: none; color: white; transition: background .18s, box-shadow .18s; }
.cs-site .cs-button:hover, .cs-site .cs-button:focus-visible { background: #971b21; box-shadow: 0 0 24px #b921284a; }
.cs-site .cs-secondary { background: #0a0d2766; border-color: #898d9d; }
.cs-site .cs-secondary:hover { background: #0a0d27; }
.cs-hero-about { min-height: 565px; }
.cs-hero-about .cs-hero-media img { object-position: 50% 48%; }
.cs-hero-about h1 { max-width: 760px; }
.cs-hero-support { min-height: 470px; padding-block: 64px; }
.cs-hero-support h1 { font-size: clamp(38px, 3.9vw, 54px); max-width: 780px; }
.cs-hero-support .cs-hero-media img { object-position: 68% 48%; }
.cs-route { padding: 29px 0; background: var(--cs-navy); border-block: 1px solid var(--cs-line); }
.cs-route .cs-wrap { display: grid; grid-template-columns: 1fr 3fr; gap: 14px 45px; }
.cs-route .cs-eyebrow { align-self: center; margin: 0; max-width: 180px; }
.cs-route ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.cs-route li { display: flex; gap: 14px; }
.cs-route li>span { font-size: 12px; color: #c4c7d2; padding-top: 2px; }
.cs-route strong { font-size: 15px; font-weight: 500; color: #fff; }
.cs-route li p { font-size: 13px; margin: 6px 0 0; }
.cs-route .cs-route-note { grid-column: 2; font-size: 12px; margin: 0; }
.cs-proof { padding: 25px 0; border-bottom: 1px solid var(--cs-line); }
.cs-proof .cs-wrap { display: grid; grid-template-columns: 1fr 3fr; gap: 45px; align-items: center; }
.cs-proof strong, .cs-proof p { font-size: 13px; margin: 0; }
.cs-proof strong { font-weight: 500; }
.cs-section { padding-block: 80px; border-bottom: 1px solid var(--cs-line); }
.cs-section-heading { margin-bottom: 38px; }
.cs-section-heading h2 { margin-bottom: 18px; }
.cs-link { font-size: 15px; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #73798d; }
.cs-link:hover { text-decoration-color: var(--cs-red); }
.cs-grid { display: grid; gap: 28px; }
.cs-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cs-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.cs-card { display: flex; flex-direction: column; }
.cs-card .cs-link { margin-top: auto; padding-top: 10px; align-self: flex-start; }
.cs-service-section .cs-three { display: block; }
.cs-service-section .cs-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) 220px; column-gap: 48px; padding-block: 27px; border-top: 1px solid var(--cs-line); align-items: start; }
.cs-service-section .cs-card .cs-eyebrow { grid-column: 1; margin-bottom: 12px; }
.cs-service-section .cs-card h3 { grid-column: 1; font-size: 25px; margin-bottom: 0; }
.cs-service-section .cs-card p:not(.cs-eyebrow) { grid-column: 2; grid-row: 1 / span 2; margin: 0; max-width: 470px; align-self: center; }
.cs-service-section .cs-card .cs-link { grid-column: 3; grid-row: 1 / span 2; margin: 0; padding-top: 0; align-self: center; white-space: nowrap; }
.cs-journey-section { background: var(--cs-navy); }
.cs-journey-section .cs-card { border-top: 1px solid #666b80; padding-top: 26px; }
.cs-journey-section h3 { font-size: 25px; }
.cs-project-section .cs-three { grid-template-columns: 1.25fr 1fr 1fr; gap: 0; border-block: 1px solid var(--cs-line); }
.cs-project-feature { padding: 35px 30px; display: flex; flex-direction: column; }
.cs-project-feature+.cs-project-feature { border-left: 1px solid var(--cs-line); }
.cs-project-feature-lead { background: var(--cs-navy); border-top: 3px solid var(--cs-red); }
.cs-project-feature .cs-link { margin-top: auto; align-self: flex-start; }
.cs-project-feature .cs-eyebrow { font-size: 11px; }
.cs-project-feature h3 { font-size: 28px; }
.cs-quote { margin: 0; padding: 26px 0 30px; border-top: 1px solid var(--cs-line); }
.cs-quote blockquote { margin: 0 0 24px; padding: 0; border: 0; font-size: 18px; line-height: 1.75; font-style: normal; color: #e5e6ec; }
.cs-quote figcaption { font-size: 13px; color: #c4c7d2; }
.cs-faq { max-width: 920px; }
.cs-faq details { border-top: 1px solid #4c5165; }
.cs-faq details:last-child { border-bottom: 1px solid #4c5165; }
.cs-faq summary { cursor: pointer; padding: 21px 32px 21px 0; font-size: 18px; line-height: 1.5; list-style: none; position: relative; }
.cs-faq summary::-webkit-details-marker { display: none; }
.cs-faq summary::after { content: '+'; position: absolute; top: 20px; right: 3px; font-size: 24px; line-height: 1; }
.cs-faq details[open] summary::after { content: '−'; }
.cs-faq details>p, .cs-answer { padding: 0 20px 25px 0; }
.cs-faq a { text-decoration: underline; text-underline-offset: 4px; }
.cs-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.cs-faq-layout .cs-eyebrow { display: none; }
.cs-cta { padding-block: 76px; background: var(--cs-navy); border-bottom: 1px solid var(--cs-line); }
.cs-cta .cs-wrap { display: grid; grid-template-columns: 1fr auto; gap: 0 50px; align-items: center; }
.cs-cta h2, .cs-cta p { grid-column: 1; }
.cs-cta .cs-actions { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.cs-section-navy { background: var(--cs-navy); }
.cs-main .cs-statement { font-size: clamp(27px, 2.6vw, 37px); max-width: 1000px; line-height: 1.35; }
.cs-intro { font-size: 18px; }
.cs-notes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; margin-top: 45px; }
.cs-notes blockquote, .cs-notes p { padding: 23px 0 0; margin: 0; border: 0; border-top: 1px solid #505669; font-size: 16px; line-height: 1.7; color: var(--cs-muted); }
.cs-notes br { display: none; }
.cs-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.cs-comparison h2 { font-size: 30px; }
.cs-comparison p { min-height: 80px; }
.cs-comparison ul { margin: 26px 0 0; padding: 0; list-style: none; }
.cs-comparison li { border-top: 1px solid var(--cs-line); padding: 15px 0; }
.cs-team-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 42px 28px; }
.cs-team-member { min-width: 0; }
.cs-team-member .cs-team-image { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 25%; border-radius: 4px; margin-bottom: 22px; }
.cs-team-member h3 { font-size: 22px; margin-bottom: 6px; letter-spacing: -.025em; }
.cs-team-member p { font-size: 14px; }
.cs-team-member .cs-role { font-size: 13px; color: #fff; margin-bottom: 18px; }
.cs-team-social a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.cs-support-contact { background: var(--cs-navy); border-block: 1px solid var(--cs-line); }
.cs-contact-grid { display: grid; grid-template-columns: 1fr .8fr 1.3fr; }
.cs-contact-method { padding: 28px 25px; text-decoration: none; transition: background .15s; min-width: 0; }
.cs-contact-method:first-child { padding-left: 0; }
.cs-contact-method+.cs-contact-method { border-left: 1px solid var(--cs-line); }
.cs-contact-method:hover { background: #ffffff08; }
.cs-contact-label { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-bottom: 8px; gap: 18px; color: var(--cs-muted); }
.cs-contact-label>span { color: #fff; }
.cs-contact-value { font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; overflow-wrap: anywhere; display: block; }
.cs-main .cs-location { max-width: none; display: flex; gap: 30px; font-size: 13px; border-top: 1px solid var(--cs-line); padding-block: 18px; margin: 0; }
.cs-location>span { flex: none; }
.cs-location a { text-decoration: underline; text-underline-offset: 4px; }
.cs-support-capabilities { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; }
.cs-support-capabilities h2 { font-size: 28px; }
.cs-related { padding-block: 32px; border-bottom: 1px solid var(--cs-line); }
.cs-related p { font-size: 14px; max-width: 900px; }
.cs-related a { text-decoration: underline; text-underline-offset: 4px; }

/* Retain the original footer form and destinations while removing decoration. */
.cs-site .footer-copy { background: var(--cs-ink); color: #fff; padding: 0; overflow: hidden; }
.cs-site .footer-gradient-bg-holder, .cs-site .footer-name-infinit-4 { display: none; }
.cs-site footer [data-w-id], .cs-site footer .fade-in-move-on-scroll { opacity: 1 !important; transform: none !important; }
.cs-site footer .padding-global { padding-inline: 32px; }
.cs-site footer .container-l, .cs-site footer .container-l-copy { max-width: 1200px; margin: auto; }
.cs-site footer .padding-vertical { padding: 0; }
.cs-site footer .line-divider { display: none; }
.cs-site footer .padding-section-l { padding-top: 36px; padding-bottom: 40px; }
.cs-site footer .footer-logo { max-width: 190px; }
.cs-site footer .subscribe-email { color: #fff; }
.cs-site footer .footer-top-wrapper { width: 100%; margin: 0; grid-template-columns: 1.05fr 1fr .8fr; grid-template-areas: none; gap: 40px; padding-block: 40px; align-items: start; }
.cs-site footer .footer-top-wrapper>div { grid-area: auto; min-width: 0; }
.cs-site footer .footer-left-wrapper { display: grid; gap: 24px; }
.cs-site footer .phone-number { font-size: 20px; line-height: 1.5; }
.cs-site footer .code-embed-9 { font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.cs-site footer .text-size-medium { font-size: 14px; line-height: 1.65; margin-top: 20px; }
.cs-site footer .footer-credit { font-size: 12px; line-height: 1.6; color: var(--cs-muted); }
.cs-site footer .footer-brand-content { gap: 24px; justify-content: flex-start; }
.cs-site footer .team-social-bottom { display: flex; flex-wrap: wrap; gap: 0 4px; width: 100%; font-size: 16px; }
.cs-site footer .team-social-bottom a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; min-width: 34px; }
.cs-site footer .footer-grid-content { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4,44px); gap: 4px 18px; align-content: start; }
.cs-site footer .footer-link, .cs-site footer .text-block-3 { font-size: 14px; line-height: 1.6; }
.cs-site footer .footer-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0; }
.cs-site footer .link-block-underline { display: none; }
.cs-site footer .subscribe-email { border-radius: 4px; border-color: #73798d; font-size: 13px; padding: 12px 110px 12px 12px; }
.cs-site footer .subscribe-email::placeholder { color: #c4c7d2; }
.cs-site footer .subscribe-button { border-radius: 0 4px 4px 0; font-size: 13px; }
.cs-footer-links { width: min(100%,1264px); padding: 28px 32px; margin-inline: auto; display: flex; gap: 22px; flex-wrap: wrap; border-bottom: 1px solid var(--cs-line); }
.cs-footer-links a { font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.cs-anchor, .cs-section[id] { scroll-margin-top: 24px; }

@media (max-width: 1100px) {
  .cs-desktop-nav { gap: 16px; }
  .cs-site-header .cs-support { padding-left: 16px; }
  .cs-brand img { width: 145px; }
  .cs-service-section .cs-card { grid-template-columns: 1fr 1.3fr; gap: 14px 40px; }
  .cs-service-section .cs-card .cs-link { grid-column: 2; grid-row: 3; }
  .cs-route .cs-wrap { grid-template-columns: 1fr; }
  .cs-route .cs-eyebrow { max-width: none; }
  .cs-route .cs-route-note { grid-column: 1; }
  .cs-team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cs-project-section .cs-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cs-project-feature { padding: 27px 22px; }
}
@media (max-width: 960px) {
  .cs-desktop-nav { display: none; }
  .cs-mobile-nav { display: block; }
  .cs-nav-wrap { padding-block: 12px; }
  .cs-hero { min-height: 0; padding-block: 65px; }
  .cs-hero::before { background: linear-gradient(90deg,rgba(3,7,20,.94),rgba(3,7,20,.72) 70%,rgba(3,7,20,.5)); }
  .cs-hero h1 { max-width: 710px; }
  .cs-proof .cs-wrap { grid-template-columns: 1fr; gap: 8px; }
  .cs-project-section .cs-three { grid-template-columns: 1fr; }
  .cs-project-feature { padding: 30px; }
  .cs-project-feature+.cs-project-feature { border-left: 0; border-top: 1px solid var(--cs-line); }
  .cs-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .cs-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cs-support-capabilities { gap: 28px; }
  .cs-contact-grid { grid-template-columns: 1fr 1fr; }
  .cs-contact-method:last-child { grid-column: 1/-1; border-left: 0; border-top: 1px solid var(--cs-line); padding-left: 0; }
  .cs-cta .cs-wrap { display: block; }
  .cs-cta .cs-actions { margin-top: 28px; }
  .cs-site footer .footer-top-wrapper { grid-template-columns: 1fr 1fr; }
  .cs-site footer .footer-grid-content { grid-column: 1/-1; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(2,44px); }
}
@media (max-width: 600px) {
  .cs-site .cs-wrap, .cs-nav-wrap { padding-inline: 22px; }
  .cs-main h1, .cs-hero-support h1 { font-size: 36px; line-height: 1.16; }
  .cs-hero-home h1 { font-size: clamp(32px,8.5vw,36px); }
  .cs-main h2 { font-size: 30px; }
  .cs-main h3 { font-size: 25px; }
  .cs-main .cs-eyebrow { font-size: 11px; margin-bottom: 18px; }
  .cs-main .cs-lead { font-size: 17px; }
  .cs-hero { padding-block: 48px; }
  .cs-hero-media img { object-position: 57% 50%; }
  .cs-hero-about .cs-hero-media img { object-position: 58% 50%; }
  .cs-hero::before { background: linear-gradient(90deg,rgba(3,7,20,.89),rgba(3,7,20,.64)),linear-gradient(0deg,rgba(3,7,20,.35),transparent); }
  .cs-actions { gap: 12px; margin-top: 25px; }
  .cs-site .cs-button { font-size: 13px; padding-inline: 17px; }
  .cs-route { padding-block: 27px; }
  .cs-route ol { grid-template-columns: 1fr; gap: 20px; }
  .cs-route .cs-wrap { gap: 20px; }
  .cs-route .cs-eyebrow { margin: 0; }
  .cs-route li p { margin-top: 2px; }
  .cs-route .cs-route-note { font-size: 12px; }
  .cs-section { padding-block: 48px; }
  .cs-section-heading { margin-bottom: 30px; }
  .cs-three, .cs-two { grid-template-columns: 1fr; }
  .cs-service-section .cs-card { display: block; padding-block: 26px; }
  .cs-service-section .cs-card h3 { margin-bottom: 18px; }
  .cs-service-section .cs-card .cs-link { display: inline-block; margin-top: 20px; white-space: normal; }
  .cs-journey-section .cs-card { padding-bottom: 16px; }
  .cs-project-feature { padding: 28px 22px; }
  .cs-quote blockquote { font-size: 17px; }
  .cs-cta { padding-block: 48px; }
  .cs-main .cs-statement { font-size: 27px; }
  .cs-notes { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .cs-comparison { grid-template-columns: 1fr; gap: 36px; }
  .cs-comparison p { min-height: 0; }
  .cs-team-grid { grid-template-columns: 1fr; gap: 40px; }
  .cs-team-member .cs-team-image { aspect-ratio: 1; }
  .cs-team-member p { font-size: 16px; }
  .cs-contact-grid { grid-template-columns: 1fr; }
  .cs-contact-method, .cs-contact-method:first-child { padding: 21px 0; }
  .cs-contact-method+.cs-contact-method { border-left: 0; border-top: 1px solid var(--cs-line); }
  .cs-contact-value { font-size: 18px; }
  .cs-main .cs-location { display: block; padding-block: 21px; }
  .cs-location>span { display: block; margin-bottom: 7px; }
  .cs-support-capabilities { grid-template-columns: 1fr; gap: 32px; }
  .cs-support-capabilities article+article { border-top: 1px solid var(--cs-line); padding-top: 28px; }
  .cs-site footer .footer-top-wrapper { display: flex; flex-direction: column; gap: 30px; }
  .cs-site footer .footer-top-wrapper>div { width: 100%; }
  .cs-site footer .footer-grid-content { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4,44px); }
  .cs-site footer .padding-global, .cs-footer-links { padding-inline: 22px; }
  .cs-footer-links { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-site *, .cs-site *::before, .cs-site *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
