:root {
  --ink: #071522;
  --ink-2: #0d2236;
  --navy: #04101c;
  --navy-soft: #091d2e;
  --blue: #0b8df4;
  --blue-bright: #46b8ff;
  --cyan: #8edcff;
  --paper: #ffffff;
  --soft: #f2f6f9;
  --soft-blue: #e8f3fb;
  --muted: #667687;
  --line: #d7e0e8;
  --warm: #ff8748;
  --shadow: 0 28px 70px rgba(4, 16, 28, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body:has(.mobile-panel.is-open) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 1000; padding: 12px 16px; background: #fff; color: #000; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Chrome */
.utility-bar { height: 34px; color: #aebfce; background: #020a11; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner > div { display: flex; align-items: center; gap: 28px; }
.utility-inner a { color: #fff; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 80; height: 78px; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(6,23,40,.12); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.wordmark-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--navy); overflow: hidden; }
.wordmark-mark::after { content: ""; position: absolute; width: 20px; height: 70px; right: -7px; top: -14px; background: var(--blue); transform: rotate(26deg); }
.wordmark-mark i { position: absolute; z-index: 1; font-size: 15px; line-height: 1; font-weight: 900; font-style: normal; }
.wordmark-mark i:first-child { left: 8px; top: 8px; }
.wordmark-mark i:last-child { right: 7px; bottom: 7px; }
.wordmark-copy strong, .wordmark-copy small { display: block; }
.wordmark-copy strong { font-size: 15px; letter-spacing: -.035em; }
.wordmark-copy small { margin-top: 3px; color: #647486; font-size: 8px; font-weight: 800; letter-spacing: .24em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.desktop-nav > a, .nav-group > a { height: 78px; display: flex; align-items: center; font-size: 12px; font-weight: 750; }
.desktop-nav > a:hover, .nav-group > a:hover { color: var(--blue); }
.nav-group { position: relative; }
.mega-menu { position: absolute; left: 50%; top: calc(100% - 1px); width: 430px; padding: 24px; opacity: 0; visibility: hidden; transform: translate(-50%, 12px); background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 55px rgba(3,18,31,.18); transition: .2s; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-menu > p { margin: 0 0 12px; color: #718295; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.mega-menu > a { display: grid; grid-template-columns: 30px 1fr; gap: 3px 8px; padding: 12px 8px; border-top: 1px solid var(--line); }
.mega-menu > a:hover { color: var(--blue); background: var(--soft); }
.mega-menu > a span { grid-row: 1 / 3; color: var(--blue); font-size: 9px; letter-spacing: .1em; }
.mega-menu > a strong { font-size: 13px; }
.mega-menu > a small { color: var(--muted); font-size: 10px; }
.location-menu { left: auto; right: -90px; width: 330px; transform: translate(0, 12px); }
.nav-group:hover .location-menu, .nav-group:focus-within .location-menu { transform: translate(0,0); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; border: 0; background: var(--navy); cursor: pointer; }
.menu-toggle span { position: absolute; left: 12px; width: 20px; height: 1px; background: #fff; transition: .2s; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-panel { position: fixed; inset: 112px 0 0; z-index: 75; visibility: hidden; opacity: 0; background: #fff; transform: translateY(-16px); transition: .25s; overflow: auto; }
.mobile-panel.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-nav { display: flex; flex-direction: column; padding-block: 32px 50px; }
.mobile-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 750; }
.mobile-subgrid { padding: 12px 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-subgrid a { padding: 10px 0; color: var(--muted); font-size: 12px; }
.mobile-nav .button { margin-top: 25px; align-self: flex-start; }

/* Shared */
.button { min-height: 51px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; color: #fff; background: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: #0078df; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 9px; }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button-outline { color: var(--navy); background: transparent; border-color: rgba(6,23,40,.25); }
.button-outline:hover { color: #fff; background: var(--navy); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: #112d44; }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { color: #fff; background: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.text-link span { color: var(--blue); }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: currentColor; }
.light-eyebrow { color: var(--blue-bright); }
.section-pad { padding: 112px 0; }
.soft-section { background: var(--soft); }
.dark-section { color: #fff; background: var(--navy); }
.section-heading { max-width: 790px; }
.section-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: .99; letter-spacing: -.057em; }
.section-heading .heading-description { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.heading-light h2 { color: #fff; }
.heading-light .heading-description { color: #a8bac9; }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.heading-row .text-link { flex: 0 0 auto; margin-bottom: 6px; }
.lead-copy { color: var(--ink) !important; font-size: 23px !important; line-height: 1.5 !important; letter-spacing: -.025em; }

/* Home hero */
.hero { position: relative; min-height: calc(100vh - 112px); height: 790px; max-height: 900px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.035); transition: opacity 1s ease, transform 7.5s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,18,.98) 0%, rgba(2,10,18,.88) 31%, rgba(2,10,18,.28) 62%, rgba(2,10,18,.12) 100%), linear-gradient(0deg, rgba(2,10,18,.88), transparent 45%); }
.hero-grid, .page-hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.32) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 74%); }
.hero-rail { position: absolute; right: 22px; top: 50%; z-index: 2; display: flex; align-items: center; gap: 18px; transform: translateY(-50%) rotate(90deg); transform-origin: center; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 800; letter-spacing: .3em; }
.hero-rail i { width: 80px; height: 1px; background: var(--blue-bright); }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-top: clamp(70px, 10vh, 110px); padding-bottom: 38px; }
.hero-copy { max-width: 765px; }
.hero-service-index { margin: 35px 0 12px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 7vw, 94px); line-height: .9; letter-spacing: -.068em; }
.hero h1 em { color: var(--blue-bright); font-family: Georgia, serif; font-weight: 400; }
.hero-label { margin: 29px 0 9px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero-description { max-width: 610px; margin: 0; color: #bdcad5; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; gap: 11px; margin-top: 28px; }
.hero-controls { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.slide-tabs { width: min(1120px, 94%); display: grid; grid-template-columns: repeat(6, 1fr); }
.slide-tabs button { position: relative; min-height: 62px; padding: 0 12px; display: grid; grid-template-columns: 24px 1fr; align-items: center; color: rgba(255,255,255,.45); background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.25); text-align: left; cursor: pointer; }
.slide-tabs button::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--blue-bright); transition: width .4s; }
.slide-tabs button.is-active { color: #fff; }
.slide-tabs button.is-active::before { width: 100%; }
.slide-tabs button span { color: var(--blue-bright); font-size: 9px; }
.slide-tabs button strong { font-size: 9px; line-height: 1.25; }
.slide-tabs button i { display: none; }
.pause-button { padding: 8px 0; color: rgba(255,255,255,.65); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }

/* Page hero */
.page-hero { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: var(--navy); }
.page-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,18,.98) 0%, rgba(2,10,18,.85) 36%, rgba(2,10,18,.25) 73%, rgba(2,10,18,.18)), linear-gradient(0deg,rgba(2,10,18,.65),transparent 60%); }
.page-hero-content { position: relative; z-index: 2; min-height: 620px; padding-top: 75px; padding-bottom: 70px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.breadcrumbs { position: absolute; left: 0; top: 28px; display: flex; flex-wrap: wrap; gap: 6px; color: rgba(255,255,255,.54); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs > span { display: flex; gap: 6px; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs i { font-style: normal; }
.page-hero h1 { max-width: 870px; margin: 0; font-size: clamp(54px, 7vw, 91px); line-height: .93; letter-spacing: -.066em; }
.page-hero-copy { max-width: 665px; margin: 27px 0 0; color: #c0ccd6; font-size: 17px; line-height: 1.7; }
.page-hero-actions { display: flex; gap: 11px; margin-top: 32px; }

/* Home sections */
.proof-strip { color: #fff; background: #081b2c; border-top: 1px solid rgba(255,255,255,.1); }
.proof-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 25px 25px 22px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.proof-grid > div + div { padding-left: 25px; }
.proof-grid strong { font-size: 24px; letter-spacing: -.04em; }
.proof-grid span { margin-top: 5px; color: #90a5b7; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 110px; align-items: end; }
.intro-copy > p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.intro-copy .text-link { margin-top: 13px; }
.philosophy-row { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy-row span { padding: 24px 20px 24px 0; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.philosophy-row span + span { padding-left: 25px; border-left: 1px solid var(--line); }
.service-stack-section { background: linear-gradient(180deg,#04101c,#061a2b); }
.service-stack-section .section-heading { margin-bottom: 65px; }
.stacking-cards { padding-bottom: 30px; }
.service-stack-card { --stack-index: 0; position: sticky; top: calc(108px + var(--stack-index) * 13px); min-height: 530px; margin-bottom: 28px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; color: var(--ink); background: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.stack-card-copy { position: relative; padding: 60px 65px; }
.stack-number { position: absolute; right: 30px; top: 25px; color: #acbac7; font-size: 10px; letter-spacing: .16em; }
.card-kicker { margin: 0 0 14px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.stack-card-copy h3 { max-width: 550px; margin: 0 0 20px; font-size: clamp(38px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.stack-card-copy > p:not(.card-kicker) { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.stack-card-copy ul { margin: 25px 0 31px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; list-style: none; }
.stack-card-copy li { position: relative; padding-left: 16px; font-size: 11px; font-weight: 700; line-height: 1.45; }
.stack-card-copy li::before { content: "+"; position: absolute; left: 0; color: var(--blue); }
.stack-card-image { position: relative; min-height: 530px; overflow: hidden; }
.stack-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,16,28,.15),transparent 40%); }
.stack-card-image img { width: 100%; height: 100%; object-fit: cover; }
.stack-card-image > span { position: absolute; z-index: 2; right: 20px; bottom: 20px; padding: 9px 12px; color: #fff; background: rgba(4,16,28,.78); backdrop-filter: blur(8px); font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.center-action { display: flex; justify-content: center; margin-top: 20px; }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.method-layout > div:first-child { position: sticky; top: 135px; align-self: start; }
.method-layout .text-link { margin-top: 35px; }
.method-list { border-top: 1px solid var(--ink); }
.method-list article { min-height: 145px; padding: 25px 0; display: grid; grid-template-columns: 48px 1fr 30px; gap: 18px; align-items: start; border-bottom: 1px solid var(--line); }
.method-list article > span { color: var(--blue); font-size: 9px; letter-spacing: .13em; }
.method-list h3 { margin: 0 0 9px; font-size: 24px; letter-spacing: -.03em; }
.method-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.method-list i { color: var(--blue); font-style: normal; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { position: relative; min-height: 245px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.industry-grid article:hover { z-index: 1; background: #fff; transform: translateY(-4px); box-shadow: var(--shadow); }
.industry-grid article > span { color: var(--blue); font-size: 9px; letter-spacing: .14em; }
.industry-grid h3 { margin: 40px 0 13px; font-size: 20px; line-height: 1.15; letter-spacing: -.035em; }
.industry-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.industry-grid a { position: absolute; right: 22px; bottom: 22px; color: var(--blue); }
.state-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.state-feature { min-height: 410px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; background: var(--soft-blue); overflow: hidden; }
.state-feature-dark { color: #fff; background: var(--navy); }
.state-code { align-self: flex-end; color: rgba(11,141,244,.16); font-size: 135px; font-weight: 900; line-height: .7; letter-spacing: -.08em; }
.state-feature-dark .state-code { color: rgba(70,184,255,.13); }
.state-feature small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.state-feature h3 { margin: 8px 0 12px; font-size: 48px; letter-spacing: -.055em; }
.state-feature p { max-width: 430px; margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.state-feature-dark p { color: #9fb1bf; }
.state-feature strong { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.headquarters-band { margin-top: 20px; padding: 25px 30px; display: grid; grid-template-columns: .55fr 1.5fr 1fr auto; align-items: center; gap: 25px; color: #fff; background: var(--blue); }
.headquarters-band > span { font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.headquarters-band > strong { font-size: 18px; }
.headquarters-band > p { margin: 0; font-size: 12px; }
.headquarters-band > a { font-size: 10px; font-weight: 850; text-transform: uppercase; }
.availability-section { min-height: 590px; display: grid; grid-template-columns: 1.1fr .9fr; color: #fff; background: #071b2b; }
.availability-image { overflow: hidden; }
.availability-image img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.availability-copy { padding: 85px max(42px, calc((100vw - 1240px)/2)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.availability-copy h2 { margin: 0; font-size: clamp(42px,5vw,65px); line-height: .98; letter-spacing: -.055em; }
.availability-copy > p:not(.eyebrow) { color: #adc0cf; font-size: 15px; line-height: 1.75; }
.availability-copy .button { margin-top: 16px; }
.availability-copy small { max-width: 500px; margin-top: 20px; color: #708597; font-size: 9px; line-height: 1.6; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-layout > .section-heading { position: sticky; top: 135px; align-self: start; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; padding: 22px 0; display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; gap: 10px; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 9px; }
.faq-list summary strong { color: var(--blue); font-size: 21px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary strong { transform: rotate(45deg); }
.faq-list details > p { margin: -5px 30px 25px 52px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.subpage-cta { padding: 72px 0; color: var(--ink); background: var(--blue-bright); }
.subpage-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.subpage-cta p { margin: 0 0 12px; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.subpage-cta h2 { max-width: 830px; margin: 0; font-size: clamp(34px,4vw,53px); line-height: 1.02; letter-spacing: -.05em; }
.subpage-cta .button { flex: 0 0 auto; }

/* Service and content pages */
.service-index { margin-top: 70px; border-top: 1px solid var(--ink); }
.service-index > article { padding: 45px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; border-bottom: 1px solid var(--line); }
.service-index-image { position: relative; min-height: 390px; overflow: hidden; }
.service-index-image img { width: 100%; height: 100%; object-fit: cover; }
.service-index-image > span { position: absolute; left: 0; top: 0; padding: 14px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 850; }
.service-index-copy { padding: 18px 0; }
.service-index-copy > p { margin: 0 0 13px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.service-index-copy h2 { margin: 0 0 20px; font-size: clamp(38px,4vw,56px); line-height: .98; letter-spacing: -.055em; }
.service-index-copy > strong { display: block; color: var(--muted); font-size: 15px; line-height: 1.7; font-weight: 500; }
.service-index-copy ul { padding: 0; margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; list-style: none; }
.service-index-copy li { position: relative; padding-left: 15px; font-size: 11px; }
.service-index-copy li::before { content: "+"; position: absolute; left: 0; color: var(--blue); }
.integration-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.integration-sequence { display: grid; grid-template-columns: 1fr 25px 1fr 25px 1fr; align-items: center; }
.integration-sequence div { min-height: 175px; padding: 22px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); }
.integration-sequence span { color: var(--blue-bright); font-size: 9px; }
.integration-sequence strong { margin-top: auto; font-size: 22px; }
.integration-sequence small { margin-top: 6px; color: #91a5b5; }
.integration-sequence > i { color: var(--blue-bright); font-style: normal; text-align: center; }
.content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; }
.sticky-intro { position: sticky; top: 135px; align-self: start; }
.large-intro { margin: 0; font-size: clamp(37px,4vw,55px); line-height: 1.03; letter-spacing: -.052em; }
.solution-intro-copy { margin: 0 0 27px; font-size: clamp(23px,2.5vw,33px); line-height: 1.42; letter-spacing: -.035em; }
.body-copy { color: var(--muted); font-size: 15px; line-height: 1.85; }
.feature-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.check-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); list-style: none; }
.check-list li { min-height: 76px; padding: 20px 22px 20px 28px; display: flex; align-items: center; position: relative; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; line-height: 1.4; }
.check-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.check-list li::before { content: "+"; position: absolute; left: 8px; color: var(--blue); font-size: 15px; }
.check-list-light { border-top-color: rgba(255,255,255,.3); }
.check-list-light li { border-color: rgba(255,255,255,.13); }
.outcomes-layout > .section-heading { margin-bottom: 55px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.outcomes-grid article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.outcomes-grid span { color: var(--blue-bright); font-size: 9px; }
.outcomes-grid h3 { margin: 100px 0 0; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.application-grid, .detail-process-grid, .values-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.application-grid article, .detail-process-grid article, .values-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-grid span, .detail-process-grid span, .values-grid span { color: var(--blue); font-size: 9px; letter-spacing: .12em; }
.application-grid h3, .detail-process-grid h3, .values-grid h3 { margin: 62px 0 12px; font-size: 21px; letter-spacing: -.03em; }
.application-grid p, .detail-process-grid p, .values-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.values-grid { border-color: rgba(255,255,255,.16); }
.values-grid article { border-color: rgba(255,255,255,.16); }
.values-grid h3 { color: #fff; }
.values-grid p { color: #98adbc; }
.related-section .section-heading { margin-bottom: 45px; }
.related-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--ink); }
.related-grid > a { min-height: 260px; padding: 30px 30px 25px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.related-grid > a:nth-child(odd) { border-right: 1px solid var(--line); }
.related-grid > a:nth-child(even) { padding-left: 30px; }
.related-grid > a > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.related-grid h3 { margin: 35px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.related-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.related-grid strong { margin-top: auto; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

/* About, industries, project delivery */
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.story-stat { min-height: 420px; padding: 42px; display: flex; flex-direction: column; color: #fff; background: var(--blue); }
.story-stat > span { font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.story-stat strong { margin-top: auto; font-size: 110px; line-height: .8; letter-spacing: -.08em; }
.story-stat p { margin: 20px 0 0; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.story-links { margin-top: 35px; display: flex; gap: 20px; }
.story-links a { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.compact-content { max-width: 900px; }
.compact-content > p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.compact-content .text-link { margin-top: 18px; }
.industry-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 65px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.industry-detail-grid article { min-height: 390px; padding: 38px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-detail-grid article > span { color: var(--blue); font-size: 9px; }
.industry-detail-grid h2 { margin: 52px 0 15px; font-size: 34px; letter-spacing: -.045em; }
.industry-detail-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.industry-detail-grid ul { margin: 25px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.industry-detail-grid li { padding: 7px 9px; background: var(--soft); font-size: 9px; text-transform: uppercase; }
.industry-detail-grid a { margin-top: auto; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.environment-principles { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.environment-principles > div { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.environment-principles article { min-height: 220px; padding: 25px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.environment-principles span { color: var(--blue-bright); font-size: 9px; }
.environment-principles h3 { margin: 55px 0 10px; font-size: 20px; }
.environment-principles p { margin: 0; color: #9fb3c2; font-size: 12px; line-height: 1.65; }
.project-phases { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.project-phases article { min-height: 280px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-phases span { color: var(--blue); font-size: 9px; }
.project-phases h2 { margin: 80px 0 12px; font-size: 29px; letter-spacing: -.04em; }
.project-phases p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.project-environments { display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: var(--navy); }
.project-environments article { position: relative; min-height: 560px; overflow: hidden; }
.project-environments img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.66); transition: transform .5s; }
.project-environments article:hover img { transform: scale(1.035); }
.project-environments article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,10,18,.92),transparent 65%); }
.project-environments article > div { position: absolute; left: 32px; right: 32px; bottom: 35px; z-index: 2; }
.project-environments span { color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.project-environments h2 { margin: 10px 0; font-size: 30px; letter-spacing: -.04em; }
.project-environments p { margin: 0; color: #b6c5d0; font-size: 12px; line-height: 1.65; }
.warranty-note { max-width: 950px; }
.warranty-note > span { color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.warranty-note h2 { margin: 20px 0; font-size: clamp(44px,5vw,70px); letter-spacing: -.06em; }
.warranty-note p { max-width: 800px; color: #a9bbc8; font-size: 16px; line-height: 1.8; }

/* Locations */
.location-intro-strip { background: var(--blue); color: #fff; }
.location-intro-strip > div { min-height: 95px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; }
.location-intro-strip strong { font-size: 30px; }
.location-intro-strip span { font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.location-state-stack { margin-top: 65px; }
.location-state-stack > article { display: grid; grid-template-columns: .42fr 1.58fr; border-top: 1px solid var(--ink); }
.location-state-head { position: sticky; top: 120px; align-self: start; min-height: 330px; padding: 30px 35px 30px 0; display: flex; flex-direction: column; }
.location-state-head > span { color: rgba(11,141,244,.15); font-size: 105px; font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.location-state-head > div { margin-top: auto; }
.location-state-head small { color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.location-state-head h2 { margin: 7px 0 18px; font-size: 44px; letter-spacing: -.05em; }
.location-state-head a { font-size: 10px; font-weight: 850; text-transform: uppercase; }
.location-city-directory { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
.location-city-directory > div { min-height: 285px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-city-directory h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; }
.location-city-directory p { min-height: 62px; margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.location-city-directory > div > div { display: flex; flex-direction: column; }
.location-city-directory a { padding: 8px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.location-city-directory a span { color: var(--blue); }
.coverage-explainer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.coverage-explainer > div { border-top: 1px solid rgba(255,255,255,.22); }
.coverage-explainer > div p { margin: 0; padding: 25px 0; color: #9eb2c1; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; line-height: 1.7; }
.coverage-explainer p strong { display: block; margin-bottom: 5px; color: #fff; }
.state-area-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 65px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.state-area-grid > article { min-height: 475px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.state-area-grid article > span { color: var(--blue); font-size: 9px; }
.state-area-grid h2 { margin: 48px 0 12px; font-size: 34px; letter-spacing: -.045em; }
.state-area-grid article > p { min-height: 62px; margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.state-area-grid article > div { border-top: 1px solid var(--ink); }
.state-area-grid article > div a { position: relative; padding: 14px 25px 14px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.state-area-grid a strong { font-size: 12px; }
.state-area-grid a small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.state-area-grid a i { position: absolute; right: 0; top: 18px; color: var(--blue); font-style: normal; }
.location-service-overview > .section-heading { margin-bottom: 50px; }
.location-service-overview > div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.location-service-overview article { min-height: 285px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-service-overview span { color: var(--blue); font-size: 9px; }
.location-service-overview h3 { margin: 58px 0 12px; font-size: 24px; letter-spacing: -.035em; }
.location-service-overview p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.location-service-overview a { margin-top: auto; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.state-availability { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.state-availability h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: 1; letter-spacing: -.055em; }
.state-availability > p { margin: 0; color: #9db1c1; font-size: 14px; line-height: 1.8; }
.local-property-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.local-property-tags span { padding: 9px 12px; color: var(--ink); background: var(--soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.local-focus-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.local-focus-grid article { min-height: 260px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.local-focus-grid span { color: var(--blue); font-size: 9px; }
.local-focus-grid h3 { margin: 70px 0 10px; font-size: 21px; letter-spacing: -.03em; }
.local-focus-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.nearby-links { margin-top: 45px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 25px; border-top: 1px solid var(--ink); }
.nearby-links > span { margin-right: auto; color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.nearby-links a { font-size: 9px; font-weight: 800; text-transform: uppercase; }

/* Contact and forms */
.contact-direct-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.contact-direct-grid article { min-height: 260px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-direct-grid article > span { color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.contact-direct-grid article > a, .contact-direct-grid article > strong { margin-top: 65px; font-size: 22px; line-height: 1.4; letter-spacing: -.03em; }
.contact-direct-grid article > p { margin: auto 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.estimate-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.estimate-sidebar { position: sticky; top: 135px; }
.estimate-sidebar h2 { margin: 0; font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -.052em; }
.estimate-sidebar ul { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.estimate-sidebar li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #b1c1cd; font-size: 12px; }
.estimate-sidebar li::before { content: "+"; margin-right: 10px; color: var(--blue-bright); }
.privacy-note { margin-top: 25px; color: #72899b; font-size: 10px; line-height: 1.6; }
.estimate-form { padding: 44px; color: var(--ink); background: #fff; }
.form-head > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.form-head h2 { margin: 13px 0; font-size: 36px; line-height: 1.05; letter-spacing: -.045em; }
.form-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.form-grid { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #31455a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.form-grid label > span { color: var(--blue); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #bfcbd5; border-radius: 0; outline: none; background: #fff; color: var(--ink); font-size: 13px; font-weight: 500; text-transform: none; }
.form-grid input, .form-grid select { height: 45px; }
.form-grid textarea { padding-top: 12px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); }
.full-field { grid-column: 1 / -1; }
.form-submit-row { margin-top: 28px; display: flex; align-items: center; gap: 24px; }
.form-submit-row p { margin: 0; color: var(--muted); font-size: 11px; }
.form-submit-row p a { color: var(--ink); font-weight: 800; }
.form-status { margin: 18px 0 0; padding: 12px; background: var(--soft-blue); font-size: 11px; }

/* Legal, 404 */
.legal-hero { padding: 110px 0 85px; color: #fff; background: var(--navy); }
.legal-hero p { color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.legal-hero h1 { margin: 16px 0 20px; font-size: clamp(55px,7vw,90px); line-height: .92; letter-spacing: -.065em; }
.legal-hero span { color: #91a5b6; font-size: 10px; }
.legal-content { max-width: 850px; }
.legal-content > p:first-child { font-size: 20px; line-height: 1.6; }
.legal-content h2 { margin: 55px 0 15px; font-size: 28px; letter-spacing: -.04em; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.not-found-page { min-height: 70vh; padding: 100px 0; display: flex; align-items: center; color: #fff; background: var(--navy); }
.not-found-page span { color: var(--blue-bright); font-size: 12px; font-weight: 850; letter-spacing: .2em; }
.not-found-page h1 { max-width: 800px; margin: 20px 0; font-size: clamp(55px,8vw,100px); line-height: .9; letter-spacing: -.07em; }
.not-found-page p { color: #a6b8c6; }
.not-found-page > div > div { margin-top: 30px; display: flex; gap: 10px; }

/* Footer */
.site-footer { padding: 90px 0 24px; color: #97aabd; background: #020a11; }
.footer-lead { padding-bottom: 70px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead > p { grid-column: 1 / -1; margin: 0 0 25px; color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.footer-lead h2 { max-width: 950px; margin: 0; color: #fff; font-size: clamp(43px,5.5vw,72px); line-height: .96; letter-spacing: -.06em; }
.footer-lead h2 em { color: var(--blue-bright); font-family: Georgia,serif; font-weight: 400; }
.round-arrow { width: 72px; height: 72px; display: grid; place-items: center; align-self: end; color: #fff; background: var(--blue); border-radius: 50%; font-size: 25px; }
.footer-grid { padding: 65px 0 55px; display: grid; grid-template-columns: 1.4fr .8fr .7fr 1.1fr; gap: 70px; }
.wordmark-light .wordmark-mark { background: #fff; color: var(--navy); }
.wordmark-light .wordmark-copy strong { color: #fff; }
.footer-brand > p { max-width: 380px; margin: 24px 0; font-size: 12px; line-height: 1.75; }
.footer-established { color: var(--blue-bright); font-size: 8px; letter-spacing: .16em; }
.footer-title { margin: 0 0 22px; color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 20px; }
.footer-contact a, .footer-contact p { margin: 0; color: #d0d9e0; font-size: 11px; line-height: 1.65; }
.footer-contact span { display: block; margin-bottom: 3px; color: #687d8f; font-size: 8px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.social-row { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.social-row > div { display: flex; gap: 25px; }
.social-row a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom > div { display: flex; gap: 22px; }

/* Expanded solution experience */
.services-mega-menu { width: 700px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
.services-mega-menu > p { grid-column: 1 / -1; }
.services-mega-menu > a { min-height: 70px; }

.solution-ribbon { overflow: hidden; color: #fff; background: var(--blue); border-block: 1px solid rgba(255,255,255,.25); }
.solution-ribbon-track { width: max-content; min-height: 70px; display: flex; align-items: center; animation: solution-ribbon 38s linear infinite; }
.solution-ribbon:hover .solution-ribbon-track { animation-play-state: paused; }
.solution-ribbon a { min-width: 245px; padding: 0 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.24); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.solution-ribbon a span { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .14em; }
@keyframes solution-ribbon { to { transform: translateX(-50%); } }

.service-speed-band { padding: 56px 0 24px; color: #fff; background: linear-gradient(110deg,#087de1,#0b9df7 58%,#53c2ff); }
.service-speed-band > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 46px; align-items: center; }
.service-speed-band > div > div + div { padding-left: 46px; border-left: 1px solid rgba(255,255,255,.35); }
.service-speed-band p { margin: 0 0 9px; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.service-speed-band h2 { margin: 0 0 9px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.service-speed-band span { display: block; max-width: 440px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.6; }
.service-speed-band > small { margin-top: 30px; padding-top: 17px; display: block; color: rgba(255,255,255,.68); border-top: 1px solid rgba(255,255,255,.25); font-size: 9px; line-height: 1.6; }

.audience-section { color: #fff; background: #061522; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); }
.audience-grid article { min-height: 650px; padding: clamp(45px,6vw,80px); display: flex; flex-direction: column; background: var(--navy); }
.audience-residential { background: linear-gradient(145deg,rgba(6,23,38,.9),rgba(5,24,39,.98)),url('/images/audio-visual-automation.webp') center/cover !important; }
.audience-commercial { background: linear-gradient(145deg,rgba(5,20,33,.84),rgba(5,20,33,.98)),url('/images/electrical-solutions.webp') center/cover !important; }
.audience-grid article > span { color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.audience-grid h2 { max-width: 530px; margin: auto 0 22px; font-size: clamp(43px,4.6vw,66px); line-height: .97; letter-spacing: -.057em; }
.audience-grid p { max-width: 540px; margin: 0; color: #aec0ce; font-size: 14px; line-height: 1.75; }
.audience-grid ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.23); }
.audience-grid li { padding: 11px 0; color: #d4dfe7; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.audience-grid li::before { content: "+"; margin-right: 10px; color: var(--blue-bright); }
.audience-grid a { align-self: flex-start; padding-bottom: 8px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 10px; font-weight: 850; text-transform: uppercase; }

.integration-sequence-wide { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; }
.integration-sequence-wide > div { min-width: 0; }

.major-services-section { background: #fff; }
.major-services-section .section-heading { margin-bottom: 55px; }
.service-catalog-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.service-catalog-grid article { min-height: 205px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.service-catalog-grid article:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-3px); }
.service-catalog-grid article > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.service-catalog-grid h3 { margin: 42px 0 24px; font-size: 19px; line-height: 1.18; letter-spacing: -.032em; }
.service-catalog-grid small { margin-top: auto; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-catalog-grid-dark { border-top-color: rgba(255,255,255,.3); border-left-color: rgba(255,255,255,.14); }
.service-catalog-grid-dark article { border-color: rgba(255,255,255,.14); }
.service-catalog-grid-dark article:hover { background: rgba(255,255,255,.055); }
.service-catalog-grid-dark article > span { color: var(--blue-bright); }
.service-catalog-grid-dark h3 { color: #fff; }
.service-catalog-grid-dark small { color: #7890a2; }
.major-service-grid, .appointment-service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.major-service-grid > a, .appointment-service-grid > a { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, box-shadow .25s, background .25s; }
.major-service-grid > a:hover, .appointment-service-grid > a:hover { z-index: 1; background: var(--soft); transform: translateY(-5px); box-shadow: var(--shadow); }
.major-service-grid span, .appointment-service-grid span { color: var(--blue); font-size: 9px; letter-spacing: .14em; }
.major-service-grid h3, .appointment-service-grid h3 { margin: 70px 0 16px; font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.major-service-grid p, .appointment-service-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.major-service-grid strong, .appointment-service-grid strong { margin-top: auto; padding-top: 25px; color: var(--ink); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.parent-solution-link { margin-top: 28px; padding-bottom: 8px; display: inline-flex; color: var(--blue); border-bottom: 1px solid var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.process-grid-dark { margin-top: 55px; grid-template-columns: repeat(5,1fr); border-color: rgba(255,255,255,.2); }
.process-grid-dark article { border-color: rgba(255,255,255,.16); }
.process-grid-dark article > span { color: var(--blue-bright); }
.process-grid-dark h3 { color: #fff; }
.process-grid-dark p { color: #9db1c1; }

/* Appointment */
.appointment-choice-strip { color: #fff; background: #071b2c; }
.appointment-choice-strip > div { display: grid; grid-template-columns: repeat(4,1fr); }
.appointment-choice-strip article { min-height: 235px; padding: 32px; border-right: 1px solid rgba(255,255,255,.12); }
.appointment-choice-strip article:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.appointment-choice-strip span { color: var(--blue-bright); font-size: 9px; letter-spacing: .14em; }
.appointment-choice-strip h2 { margin: 58px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.appointment-choice-strip p { margin: 0; color: #91a7b8; font-size: 11px; line-height: 1.65; }
.appointment-service-grid { margin-top: 55px; }
.appointment-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.appointment-sidebar { position: sticky; top: 135px; }
.appointment-sidebar h2 { margin: 0; font-size: clamp(40px,4.5vw,60px); line-height: .99; letter-spacing: -.055em; }
.appointment-sidebar ul { margin: 35px 0 25px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.appointment-sidebar li { padding: 13px 0; color: #aec0cd; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.appointment-sidebar li::before { content: "+"; margin-right: 10px; color: var(--blue-bright); }
.appointment-sidebar > p:last-child { color: #6f8799; font-size: 10px; line-height: 1.6; }
.appointment-form { padding: 44px; color: var(--ink); background: #fff; }
.appointment-disclaimer { margin-top: 28px; padding: 18px; display: grid; grid-template-columns: 120px 1fr; gap: 20px; background: var(--soft-blue); border-left: 3px solid var(--blue); }
.appointment-disclaimer strong { font-size: 10px; text-transform: uppercase; }
.appointment-disclaimer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.location-service-overview > div { grid-template-columns: repeat(4,1fr); }

@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav > a, .nav-group > a { font-size: 10px; }
  .desktop-estimate { display: none; }
  .header-inner { gap: 20px; }
  .hero { height: 720px; }
  .intro-grid, .method-layout, .content-grid, .feature-layout, .integration-layout, .estimate-layout, .coverage-explainer, .state-availability { gap: 65px; }
  .stack-card-copy { padding: 45px; }
  .industry-grid, .application-grid, .detail-process-grid, .values-grid, .local-focus-grid { grid-template-columns: repeat(2,1fr); }
  .major-service-grid, .appointment-service-grid { grid-template-columns: repeat(2,1fr); }
  .service-catalog-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid-dark { grid-template-columns: repeat(3,1fr); }
  .appointment-layout { gap: 60px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 840px) {
  .shell { width: min(100% - 38px, 1240px); }
  .utility-inner > span, .utility-inner > div > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: auto; }
  .mobile-panel { top: 112px; }
  .hero { min-height: 700px; height: calc(100svh - 112px); max-height: 790px; }
  .hero-shade { background: linear-gradient(90deg,rgba(2,10,18,.95),rgba(2,10,18,.6)),linear-gradient(0deg,rgba(2,10,18,.92),transparent 60%); }
  .hero h1 { max-width: 650px; }
  .hero-rail { display: none; }
  .slide-tabs { width: 100%; grid-template-columns: repeat(3,1fr); }
  .pause-button { display: none; }
  .service-catalog-grid { grid-template-columns: repeat(2,1fr); }
  .service-speed-band > div { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .service-speed-band > div > div + div { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 570px; }
  .appointment-choice-strip > div { grid-template-columns: 1fr 1fr; }
  .appointment-layout { grid-template-columns: 1fr; gap: 45px; }
  .appointment-sidebar { position: static; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .intro-grid, .method-layout, .content-grid, .feature-layout, .integration-layout, .faq-layout, .estimate-layout, .coverage-explainer, .state-availability, .story-grid, .environment-principles { grid-template-columns: 1fr; gap: 45px; }
  .method-layout > div:first-child, .faq-layout > .section-heading, .sticky-intro, .estimate-sidebar, .location-state-head { position: static; }
  .service-stack-card { grid-template-columns: 1fr; top: calc(97px + var(--stack-index) * 10px); }
  .stack-card-copy { min-height: 430px; }
  .stack-card-image { min-height: 390px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .state-feature-grid { grid-template-columns: 1fr; }
  .headquarters-band { grid-template-columns: 1fr 1fr; }
  .availability-section { grid-template-columns: 1fr; }
  .availability-image { min-height: 440px; }
  .availability-copy { padding: 70px 38px; }
  .service-index > article { grid-template-columns: 1fr; }
  .service-index-image { min-height: 450px; }
  .outcomes-grid, .project-phases, .project-environments, .contact-direct-grid, .location-service-overview > div { grid-template-columns: 1fr; }
  .project-environments article { min-height: 500px; }
  .location-state-stack > article { grid-template-columns: 1fr; }
  .location-state-head { min-height: 250px; padding-right: 0; }
  .location-city-directory { border-left: 0; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; padding: 0; border: 0; }
}

@media (max-width: 570px) {
  html { scroll-padding-top: 103px; }
  .utility-bar { height: 30px; }
  .site-header { height: 72px; }
  .mobile-panel { inset: 102px 0 0; }
  .wordmark-mark { width: 38px; height: 38px; }
  .wordmark-copy strong { font-size: 13px; }
  .wordmark-copy small { font-size: 7px; }
  .section-pad { padding: 78px 0; }
  .section-heading h2 { font-size: clamp(37px,12vw,52px); }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 25px; margin-bottom: 38px; }
  .hero { height: 735px; min-height: 0; max-height: none; }
  .hero-content { padding-top: 58px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(50px,15vw,69px); }
  .hero-description { font-size: 14px; }
  .hero-actions, .page-hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button, .page-hero-actions .button { width: 100%; }
  .slide-tabs button { min-height: 54px; padding-inline: 7px; grid-template-columns: 1fr; }
  .slide-tabs button span { display: none; }
  .slide-tabs button strong { font-size: 8px; line-height: 1.25; }
  .solution-ribbon a { min-width: 205px; padding-inline: 20px; }
  .pause-button { display: none; }
  .page-hero, .page-hero-content { min-height: 590px; }
  .page-hero-content { padding-top: 75px; }
  .page-hero h1 { font-size: clamp(49px,14vw,70px); }
  .page-hero-copy { font-size: 14px; }
  .proof-grid { min-height: 0; }
  .proof-grid > div { min-height: 90px; padding: 18px 15px 18px 0; }
  .proof-grid > div + div { padding-left: 15px; }
  .proof-grid strong { font-size: 20px; }
  .philosophy-row { grid-template-columns: 1fr; }
  .philosophy-row span, .philosophy-row span + span { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-stack-section .section-heading { margin-bottom: 45px; }
  .stack-card-copy { padding: 35px 24px; min-height: 0; }
  .stack-card-copy ul, .service-index-copy ul { grid-template-columns: 1fr; }
  .stack-card-image { min-height: 300px; }
  .industry-grid, .application-grid, .detail-process-grid, .values-grid, .local-focus-grid, .industry-detail-grid, .environment-principles > div, .project-phases, .state-area-grid { grid-template-columns: 1fr; }
  .major-service-grid, .appointment-service-grid, .process-grid-dark, .appointment-choice-strip > div, .service-catalog-grid { grid-template-columns: 1fr; }
  .major-service-grid > a, .appointment-service-grid > a { min-height: 315px; padding: 26px; }
  .audience-grid article { min-height: 570px; padding: 38px 24px; }
  .appointment-form { padding: 30px 20px; }
  .appointment-disclaimer { grid-template-columns: 1fr; gap: 8px; }
  .industry-grid article { min-height: 210px; }
  .state-feature { min-height: 340px; padding: 28px; }
  .state-code { font-size: 95px; }
  .headquarters-band { grid-template-columns: 1fr; }
  .availability-image { min-height: 330px; }
  .availability-copy { padding: 60px 20px; }
  .faq-list summary { grid-template-columns: 30px 1fr 20px; font-size: 13px; }
  .faq-list details > p { margin-left: 40px; }
  .subpage-cta-inner { align-items: flex-start; flex-direction: column; }
  .subpage-cta .button { width: 100%; }
  .service-index > article { gap: 28px; }
  .service-index-image { min-height: 320px; }
  .integration-sequence { grid-template-columns: 1fr; gap: 8px; }
  .integration-sequence > i { transform: rotate(90deg); }
  .check-list, .outcomes-grid, .related-grid { grid-template-columns: 1fr; }
  .check-list li:nth-child(odd), .related-grid > a:nth-child(odd) { border-right: 0; }
  .related-grid > a, .related-grid > a:nth-child(even) { padding: 25px 0; }
  .story-stat { min-height: 330px; }
  .story-stat strong { font-size: 83px; }
  .story-links { align-items: flex-start; flex-direction: column; }
  .industry-detail-grid article { min-height: 360px; padding: 28px; }
  .location-intro-strip > div { padding: 18px 0; grid-template-columns: auto 1fr; gap: 8px 13px; }
  .location-city-directory { grid-template-columns: 1fr; }
  .location-state-head > span { font-size: 85px; }
  .state-area-grid > article { min-height: 440px; padding: 28px; }
  .nearby-links { align-items: flex-start; flex-direction: column; }
  .nearby-links > span { margin-bottom: 5px; }
  .estimate-form { padding: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .footer-lead { grid-template-columns: 1fr; }
  .round-arrow { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > div:last-child { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
  .social-row, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .social-row > div { flex-wrap: wrap; }
  .not-found-page > div > div { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .service-stack-card { position: relative; top: auto; }
  .solution-ribbon-track { animation: none; }
}
